Modifier and Type | Method and Description |
---|---|
DesignDocument |
CouchDbDesign.getFromDb(String id)
Gets a design document from the database.
|
DesignDocument |
CouchDbDesign.getFromDb(String id,
String rev)
Gets a design document from the database.
|
DesignDocument |
CouchDbDesign.getFromDesk(String id)
Gets a design document from desk.
|
Modifier and Type | Method and Description |
---|---|
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–2016. All rights reserved.