Uses of Interface
org.outerj.daisy.repository.DocumentCollection

Packages that use DocumentCollection
org.outerj.daisy.repository Core API for accessing the repository, and creating and modifying documents in it. 
 

Uses of DocumentCollection in org.outerj.daisy.repository
 

Methods in org.outerj.daisy.repository that return DocumentCollection
 DocumentCollection CollectionManager.createCollection(java.lang.String name)
          Creates a new collection.
 DocumentCollection CollectionManager.getCollection(long collectionId, boolean updateable)
          Retrieves a collection by its ID.
 DocumentCollection CollectionManager.getCollection(java.lang.String collection, boolean updateable)
          Retrieves a collection by ID or by name depending on whether the collection parameter starts with a digit.
 DocumentCollection CollectionManager.getCollectionByName(java.lang.String name, boolean updateable)
          Retrieves a collection by its name.
 DocumentCollection[] DocumentCollections.getArray()
           
 

Methods in org.outerj.daisy.repository with parameters of type DocumentCollection
 void Document.addToCollection(DocumentCollection collection)
          Adds the document variant to a supplied Collection.
 void Document.removeFromCollection(DocumentCollection collection)
          Removes the document variant from a collection
 boolean Document.inCollection(DocumentCollection collection)
          Checks if the document variant belongs to the specified collection.
 



Copyright © -2005 . All Rights Reserved.