Uses of Class
org.ektorp.support.DesignDocument

Packages that use DesignDocument
org.ektorp.support   
 

Uses of DesignDocument in org.ektorp.support
 

Methods in org.ektorp.support that return DesignDocument
 DesignDocument StdDesignDocumentFactory.generateFrom(Object metaDataSource)
           
 DesignDocument DesignDocumentFactory.generateFrom(Object metaDataSource)
          Generates a design document with views, lists, shows and filters generated and loaded according to the annotations found in the metaDataSource object.
 DesignDocument StdDesignDocumentFactory.getFromDatabase(CouchDbConnector db, String designDocumentId)
           
 DesignDocument DesignDocumentFactory.getFromDatabase(CouchDbConnector db, String designDocumentId)
          Retrieves the DesignDocument instance from the database
 DesignDocument StdDesignDocumentFactory.newDesignDocumentInstance()
           
 DesignDocument DesignDocumentFactory.newDesignDocumentInstance()
          Create a new empty instance of a DesignDocument
 

Methods in org.ektorp.support with parameters of type DesignDocument
protected  void CouchDbRepositorySupport.debugDesignDoc(DesignDocument generated)
           
 boolean DesignDocument.mergeWith(DesignDocument dd)
          This method will check for the two system properties boolean AUTO_UPDATE_VIEW_ON_CHANGE and UPDATE_ON_DIFF, then call mergeWith(DesignDocument, boolean).
 boolean DesignDocument.mergeWith(DesignDocument dd, boolean updateOnDiff)
          Merge this design document with the specified document, the result being stored in this design document.
 



Copyright © 2017. All rights reserved.