|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Folder
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.
Field Summary |
---|
Fields inherited from interface org.apache.chemistry.opencmis.inmemory.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 org.apache.chemistry.opencmis.inmemory.storedobj.api.Children |
---|
getChildren, getFolderChildren, hasChild |
Methods inherited from interface org.apache.chemistry.opencmis.inmemory.storedobj.api.SingleFiling |
---|
getParent, getPath, setParent |
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.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 |
Method Detail |
---|
java.util.List<java.lang.String> getAllowedChildObjectTypeIds()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |