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

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

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

Subinterfaces of Content 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.
 

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

Classes in org.apache.chemistry.opencmis.inmemory.storedobj.impl that implement Content
 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
 



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