Package org.apache.chemistry.opencmis.inmemory.storedobj.api

Interface Summary
Children A folder is a StoredObject that that has a path and children.
CmisServiceValidator  
Content  
Document A document is a concrete object (meaning it can be stored) and has content.
DocumentVersion A DocumentVersion is a concrete version of a versioned document.
Filing Path is the capability of an object to get accessed by a path in addition to the identifier.
Folder A folder is a concrete object (meaning it can be stored) and has Each folder is contained in a parent folder.
MultiFiling Documents can have in the CMIS specification multiple parents.
ObjectStore  
SingleFiling Folders have in the CMIS specification exactly one parent.
StoredObject Stored Object interface is common part that all objects handled by CMIS (Documents, Folders, Relations, Policies, ACLs) share.
StoreManager interface to a repository implementation.
Version The interface version adds the version specific functionality to an object.
VersionedDocument A version series is a concrete object (meaning it can be stored) and has methods for check-out and checkin.
 



Copyright © 2009-2011 The Apache Software Foundation. All Rights Reserved.