Uses of Class
org.lightcouch.DesignDocument
-
-
Uses of DesignDocument in org.lightcouch
Methods in org.lightcouch that return DesignDocument Modifier and Type Method Description DesignDocumentCouchDbDesign. getFromDb(java.lang.String id)Gets a design document from the database.DesignDocumentCouchDbDesign. getFromDb(java.lang.String id, java.lang.String rev)Gets a design document from the database.DesignDocumentCouchDbDesign. 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 ResponseCouchDbDesign. synchronizeWithDb(DesignDocument document)Synchronizes a design document to the Database.
-