|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.chemistry.opencmis.client.runtime.AbstractTransientCmisObject
org.apache.chemistry.opencmis.client.runtime.AbstractTransientFileableCmisObject
org.apache.chemistry.opencmis.client.runtime.TransientFolderImpl
org.alfresco.cmis.client.impl.TransientAlfrescoFolderImpl
public class TransientAlfrescoFolderImpl
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.apache.chemistry.opencmis.client.runtime.AbstractTransientCmisObject |
|---|
org.apache.chemistry.opencmis.client.runtime.AbstractTransientCmisObject.AceChangeHolder |
| Field Summary | |
|---|---|
protected TransientAlfrescoAspectsImpl |
aspects
|
| Fields inherited from class org.apache.chemistry.opencmis.client.runtime.AbstractTransientCmisObject |
|---|
acl, addAces, addPolicies, allowableActions, deleteAllVersions, inputExtensions, isMarkedForDelete, isModified, isPropertyUpdateRequired, object, ouputExtensions, policies, properties, relationships, removeAces, removePolicies, renditions, session |
| Constructor Summary | |
|---|---|
TransientAlfrescoFolderImpl()
|
|
| Method Summary | ||
|---|---|---|
org.apache.chemistry.opencmis.client.api.CmisObject |
addAspect(org.apache.chemistry.opencmis.client.api.ObjectType... type)
Adds one or more aspects to the object. |
|
org.apache.chemistry.opencmis.client.api.CmisObject |
addAspect(org.apache.chemistry.opencmis.client.api.ObjectType[] type,
Map<String,?> properties)
Adds aspects and sets aspect properties. |
|
org.apache.chemistry.opencmis.client.api.CmisObject |
addAspect(org.apache.chemistry.opencmis.client.api.ObjectType type,
Map<String,?> properties)
Adds an aspect and sets aspect properties. |
|
org.apache.chemistry.opencmis.client.api.CmisObject |
addAspect(String... id)
Adds one or more aspects to the object. |
|
org.apache.chemistry.opencmis.client.api.CmisObject |
addAspect(String[] id,
Map<String,?> properties)
Adds aspects and sets aspect properties. |
|
org.apache.chemistry.opencmis.client.api.CmisObject |
addAspect(String id,
Map<String,?> properties)
Adds an aspect and sets aspect properties. |
|
org.apache.chemistry.opencmis.client.api.ObjectType |
findAspect(String propertyId)
Returns the aspect type that defines the given property. |
|
Collection<org.apache.chemistry.opencmis.client.api.ObjectType> |
getAspects()
Returns all applied aspects. |
|
org.apache.chemistry.opencmis.client.api.ObjectType |
getTypeWithAspects()
Returns a type definition with the applied aspects. |
|
boolean |
hasAspect(org.apache.chemistry.opencmis.client.api.ObjectType type)
Returns if the given aspect is applied to this object. |
|
boolean |
hasAspect(String id)
Returns if the given aspect is applied to this object. |
|
protected void |
initialize(org.apache.chemistry.opencmis.client.api.Session session,
org.apache.chemistry.opencmis.client.api.CmisObject object)
|
|
protected org.apache.chemistry.opencmis.commons.data.Properties |
prepareProperties()
|
|
org.apache.chemistry.opencmis.client.api.CmisObject |
removeAspect(org.apache.chemistry.opencmis.client.api.ObjectType... type)
Removes one or more aspects from the object. |
|
org.apache.chemistry.opencmis.client.api.CmisObject |
removeAspect(String... id)
Removes one or more aspects from the object. |
|
org.apache.chemistry.opencmis.client.api.ObjectId |
save()
|
|
|
setPropertyValue(String id,
Object value)
|
|
| Methods inherited from class org.apache.chemistry.opencmis.client.runtime.TransientFolderImpl |
|---|
createDocument, createDocument, createDocumentFromSource, createDocumentFromSource, createFolder, createFolder, createPolicy, createPolicy, deleteTree, getAllowedChildObjectTypes, getCheckedOutDocs, getCheckedOutDocs, getChildren, getChildren, getDescendants, getDescendants, getFolderParent, getFolderTree, getFolderTree, getParentId, getPath, isRootFolder, setAllowedChildObjectTypes |
| Methods inherited from class org.apache.chemistry.opencmis.client.runtime.AbstractTransientFileableCmisObject |
|---|
addToFolder, getParents, getPaths, move, removeFromFolder |
| Methods inherited from class org.apache.chemistry.opencmis.client.runtime.AbstractTransientCmisObject |
|---|
addAce, applyPolicy, delete, findObjectType, getAllowableActions, getBaseType, getBaseTypeId, getBinding, getChangeToken, getCmisObject, getCreatedBy, getCreationDate, getDescription, getId, getInputExtensions, getLastModificationDate, getLastModifiedBy, getLatestChangeToken, getName, getObjectFactory, getObjectId, getOriginalAcl, getOutputExtensions, getPolicies, getProperties, getProperty, getPropertyValue, getRelationships, getRenditions, getRepositoryId, getSecondaryTypes, getSession, getType, isMarkedForDelete, isModified, prepareAcl, refreshAndReset, removeAce, removePolicy, reset, saveACL, saveDelete, savePolicies, saveProperties, setDescription, setName, setOutputExtensions |
| 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.TransientFileableCmisObject |
|---|
addToFolder, getParents, getPaths, move, removeFromFolder |
| Methods inherited from interface org.apache.chemistry.opencmis.client.api.TransientCmisObject |
|---|
addAce, applyPolicy, delete, getAllowableActions, getCmisObject, getInputExtensions, getOriginalAcl, getOutputExtensions, getPolicies, getRelationships, getRenditions, isMarkedForDelete, isModified, refreshAndReset, removeAce, removePolicy, reset, setDescription, setName, setOutputExtensions |
| Methods inherited from interface org.apache.chemistry.opencmis.client.api.ObjectId |
|---|
getId |
| Methods inherited from interface org.apache.chemistry.opencmis.client.api.CmisObjectProperties |
|---|
findObjectType, getBaseType, getBaseTypeId, getChangeToken, getCreatedBy, getCreationDate, getDescription, getLastModificationDate, getLastModifiedBy, getName, getProperties, getProperty, getPropertyValue, getSecondaryTypes, getType |
| Field Detail |
|---|
protected TransientAlfrescoAspectsImpl aspects
| Constructor Detail |
|---|
public TransientAlfrescoFolderImpl()
| Method Detail |
|---|
protected void initialize(org.apache.chemistry.opencmis.client.api.Session session,
org.apache.chemistry.opencmis.client.api.CmisObject object)
initialize in class org.apache.chemistry.opencmis.client.runtime.TransientFolderImplpublic org.apache.chemistry.opencmis.client.api.ObjectType getTypeWithAspects()
AlfrescoAspects
getTypeWithAspects in interface AlfrescoAspects
public <T> void setPropertyValue(String id,
Object value)
setPropertyValue in interface org.apache.chemistry.opencmis.client.api.TransientCmisObjectsetPropertyValue in class org.apache.chemistry.opencmis.client.runtime.AbstractTransientCmisObjectpublic boolean hasAspect(String id)
AlfrescoAspects
hasAspect in interface AlfrescoAspectsid - the aspect id
true if the aspect is applied, false
otherwisepublic boolean hasAspect(org.apache.chemistry.opencmis.client.api.ObjectType type)
AlfrescoAspects
hasAspect in interface AlfrescoAspectstype - the aspect object type
true if the aspect is applied, false
otherwisepublic Collection<org.apache.chemistry.opencmis.client.api.ObjectType> getAspects()
AlfrescoAspects
getAspects in interface AlfrescoAspectspublic org.apache.chemistry.opencmis.client.api.ObjectType findAspect(String propertyId)
AlfrescoAspects
findAspect in interface AlfrescoAspectspropertyId - the property id
null otherwisepublic org.apache.chemistry.opencmis.client.api.CmisObject addAspect(String... id)
AlfrescoAspects
addAspect in interface AlfrescoAspectsid - the aspect id or ids
public org.apache.chemistry.opencmis.client.api.CmisObject addAspect(org.apache.chemistry.opencmis.client.api.ObjectType... type)
AlfrescoAspects
addAspect in interface AlfrescoAspectstype - the aspect type or types
public org.apache.chemistry.opencmis.client.api.CmisObject removeAspect(String... id)
AlfrescoAspects
removeAspect in interface AlfrescoAspectsid - the aspect id or ids
public org.apache.chemistry.opencmis.client.api.CmisObject addAspect(org.apache.chemistry.opencmis.client.api.ObjectType type,
Map<String,?> properties)
AlfrescoAspects
addAspect in interface AlfrescoAspectstype - the aspect typeproperties - the aspect properties
public org.apache.chemistry.opencmis.client.api.CmisObject addAspect(org.apache.chemistry.opencmis.client.api.ObjectType[] type,
Map<String,?> properties)
AlfrescoAspects
addAspect in interface AlfrescoAspectstype - the aspect typesproperties - the aspect properties
public org.apache.chemistry.opencmis.client.api.CmisObject addAspect(String id,
Map<String,?> properties)
AlfrescoAspects
addAspect in interface AlfrescoAspectsid - the aspect typeproperties - the aspect properties
public org.apache.chemistry.opencmis.client.api.CmisObject addAspect(String[] id,
Map<String,?> properties)
AlfrescoAspects
addAspect in interface AlfrescoAspectsid - the aspect typesproperties - the aspect properties
public org.apache.chemistry.opencmis.client.api.CmisObject removeAspect(org.apache.chemistry.opencmis.client.api.ObjectType... type)
AlfrescoAspects
removeAspect in interface AlfrescoAspectspublic org.apache.chemistry.opencmis.client.api.ObjectId save()
save in interface org.apache.chemistry.opencmis.client.api.TransientCmisObjectsave in class org.apache.chemistry.opencmis.client.runtime.TransientFolderImplprotected org.apache.chemistry.opencmis.commons.data.Properties prepareProperties()
prepareProperties in class org.apache.chemistry.opencmis.client.runtime.AbstractTransientCmisObject
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||