|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.chemistry.opencmis.client.runtime.AbstractCmisObject
org.apache.chemistry.opencmis.client.runtime.AbstractFilableCmisObject
public abstract class AbstractFilableCmisObject
Base class for all filable persistent session object impl classes.
Constructor Summary | |
---|---|
AbstractFilableCmisObject()
|
Method Summary | |
---|---|
void |
addToFolder(ObjectId folderId,
boolean allVersions)
Adds this object to a folder. |
java.util.List<Folder> |
getParents()
Returns the parents of this object. |
java.util.List<Folder> |
getParents(OperationContext context)
Returns the parents of this object. |
java.util.List<java.lang.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 class org.apache.chemistry.opencmis.client.runtime.AbstractCmisObject |
---|
addAcl, applyAcl, applyPolicy, createTransientCmisObject, 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, updateProperties, updateProperties, writeLock, writeUnlock |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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 |
Constructor Detail |
---|
public AbstractFilableCmisObject()
Method Detail |
---|
public java.util.List<Folder> getParents()
FileableCmisObject
getParents
in interface FileableCmisObject
public java.util.List<Folder> getParents(OperationContext context)
FileableCmisObject
getParents
in interface FileableCmisObject
public java.util.List<java.lang.String> getPaths()
FileableCmisObject
getPaths
in interface FileableCmisObject
public FileableCmisObject move(ObjectId sourceFolderId, ObjectId targetFolderId)
FileableCmisObject
move
in interface FileableCmisObject
public FileableCmisObject move(ObjectId sourceFolderId, ObjectId targetFolderId, OperationContext context)
FileableCmisObject
move
in interface FileableCmisObject
public void addToFolder(ObjectId folderId, boolean allVersions)
FileableCmisObject
addToFolder
in interface FileableCmisObject
public void removeFromFolder(ObjectId folderId)
FileableCmisObject
removeFromFolder
in interface FileableCmisObject
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |