|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Document | |
---|---|
org.apache.chemistry.opencmis.inmemory.storedobj.api | |
org.apache.chemistry.opencmis.inmemory.storedobj.impl |
Uses of Document in org.apache.chemistry.opencmis.inmemory.storedobj.api |
---|
Methods in org.apache.chemistry.opencmis.inmemory.storedobj.api that return Document | |
---|---|
Document |
ObjectStore.createDocument(String name)
Create a document as initial step. |
Methods in org.apache.chemistry.opencmis.inmemory.storedobj.api with parameters of type Document | |
---|---|
void |
Children.addChildDocument(Document doc)
Add a document to a folder. |
Uses of Document in org.apache.chemistry.opencmis.inmemory.storedobj.impl |
---|
Classes in org.apache.chemistry.opencmis.inmemory.storedobj.impl that implement Document | |
---|---|
class |
DocumentImpl
InMemory Stored Document A document is a stored object that has a path and (optional) content |
Methods in org.apache.chemistry.opencmis.inmemory.storedobj.impl that return Document | |
---|---|
Document |
ObjectStoreImpl.createDocument(String name)
|
Methods in org.apache.chemistry.opencmis.inmemory.storedobj.impl with parameters of type Document | |
---|---|
void |
FolderImpl.addChildDocument(Document doc)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |