public abstract class AbstractFilableCmisObject extends AbstractCmisObject implements FileableCmisObject
| Constructor and Description |
|---|
AbstractFilableCmisObject() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
addAcl, applyAcl, applyPolicy, createTransientCmisObject, delete, delete, getAcl, getAcl, getAdapter, getAllowableActions, getBaseType, getBaseTypeId, getBinding, getChangeToken, getCreatedBy, getCreationContext, getCreationDate, getExtensions, getId, getLastModificationDate, getLastModifiedBy, getName, getObjectFactory, getObjectId, getObjectType, getPolicies, getProperties, getProperty, getPropertyQueryName, getPropertyValue, getRefreshTimestamp, getRelationships, getRenditions, getRepositoryId, getSession, getTransientObject, getType, initialize, readLock, readUnlock, refresh, refreshIfOld, removeAcl, removePolicy, setAcl, updateProperties, updateProperties, writeLock, writeUnlockclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddAcl, applyAcl, applyPolicy, delete, delete, getAcl, getAdapter, getAllowableActions, getExtensions, getPolicies, getRefreshTimestamp, getRelationships, getRenditions, getTransientObject, refresh, refreshIfOld, removeAcl, removePolicy, setAcl, updateProperties, updatePropertiesgetBaseType, getBaseTypeId, getChangeToken, getCreatedBy, getCreationDate, getLastModificationDate, getLastModifiedBy, getName, getProperties, getProperty, getPropertyValue, getTypepublic List<Folder> getParents()
FileableCmisObjectgetParents in interface FileableCmisObjectpublic List<Folder> getParents(OperationContext context)
FileableCmisObjectgetParents in interface FileableCmisObjectpublic List<String> getPaths()
FileableCmisObjectgetPaths in interface FileableCmisObjectpublic FileableCmisObject move(ObjectId sourceFolderId, ObjectId targetFolderId)
FileableCmisObjectmove in interface FileableCmisObjectpublic FileableCmisObject move(ObjectId sourceFolderId, ObjectId targetFolderId, OperationContext context)
FileableCmisObjectmove in interface FileableCmisObjectpublic void addToFolder(ObjectId folderId, boolean allVersions)
FileableCmisObjectaddToFolder in interface FileableCmisObjectpublic void removeFromFolder(ObjectId folderId)
FileableCmisObjectremoveFromFolder in interface FileableCmisObjectCopyright © 2009-2012 The Apache Software Foundation. All Rights Reserved.