Package | Description |
---|---|
org.apache.chemistry.opencmis.inmemory.storedobj.api | |
org.apache.chemistry.opencmis.inmemory.storedobj.impl |
Modifier and Type | Interface and Description |
---|---|
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 |
Fileable
Interface for convenience representing objects that can be filed to a folder.
|
interface |
Folder
A folder is a concrete object (meaning it can be stored) and has Each folder
is contained in a parent folder.
|
interface |
Item
Interface to represent a CMIS item according to the CMIS specification.
|
interface |
MultiFiling
Documents can have in the CMIS specification multiple parents.
|
interface |
VersionedDocument
A version series is a concrete object (meaning it can be stored) and has
methods for check-out and checkin.
|
Modifier and Type | Class and Description |
---|---|
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 |
FilingImpl |
class |
FolderImpl |
class |
ItemImpl
itemImpl is used for CMIS:item objects.
|
class |
VersionedDocumentImpl |
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.