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


Field Summary
 
Fields inherited from interface org.apache.chemistry.opencmis.client.api.ObjectType
DOCUMENT_BASETYPE_ID, FOLDER_BASETYPE_ID, POLICY_BASETYPE_ID, RELATIONSHIP_BASETYPE_ID
 
Method Summary
 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.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
 
Methods inherited from interface org.apache.chemistry.opencmis.commons.data.ExtensionsData
getExtensions, setExtensions
 

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.



Copyright © 2011–2014 Alfresco. All rights reserved.