org.xcmis.client.gwt.object
Interface CmisFolder

All Superinterfaces:
CmisObject
All Known Implementing Classes:
CmisFolderImpl

public interface CmisFolder
extends CmisObject

Created by The eXo Platform SAS.

Version:
$Id: ${date} ${time}
Author:
Ann Zhuleva

Method Summary
 String getParentId()
           
 void setParentId(String parentId)
           
 
Methods inherited from interface org.xcmis.client.gwt.object.CmisObject
getACL, getAllowableActions, getChangeInfo, getObjectInfo, getPathSegment, getPolicyIds, getProperties, getRelationship, getRenditions, isExactACL, setAllowableActions, setChangeInfo, setExactACL, setObjectInfo, setPathSegment, setProperties
 

Method Detail

getParentId

String getParentId()
Returns:
String parent id

setParentId

void setParentId(String parentId)
Parameters:
parentId - parent id


Copyright © 2010 eXo Platform SAS. All Rights Reserved.