|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FileableCmisObject
Fileable CMIS object.
Method Summary | |
---|---|
void |
addToFolder(ObjectId folderId,
boolean allVersions)
Adds this object to a folder. |
List<Folder> |
getParents()
Returns the parents of this object. |
List<String> |
getPaths()
Returns the paths of this object. |
FileableCmisObject |
move(ObjectId sourceFolderId,
ObjectId targetFolderId)
Moves the object. |
void |
removeFromFolder(ObjectId folderId)
Removes this object from a folder. |
Methods inherited from interface org.apache.chemistry.opencmis.client.api.CmisObject |
---|
addAcl, applyAcl, applyPolicy, delete, getAcl, getAcl, getAllowableActions, getBaseType, getBaseTypeId, getChangeToken, getCreatedBy, getCreationDate, getExtensions, getLastModificationDate, getLastModifiedBy, getName, getPolicies, getProperties, getProperty, getPropertyMultivalue, getPropertyValue, getRefreshTimestamp, getRelationships, getRelationships, getRenditions, getType, isChanged, refresh, refreshIfOld, removeAcl, removePolicy, setName, setProperty, setPropertyMultivalue, updateProperties, updateProperties |
Methods inherited from interface org.apache.chemistry.opencmis.client.api.ObjectId |
---|
getId |
Method Detail |
---|
FileableCmisObject move(ObjectId sourceFolderId, ObjectId targetFolderId)
List<Folder> getParents()
List<String> getPaths()
void addToFolder(ObjectId folderId, boolean allVersions)
void removeFromFolder(ObjectId folderId)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |