Modifier and Type | Method and Description |
---|---|
DesignDocument |
CouchDbDesign.getFromDb(java.lang.String id)
Gets a design document from the database.
|
DesignDocument |
CouchDbDesign.getFromDb(java.lang.String id,
java.lang.String rev)
Gets a design document from the database.
|
DesignDocument |
CouchDbDesign.getFromDesk(java.lang.String id)
Gets a design document from desk.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<DesignDocument> |
CouchDbDesign.getAllFromDesk()
Gets all design documents from desk.
|
Modifier and Type | Method and Description |
---|---|
Response |
CouchDbDesign.synchronizeWithDb(DesignDocument document)
Synchronizes a design document to the Database.
|
Copyright © 2011-2017. All Rights Reserved.