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 ther root
folder (CMIS property cmis:parentId ). |
String getParentId()
null
if the folder is ther root
folder (CMIS property cmis:parentId
).List<ObjectType> getAllowedChildObjectTypes()
cmis:allowedChildObjectTypeIds
). If the list is
empty or null
all object types are allowed.Copyright © 2009-2013 The Apache Software Foundation. All Rights Reserved.