Uses of Class
org.lightcouch.DesignDocument
-
-
Uses of DesignDocument in org.lightcouch
Methods in org.lightcouch that return DesignDocument Modifier and Type Method 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.Methods in org.lightcouch that return types with arguments of type DesignDocument Modifier and Type Method Description java.util.List<DesignDocument>
CouchDbDesign. getAllFromDesk()
Gets all design documents from desk.Methods in org.lightcouch with parameters of type DesignDocument Modifier and Type Method Description Response
CouchDbDesign. synchronizeWithDb(DesignDocument document)
Synchronizes a design document to the Database.
-