public interface TypeDefinitionWrapper
Modifier and Type | Method and Description |
---|---|
java.util.Map |
getActionEvaluators() |
QName |
getAlfrescoClass() |
QName |
getAlfrescoName() |
org.apache.chemistry.opencmis.commons.enums.BaseTypeId |
getBaseTypeId() |
java.util.List |
getChildren() |
TypeDefinitionWrapper |
getParent() |
java.util.Collection |
getProperties() |
PropertyDefinitionWrapper |
getPropertyById(java.lang.String propertyId) |
PropertyDefinitionWrapper |
getPropertyByQName(QName name) |
PropertyDefinitionWrapper |
getPropertyByQueryName(java.lang.String queryName) |
org.apache.chemistry.opencmis.commons.definitions.TypeDefinition |
getTypeDefinition(boolean includePropertyDefinitions) |
java.lang.String |
getTypeId() |
boolean |
isBaseType() |
org.apache.chemistry.opencmis.commons.definitions.TypeDefinition getTypeDefinition(boolean includePropertyDefinitions)
java.lang.String getTypeId()
org.apache.chemistry.opencmis.commons.enums.BaseTypeId getBaseTypeId()
boolean isBaseType()
QName getAlfrescoName()
QName getAlfrescoClass()
TypeDefinitionWrapper getParent()
java.util.List getChildren()
java.util.Collection getProperties()
PropertyDefinitionWrapper getPropertyById(java.lang.String propertyId)
PropertyDefinitionWrapper getPropertyByQueryName(java.lang.String queryName)
PropertyDefinitionWrapper getPropertyByQName(QName name)
java.util.Map getActionEvaluators()
Copyright © 2005 - 2013 Alfresco Software, Inc. All Rights Reserved.