org.apache.chemistry.opencmis.client.api
Interface FolderProperties

All Known Subinterfaces:
Folder, TransientFolder

public interface FolderProperties

Accessors to CMIS folder properties.

See Also:
CmisObjectProperties

Method Summary
 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).
 

Method Detail

getParentId

String getParentId()
Returns the parent id or null if the folder is ther root folder (CMIS property cmis:parentId).


getAllowedChildObjectTypes

List<ObjectType> getAllowedChildObjectTypes()
Returns the list of the allowed object types in this folder (CMIS property cmis:allowedChildObjectTypeIds). If the list is empty or null all object types are allowed.



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