|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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[] |
DocumentCollections.getArray()
|
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. |
Methods in org.outerj.daisy.repository with parameters of type DocumentCollection | |
---|---|
void |
Document.addToCollection(DocumentCollection collection)
Adds the document variant to a supplied Collection. |
boolean |
Document.inCollection(DocumentCollection collection)
Checks if the document variant belongs to the specified collection. |
void |
Document.removeFromCollection(DocumentCollection collection)
Removes the document variant from a collection |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |