org.alfresco.opencmis.dictionary
Class RelationshipTypeDefintionWrapper

java.lang.Object
  extended by org.alfresco.opencmis.dictionary.AbstractTypeDefinitionWrapper
      extended by org.alfresco.opencmis.dictionary.RelationshipTypeDefintionWrapper
All Implemented Interfaces:
java.io.Serializable, TypeDefinitionWrapper

public class RelationshipTypeDefintionWrapper
extends AbstractTypeDefinitionWrapper

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.alfresco.opencmis.dictionary.AbstractTypeDefinitionWrapper
actionEvaluators, alfrescoClass, alfrescoName, children, parent, propertiesById, propertiesByQName, propertiesByQueryName
 
Constructor Summary
RelationshipTypeDefintionWrapper(CMISMapping cmisMapping, PropertyAccessorMapping accessorMapping, PropertyLuceneBuilderMapping luceneBuilderMapping, java.lang.String typeId, AssociationDefinition cmisAssocDef)
           
RelationshipTypeDefintionWrapper(CMISMapping cmisMapping, PropertyAccessorMapping accessorMapping, PropertyLuceneBuilderMapping luceneBuilderMapping, java.lang.String typeId, ClassDefinition cmisClassDef)
           
 
Method Summary
 void connectParentAndSubTypes(CMISMapping cmisMapping, org.alfresco.opencmis.dictionary.CMISAbstractDictionaryService.DictionaryRegistry registry, DictionaryService dictionaryService)
           
 void resolveInheritance(CMISMapping cmisMapping, org.alfresco.opencmis.dictionary.CMISAbstractDictionaryService.DictionaryRegistry registry, DictionaryService dictionaryService)
           
 
Methods inherited from class org.alfresco.opencmis.dictionary.AbstractTypeDefinitionWrapper
assertComplete, createActionEvaluators, createOwningPropertyDefinitions, createPropertyDefinition, getActionEvaluators, getAlfrescoClass, getAlfrescoName, getBaseTypeId, getChildren, getParent, getProperties, getPropertyById, getPropertyByQName, getPropertyByQueryName, getTypeDefinition, getTypeId, isBaseType, registerProperty, setTypeDefinition
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RelationshipTypeDefintionWrapper

public RelationshipTypeDefintionWrapper(CMISMapping cmisMapping,
                                        PropertyAccessorMapping accessorMapping,
                                        PropertyLuceneBuilderMapping luceneBuilderMapping,
                                        java.lang.String typeId,
                                        ClassDefinition cmisClassDef)

RelationshipTypeDefintionWrapper

public RelationshipTypeDefintionWrapper(CMISMapping cmisMapping,
                                        PropertyAccessorMapping accessorMapping,
                                        PropertyLuceneBuilderMapping luceneBuilderMapping,
                                        java.lang.String typeId,
                                        AssociationDefinition cmisAssocDef)
Method Detail

connectParentAndSubTypes

public void connectParentAndSubTypes(CMISMapping cmisMapping,
                                     org.alfresco.opencmis.dictionary.CMISAbstractDictionaryService.DictionaryRegistry registry,
                                     DictionaryService dictionaryService)
Specified by:
connectParentAndSubTypes in class AbstractTypeDefinitionWrapper

resolveInheritance

public void resolveInheritance(CMISMapping cmisMapping,
                               org.alfresco.opencmis.dictionary.CMISAbstractDictionaryService.DictionaryRegistry registry,
                               DictionaryService dictionaryService)
Specified by:
resolveInheritance in class AbstractTypeDefinitionWrapper


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.