org.apache.chemistry.opencmis.inmemory.storedobj.api
Interface Document

All Superinterfaces:
Content, Filing, MultiFiling, StoredObject
All Known Implementing Classes:
DocumentImpl

public interface Document
extends StoredObject, MultiFiling, Content

A document is a concrete object (meaning it can be stored) and has content. It also has a path (is contained in a parent folder)

Author:
Jens

Field Summary
 
Fields inherited from interface org.apache.chemistry.opencmis.inmemory.storedobj.api.Filing
PATH_SEPARATOR
 
Method Summary
 
Methods inherited from interface org.apache.chemistry.opencmis.inmemory.storedobj.api.StoredObject
createSystemBasePropertiesWhenCreated, fillProperties, getAcl, getAllowableActions, getChangeToken, getCreatedAt, getCreatedBy, getId, getModifiedAt, getModifiedBy, getName, getObjectRelationships, getProperties, getRepositoryId, getTypeId, persist, rename, setCreatedAt, setCreatedBy, setCustomProperties, setModifiedAtNow, setModifiedBy, setName, setProperties, setRepositoryId, setTypeId, updateSystemBasePropertiesWhenModified
 
Methods inherited from interface org.apache.chemistry.opencmis.inmemory.storedobj.api.MultiFiling
addParent, getPathSegment, removeParent
 
Methods inherited from interface org.apache.chemistry.opencmis.inmemory.storedobj.api.Filing
getParents, hasParent, move
 
Methods inherited from interface org.apache.chemistry.opencmis.inmemory.storedobj.api.Content
getContent, hasContent, setContent
 



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