Uses of Class
org.alfresco.service.cmr.repository.AssociationRef
Packages that use AssociationRef
Package
Description
-
Uses of AssociationRef in org.alfresco.opencmis.dictionary
Methods in org.alfresco.opencmis.dictionary that return AssociationRefMethods in org.alfresco.opencmis.dictionary with parameters of type AssociationRefModifier and TypeMethodDescriptionCMISPropertyAccessor.createNodeInfo
(AssociationRef assocRef) Creates a node info object form the given association ref. -
Uses of AssociationRef in org.alfresco.repo.tenant
Methods in org.alfresco.repo.tenant that return AssociationRefModifier and TypeMethodDescriptionSingleTServiceImpl.getBaseName
(AssociationRef assocRef) TenantService.getBaseName
(AssociationRef assocRef) SingleTServiceImpl.getName
(AssociationRef assocRef) TenantService.getName
(AssociationRef assocRef) Methods in org.alfresco.repo.tenant with parameters of type AssociationRefModifier and TypeMethodDescriptionSingleTServiceImpl.getBaseName
(AssociationRef assocRef) TenantService.getBaseName
(AssociationRef assocRef) SingleTServiceImpl.getName
(AssociationRef assocRef) TenantService.getName
(AssociationRef assocRef) -
Uses of AssociationRef in org.alfresco.service.cmr.repository
Methods in org.alfresco.service.cmr.repository that return AssociationRefModifier and TypeMethodDescriptionNodeService.createAssociation
(NodeRef sourceRef, NodeRef targetRef, QName assocTypeQName) Create a peer association between two nodes.Gets an association by ID.Methods in org.alfresco.service.cmr.repository that return types with arguments of type AssociationRefModifier and TypeMethodDescriptionNodeService.getSourceAssocs
(NodeRef targetRef, QNamePattern qnamePattern) Fetches all associations to the given target where the associations' qualified names match the pattern provided.NodeService.getTargetAssocs
(NodeRef sourceRef, QNamePattern qnamePattern) Fetches all associations from the given source where the associations' qualified names match the pattern provided.NodeService.getTargetAssocsByPropertyValue
(NodeRef sourceRef, QNamePattern qnamePattern, QName propertyQName, Serializable propertyValue) Fetches all associations from the given source where the associations' qualified names match the pattern provided.