Package org.alfresco.opencmis.dictionary
Class ShadowTypeDefinitionWrapper
- java.lang.Object
-
- org.alfresco.opencmis.dictionary.AbstractTypeDefinitionWrapper
-
- org.alfresco.opencmis.dictionary.ShadowTypeDefinitionWrapper
-
- All Implemented Interfaces:
java.io.Serializable
,TypeDefinitionWrapper
- Direct Known Subclasses:
DocumentTypeDefinitionWrapper
,FolderTypeDefintionWrapper
,ItemTypeDefinitionWrapper
public abstract class ShadowTypeDefinitionWrapper extends AbstractTypeDefinitionWrapper
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.alfresco.opencmis.dictionary.AbstractTypeDefinitionWrapper
actionEvaluators, alfrescoClass, alfrescoName, parent, propertiesById, propertiesByQName, propertiesByQueryName, typeDef, typeDefInclProperties
-
-
Constructor Summary
Constructors Constructor Description ShadowTypeDefinitionWrapper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<TypeDefinitionWrapper>
connectParentAndSubTypes(CMISMapping cmisMapping, CMISDictionaryRegistry registry, DictionaryService dictionaryService)
void
resolveInheritance(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, updateTypeDefInclProperties
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.alfresco.opencmis.dictionary.TypeDefinitionWrapper
getProperties
-
-
-
-
Method Detail
-
connectParentAndSubTypes
public java.util.List<TypeDefinitionWrapper> connectParentAndSubTypes(CMISMapping cmisMapping, CMISDictionaryRegistry registry, DictionaryService dictionaryService)
- Specified by:
connectParentAndSubTypes
in classAbstractTypeDefinitionWrapper
-
resolveInheritance
public void resolveInheritance(CMISMapping cmisMapping, CMISDictionaryRegistry registry, DictionaryService dictionaryService)
- Specified by:
resolveInheritance
in classAbstractTypeDefinitionWrapper
-
-