Uses of Interface
org.alfresco.service.cmr.dictionary.AssociationDefinition
-
Packages that use AssociationDefinition Package Description org.alfresco.opencmis.dictionary org.alfresco.repo.dictionary org.alfresco.service.cmr.dictionary -
-
Uses of AssociationDefinition in org.alfresco.opencmis.dictionary
Constructors in org.alfresco.opencmis.dictionary with parameters of type AssociationDefinition Constructor Description RelationshipTypeDefintionWrapper(CMISMapping cmisMapping, PropertyAccessorMapping accessorMapping, PropertyLuceneBuilderMapping luceneBuilderMapping, String typeId, DictionaryService dictionaryService, AssociationDefinition cmisAssocDef) -
Uses of AssociationDefinition in org.alfresco.repo.dictionary
Methods in org.alfresco.repo.dictionary that return AssociationDefinition Modifier and Type Method Description AssociationDefinitionAbstractDictionaryRegistry. getAssociation(QName assocName)AssociationDefinitionCompiledModel. getAssociation(QName name)AssociationDefinitionDictionaryComponent. getAssociation(QName associationName)AssociationDefinitionDictionaryDAOImpl. getAssociation(QName assocName)AssociationDefinitionDictionaryRegistry. getAssociation(QName assocName)protected AssociationDefinitionAbstractDictionaryRegistry. getAssociationImpl(QName assocName)Methods in org.alfresco.repo.dictionary that return types with arguments of type AssociationDefinition Modifier and Type Method Description Collection<AssociationDefinition>CompiledModel. getAssociations()Collection<AssociationDefinition>DictionaryDAO. getAssociations(QName model)Collection<AssociationDefinition>DictionaryDAOImpl. getAssociations(QName modelName) -
Uses of AssociationDefinition in org.alfresco.service.cmr.dictionary
Subinterfaces of AssociationDefinition in org.alfresco.service.cmr.dictionary Modifier and Type Interface Description interfaceChildAssociationDefinitionRead-only definition of a Child Association.Methods in org.alfresco.service.cmr.dictionary that return AssociationDefinition Modifier and Type Method Description AssociationDefinitionDictionaryService. getAssociation(QName associationName)Gets the definition of the association as defined by its owning Class.Methods in org.alfresco.service.cmr.dictionary that return types with arguments of type AssociationDefinition Modifier and Type Method Description Map<QName,AssociationDefinition>ClassDefinition. getAssociations()Fetch all associations for which this is a source type, including child associations.
-