Uses of Class
org.lightcouch.DesignDocument
-
Uses of DesignDocument in org.lightcouch
Methods in org.lightcouch that return DesignDocumentModifier and TypeMethodDescriptionGets a design document from the database.Gets a design document from the database.CouchDbDesign.getFromDesk
(String id) Gets a design document from desk.Methods in org.lightcouch that return types with arguments of type DesignDocumentModifier and TypeMethodDescriptionCouchDbDesign.getAllFromDesk()
Gets all design documents from desk.Methods in org.lightcouch with parameters of type DesignDocumentModifier and TypeMethodDescriptionCouchDbDesign.synchronizeWithDb
(DesignDocument document) Synchronizes a design document to the Database.