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, java.lang.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 AssociationDefinition
AbstractDictionaryRegistry. getAssociation(QName assocName)
AssociationDefinition
CompiledModel. getAssociation(QName name)
AssociationDefinition
DictionaryComponent. getAssociation(QName associationName)
AssociationDefinition
DictionaryDAOImpl. getAssociation(QName assocName)
AssociationDefinition
DictionaryRegistry. getAssociation(QName assocName)
protected AssociationDefinition
AbstractDictionaryRegistry. getAssociationImpl(QName assocName)
Methods in org.alfresco.repo.dictionary that return types with arguments of type AssociationDefinition Modifier and Type Method Description java.util.Collection<AssociationDefinition>
CompiledModel. getAssociations()
java.util.Collection<AssociationDefinition>
DictionaryDAO. getAssociations(QName model)
java.util.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 interface
ChildAssociationDefinition
Read-only definition of a Child Association.Methods in org.alfresco.service.cmr.dictionary that return AssociationDefinition Modifier and Type Method Description AssociationDefinition
DictionaryService. 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 java.util.Map<QName,AssociationDefinition>
ClassDefinition. getAssociations()
Fetch all associations for which this is a source type, including child associations.
-