public interface TypeDefinitionWrapper
Modifier and Type | Method and Description |
---|---|
Map<org.apache.chemistry.opencmis.commons.enums.Action,CMISActionEvaluator> |
getActionEvaluators() |
QName |
getAlfrescoClass() |
QName |
getAlfrescoName() |
org.apache.chemistry.opencmis.commons.enums.BaseTypeId |
getBaseTypeId() |
TypeDefinitionWrapper |
getParent() |
Collection<PropertyDefinitionWrapper> |
getProperties() |
Collection<PropertyDefinitionWrapper> |
getProperties(boolean update) |
PropertyDefinitionWrapper |
getPropertyById(String propertyId) |
PropertyDefinitionWrapper |
getPropertyByQName(QName name) |
PropertyDefinitionWrapper |
getPropertyByQueryName(String queryName) |
String |
getTenantId() |
org.apache.chemistry.opencmis.commons.definitions.TypeDefinition |
getTypeDefinition(boolean includePropertyDefinitions) |
String |
getTypeId() |
boolean |
isBaseType() |
void |
updateDefinition(DictionaryService dictionaryService) |
org.apache.chemistry.opencmis.commons.definitions.TypeDefinition getTypeDefinition(boolean includePropertyDefinitions)
String getTypeId()
org.apache.chemistry.opencmis.commons.enums.BaseTypeId getBaseTypeId()
boolean isBaseType()
QName getAlfrescoName()
QName getAlfrescoClass()
String getTenantId()
TypeDefinitionWrapper getParent()
Collection<PropertyDefinitionWrapper> getProperties()
Collection<PropertyDefinitionWrapper> getProperties(boolean update)
PropertyDefinitionWrapper getPropertyById(String propertyId)
PropertyDefinitionWrapper getPropertyByQueryName(String queryName)
PropertyDefinitionWrapper getPropertyByQName(QName name)
Map<org.apache.chemistry.opencmis.commons.enums.Action,CMISActionEvaluator> getActionEvaluators()
void updateDefinition(DictionaryService dictionaryService)
Copyright © 2005–2018 Alfresco Software. All rights reserved.