Package org.alfresco.cmis.client
Interface AlfrescoObjectType
-
- All Superinterfaces:
org.apache.chemistry.opencmis.commons.data.ExtensionsData,org.apache.chemistry.opencmis.client.api.ObjectType,Serializable,org.apache.chemistry.opencmis.commons.definitions.TypeDefinition
- All Known Subinterfaces:
AlfrescoDocumentType,AlfrescoFolderType
- All Known Implementing Classes:
AlfrescoDocumentTypeImpl,AlfrescoFolderTypeImpl
public interface AlfrescoObjectType extends org.apache.chemistry.opencmis.client.api.ObjectType
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Collection<org.apache.chemistry.opencmis.client.api.ObjectType>getAspects()Returns the aspects that are assigned to the object this type belongs to.-
Methods inherited from interface org.apache.chemistry.opencmis.commons.data.ExtensionsData
getExtensions, setExtensions
-
Methods inherited from interface org.apache.chemistry.opencmis.client.api.ObjectType
getBaseType, getChildren, getDescendants, getParentType, isBaseType
-
Methods inherited from interface org.apache.chemistry.opencmis.commons.definitions.TypeDefinition
getBaseTypeId, getDescription, getDisplayName, getId, getLocalName, getLocalNamespace, getParentTypeId, getPropertyDefinitions, getQueryName, getTypeMutability, isControllableAcl, isControllablePolicy, isCreatable, isFileable, isFulltextIndexed, isIncludedInSupertypeQuery, isQueryable
-
-
-
-
Method Detail
-
getAspects
Collection<org.apache.chemistry.opencmis.client.api.ObjectType> getAspects()
Returns the aspects that are assigned to the object this type belongs to.- Returns:
- Collection<ObjectType>
-
-