public abstract class AbstractFilableCmisObject extends AbstractCmisObject implements FileableCmisObject
| Constructor and Description |
|---|
AbstractFilableCmisObject() |
| Modifier and Type | Method and Description |
|---|---|
void |
addToFolder(ObjectId folderId,
boolean allVersions) |
List<Folder> |
getParents() |
List<Folder> |
getParents(OperationContext context) |
List<String> |
getPaths() |
FileableCmisObject |
move(ObjectId sourceFolderId,
ObjectId targetFolderId) |
FileableCmisObject |
move(ObjectId sourceFolderId,
ObjectId targetFolderId,
OperationContext context) |
void |
removeFromFolder(ObjectId folderId) |
addAcl, applyAcl, applyPolicy, applyPolicy, delete, delete, findObjectType, getAcl, getAcl, getAdapter, getAllowableActions, getBaseType, getBaseTypeId, getBinding, getChangeToken, getCreatedBy, getCreationContext, getCreationDate, getDescription, getExtensions, getId, getLastModificationDate, getLastModifiedBy, getName, getObjectFactory, getObjectId, getObjectType, getPermissionsForPrincipal, getPolicies, getPolicyIds, getProperties, getProperty, getPropertyQueryName, getPropertyValue, getRefreshTimestamp, getRelationships, getRenditions, getRepositoryId, getSecondaryTypes, getSession, getType, hasAllowableAction, initialize, readLock, readUnlock, refresh, refreshIfOld, removeAcl, removePolicy, removePolicy, rename, rename, setAcl, toString, updateProperties, updateProperties, updateProperties, updateProperties, writeLock, writeUnlockclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaddAcl, applyAcl, applyPolicy, applyPolicy, delete, delete, getAcl, getAdapter, getAllowableActions, getExtensions, getPermissionsForPrincipal, getPolicies, getPolicyIds, getRefreshTimestamp, getRelationships, getRenditions, hasAllowableAction, refresh, refreshIfOld, removeAcl, removePolicy, removePolicy, rename, rename, setAcl, updateProperties, updateProperties, updateProperties, updatePropertiesfindObjectType, getBaseType, getBaseTypeId, getChangeToken, getCreatedBy, getCreationDate, getDescription, getLastModificationDate, getLastModifiedBy, getName, getProperties, getProperty, getPropertyValue, getSecondaryTypes, getTypepublic List<Folder> getParents()
getParents in interface FileableCmisObjectpublic List<Folder> getParents(OperationContext context)
getParents in interface FileableCmisObjectpublic List<String> getPaths()
getPaths in interface FileableCmisObjectpublic FileableCmisObject move(ObjectId sourceFolderId, ObjectId targetFolderId)
move in interface FileableCmisObjectpublic FileableCmisObject move(ObjectId sourceFolderId, ObjectId targetFolderId, OperationContext context)
move in interface FileableCmisObjectpublic void addToFolder(ObjectId folderId, boolean allVersions)
addToFolder in interface FileableCmisObjectpublic void removeFromFolder(ObjectId folderId)
removeFromFolder in interface FileableCmisObjectCopyright © 2009–2017 The Apache Software Foundation. All rights reserved.