public interface FolderProperties
CmisObjectProperties
Modifier and Type | Method and Description |
---|---|
List<ObjectType> |
getAllowedChildObjectTypes()
Returns the list of the allowed object types in this folder (CMIS
property
cmis:allowedChildObjectTypeIds ). |
String |
getParentId()
Returns the parent id or
null if the folder is the root folder
(CMIS property cmis:parentId ). |
String getParentId()
null
if the folder is the root folder
(CMIS property cmis:parentId
).null
if the property hasn't been
requested, hasn't been provided by the repository, or the folder
is the root folderList<ObjectType> getAllowedChildObjectTypes()
cmis:allowedChildObjectTypeIds
). If the list is empty or
null
all object types are allowed.null
if the property hasn't been
requested, hasn't been provided by the repository, or the
property value isn't setCopyright © 2009–2017 The Apache Software Foundation. All rights reserved.