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

Method Detail

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-2011 The Apache Software Foundation. All Rights Reserved.