it.sistematica.isharedoc.opencmis.indatabase.storedobj.api
Interface Folder

All Superinterfaces:
Children, Filing, SingleFiling, StoredObject
All Known Implementing Classes:
FolderImpl

public interface Folder
extends Children, SingleFiling, StoredObject

A folder is a concrete object (meaning it can be stored) and has Each folder is contained in a parent folder. The parent folder for the special root folder is null.

Author:
Jens

Nested Class Summary
 
Nested classes/interfaces inherited from interface it.sistematica.isharedoc.opencmis.indatabase.storedobj.api.Children
Children.ChildrenResult
 
Field Summary
 
Fields inherited from interface it.sistematica.isharedoc.opencmis.indatabase.storedobj.api.Filing
PATH_SEPARATOR
 
Method Summary
 java.util.List<java.lang.String> getAllowedChildObjectTypeIds()
          return a list of allowed types of children in this folder
 
Methods inherited from interface it.sistematica.isharedoc.opencmis.indatabase.storedobj.api.Children
getChildren, getFolderChildren, hasChild
 
Methods inherited from interface it.sistematica.isharedoc.opencmis.indatabase.storedobj.api.SingleFiling
getParent, getPath, setParent
 
Methods inherited from interface it.sistematica.isharedoc.opencmis.indatabase.storedobj.api.Filing
getParents, hasParent, move
 
Methods inherited from interface it.sistematica.isharedoc.opencmis.indatabase.storedobj.api.StoredObject
addAcl, addAppliedPolicy, createSystemBasePropertiesWhenCreated, fillProperties, getAcl, getAllowableActions, getAppliedPolicies, getChangeToken, getCreatedAt, getCreatedBy, getDescription, getId, getModifiedAt, getModifiedBy, getName, getNativeObject, getObjectRelationships, getProperties, getRenditionContent, getRenditions, getRepositoryId, getSecondaryTypeIds, getTypeId, hasRendition, persist, removeAcl, removePolicy, rename, setCreatedAt, setCreatedBy, setCustomProperties, setDescription, setModifiedAtNow, setModifiedBy, setName, setNativeObject, setProperties, setRepositoryId, setTypeId, updateSystemBasePropertiesWhenModified
 

Method Detail

getAllowedChildObjectTypeIds

java.util.List<java.lang.String> getAllowedChildObjectTypeIds()
return a list of allowed types of children in this folder

Returns: