Package org.alfresco.opencmis.dictionary
Class ShadowTypeDefinitionWrapper
java.lang.Object
org.alfresco.opencmis.dictionary.AbstractTypeDefinitionWrapper
org.alfresco.opencmis.dictionary.ShadowTypeDefinitionWrapper
- All Implemented Interfaces:
Serializable,TypeDefinitionWrapper
- Direct Known Subclasses:
DocumentTypeDefinitionWrapper,FolderTypeDefintionWrapper,ItemTypeDefinitionWrapper
- See Also:
-
Field Summary
Fields inherited from class org.alfresco.opencmis.dictionary.AbstractTypeDefinitionWrapper
actionEvaluators, alfrescoClass, alfrescoName, parent, propertiesById, propertiesByQName, propertiesByQueryName, typeDef, typeDefInclProperties -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionconnectParentAndSubTypes(CMISMapping cmisMapping, CMISDictionaryRegistry registry, DictionaryService dictionaryService) voidresolveInheritance(CMISMapping cmisMapping, CMISDictionaryRegistry registry, DictionaryService dictionaryService) Methods inherited from class org.alfresco.opencmis.dictionary.AbstractTypeDefinitionWrapper
assertComplete, createActionEvaluators, createOwningPropertyDefinitions, createPropertyDefinition, getActionEvaluators, getAlfrescoClass, getAlfrescoName, getBaseTypeId, getParent, getProperties, getPropertyById, getPropertyByQName, getPropertyByQueryName, getTenantId, getTypeDefinition, getTypeId, isBaseType, registerProperty, setTypeDefDescription, setTypeDefDisplayName, setTypeDefinition, updateDefinition, updateProperties, updateProperty, updateTypeDefInclPropertiesMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.alfresco.opencmis.dictionary.TypeDefinitionWrapper
getProperties
-
Constructor Details
-
ShadowTypeDefinitionWrapper
public ShadowTypeDefinitionWrapper()
-
-
Method Details
-
connectParentAndSubTypes
public List<TypeDefinitionWrapper> connectParentAndSubTypes(CMISMapping cmisMapping, CMISDictionaryRegistry registry, DictionaryService dictionaryService) - Specified by:
connectParentAndSubTypesin classAbstractTypeDefinitionWrapper
-
resolveInheritance
public void resolveInheritance(CMISMapping cmisMapping, CMISDictionaryRegistry registry, DictionaryService dictionaryService) - Specified by:
resolveInheritancein classAbstractTypeDefinitionWrapper
-