Uses of Interface
org.apache.chemistry.opencmis.inmemory.storedobj.api.MultiFiling

Packages that use MultiFiling
org.apache.chemistry.opencmis.inmemory.storedobj.api   
org.apache.chemistry.opencmis.inmemory.storedobj.impl   
 

Uses of MultiFiling in org.apache.chemistry.opencmis.inmemory.storedobj.api
 

Subinterfaces of MultiFiling 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 VersionedDocument
          A version series is a concrete object (meaning it can be stored) and has methods for check-out and checkin.
 

Uses of MultiFiling in org.apache.chemistry.opencmis.inmemory.storedobj.impl
 

Classes in org.apache.chemistry.opencmis.inmemory.storedobj.impl that implement MultiFiling
 class AbstractMultiFilingImpl
          AbstractMultiPathImpl is the common superclass of all objects hold in the repository that have multiple parent folders, 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 VersionedDocumentImpl
           
 



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