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

Packages that use org.apache.chemistry.opencmis.inmemory.storedobj.api
org.apache.chemistry.opencmis.inmemory   
org.apache.chemistry.opencmis.inmemory.query   
org.apache.chemistry.opencmis.inmemory.server   
org.apache.chemistry.opencmis.inmemory.storedobj.api   
org.apache.chemistry.opencmis.inmemory.storedobj.impl   
org.apache.chemistry.opencmis.inmemory.types   
 

Classes in org.apache.chemistry.opencmis.inmemory.storedobj.api used by org.apache.chemistry.opencmis.inmemory
StoredObject
          Stored Object interface is common part that all objects handled by CMIS (Documents, Folders, Relations, Policies, ACLs) share.
 

Classes in org.apache.chemistry.opencmis.inmemory.storedobj.api used by org.apache.chemistry.opencmis.inmemory.query
ObjectStore
           
StoredObject
          Stored Object interface is common part that all objects handled by CMIS (Documents, Folders, Relations, Policies, ACLs) share.
 

Classes in org.apache.chemistry.opencmis.inmemory.storedobj.api used by org.apache.chemistry.opencmis.inmemory.server
CmisServiceValidator
           
ObjectStore
           
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.
VersionedDocument
          A version series is a concrete object (meaning it can be stored) and has methods for check-out and checkin.
 

Classes in org.apache.chemistry.opencmis.inmemory.storedobj.api used by org.apache.chemistry.opencmis.inmemory.storedobj.api
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.
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.
 

Classes in org.apache.chemistry.opencmis.inmemory.storedobj.api used by org.apache.chemistry.opencmis.inmemory.storedobj.impl
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.
 

Classes in org.apache.chemistry.opencmis.inmemory.storedobj.api used by org.apache.chemistry.opencmis.inmemory.types
StoredObject
          Stored Object interface is common part that all objects handled by CMIS (Documents, Folders, Relations, Policies, ACLs) share.
 



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