Package org.alfresco.opencmis.dictionary
Class ItemTypeDefinitionWrapper
- java.lang.Object
-
- org.alfresco.opencmis.dictionary.AbstractTypeDefinitionWrapper
-
- org.alfresco.opencmis.dictionary.ShadowTypeDefinitionWrapper
-
- org.alfresco.opencmis.dictionary.ItemTypeDefinitionWrapper
-
- All Implemented Interfaces:
Serializable
,TypeDefinitionWrapper
public class ItemTypeDefinitionWrapper extends ShadowTypeDefinitionWrapper
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.alfresco.opencmis.dictionary.AbstractTypeDefinitionWrapper
actionEvaluators, alfrescoClass, alfrescoName, parent, propertiesById, propertiesByQName, propertiesByQueryName
-
-
Constructor Summary
Constructors Constructor Description ItemTypeDefinitionWrapper(CMISMapping cmisMapping, PropertyAccessorMapping accessorMapping, PropertyLuceneBuilderMapping luceneBuilderMapping, String typeId, DictionaryService dictionaryService, ClassDefinition cmisClassDef)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Collection<PropertyDefinitionWrapper>
getProperties()
Collection<PropertyDefinitionWrapper>
getProperties(boolean update)
PropertyDefinitionWrapper
getPropertyById(String propertyId)
void
updateDefinition(DictionaryService dictionaryService)
-
Methods inherited from class org.alfresco.opencmis.dictionary.ShadowTypeDefinitionWrapper
connectParentAndSubTypes, resolveInheritance
-
Methods inherited from class org.alfresco.opencmis.dictionary.AbstractTypeDefinitionWrapper
assertComplete, createActionEvaluators, createOwningPropertyDefinitions, createPropertyDefinition, getActionEvaluators, getAlfrescoClass, getAlfrescoName, getBaseTypeId, getParent, getPropertyByQName, getPropertyByQueryName, getTenantId, getTypeDefinition, getTypeId, isBaseType, registerProperty, setTypeDefDescription, setTypeDefDisplayName, setTypeDefinition, updateProperties, updateProperty, updateTypeDefInclProperties
-
-
-
-
Constructor Detail
-
ItemTypeDefinitionWrapper
public ItemTypeDefinitionWrapper(CMISMapping cmisMapping, PropertyAccessorMapping accessorMapping, PropertyLuceneBuilderMapping luceneBuilderMapping, String typeId, DictionaryService dictionaryService, ClassDefinition cmisClassDef)
-
-
Method Detail
-
updateDefinition
public void updateDefinition(DictionaryService dictionaryService)
- Specified by:
updateDefinition
in interfaceTypeDefinitionWrapper
- Overrides:
updateDefinition
in classAbstractTypeDefinitionWrapper
-
getPropertyById
public PropertyDefinitionWrapper getPropertyById(String propertyId)
- Specified by:
getPropertyById
in interfaceTypeDefinitionWrapper
- Overrides:
getPropertyById
in classAbstractTypeDefinitionWrapper
-
getProperties
public Collection<PropertyDefinitionWrapper> getProperties()
- Specified by:
getProperties
in interfaceTypeDefinitionWrapper
- Overrides:
getProperties
in classAbstractTypeDefinitionWrapper
-
getProperties
public Collection<PropertyDefinitionWrapper> getProperties(boolean update)
-
-