|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Filing | |
---|---|
org.apache.chemistry.opencmis.inmemory.storedobj.api | |
org.apache.chemistry.opencmis.inmemory.storedobj.impl |
Uses of Filing in org.apache.chemistry.opencmis.inmemory.storedobj.api |
---|
Subinterfaces of Filing in org.apache.chemistry.opencmis.inmemory.storedobj.api | |
---|---|
interface |
Document
A document is a concrete object (meaning it can be stored) and has content. |
interface |
DocumentVersion
A DocumentVersion is a concrete version of a versioned document. |
interface |
Folder
A folder is a concrete object (meaning it can be stored) and has Each folder is contained in a parent folder. |
interface |
MultiFiling
Documents can have in the CMIS specification multiple parents. |
interface |
SingleFiling
Folders have in the CMIS specification exactly one parent. |
interface |
VersionedDocument
A version series is a concrete object (meaning it can be stored) and has methods for check-out and checkin. |
Uses of Filing in org.apache.chemistry.opencmis.inmemory.storedobj.impl |
---|
Classes in org.apache.chemistry.opencmis.inmemory.storedobj.impl that implement Filing | |
---|---|
class |
AbstractMultiFilingImpl
AbstractMultiPathImpl is the common superclass of all objects hold in the repository that have multiple parent folders, these are: Folders |
class |
AbstractSingleFilingImpl
AbstractPathImpl is the common superclass of all objects hold in the repository that have a single parent, these are: Folders. |
class |
DocumentImpl
InMemory Stored Document A document is a stored object that has a path and (optional) content |
class |
DocumentVersionImpl
A class representing a single version of a document |
class |
FolderImpl
|
class |
VersionedDocumentImpl
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |