|
||||||||||
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<Folder> |
getParents(OperationContext context)
Returns the parents of this object. |
List<String> |
getPaths()
Returns the paths of this object. |
FileableCmisObject |
move(ObjectId sourceFolderId,
ObjectId targetFolderId)
Moves the object. |
FileableCmisObject |
move(ObjectId sourceFolderId,
ObjectId targetFolderId,
OperationContext context)
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, getAdapter, getAllowableActions, getExtensions, getPolicies, getRefreshTimestamp, getRelationships, getRenditions, getTransientObject, refresh, refreshIfOld, removeAcl, removePolicy, updateProperties, updateProperties |
Methods inherited from interface org.apache.chemistry.opencmis.client.api.ObjectId |
---|
getId |
Methods inherited from interface org.apache.chemistry.opencmis.client.api.CmisObjectProperties |
---|
getBaseType, getBaseTypeId, getChangeToken, getCreatedBy, getCreationDate, getLastModificationDate, getLastModifiedBy, getName, getProperties, getProperty, getPropertyValue, getType |
Method Detail |
---|
FileableCmisObject move(ObjectId sourceFolderId, ObjectId targetFolderId)
FileableCmisObject move(ObjectId sourceFolderId, ObjectId targetFolderId, OperationContext context)
List<Folder> getParents()
List<Folder> getParents(OperationContext context)
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 |