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
Modifier and TypeMethodDescriptionCollection<org.apache.chemistry.opencmis.client.api.ObjectType>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, setExtensionsMethods inherited from interface org.apache.chemistry.opencmis.client.api.ObjectType
getBaseType, getChildren, getDescendants, getParentType, isBaseTypeMethods 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 Details
-
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>
-