|
Packages that use org.alfresco.service.cmr.repository.AssociationRef | ||
org.alfresco.repo.node | ||
org.alfresco.repo.tenant | ||
org.alfresco.service.cmr.repository |
Uses of AssociationRef in org.alfresco.repo.node |
Methods in org.alfresco.repo.node with parameters of type AssociationRef | |
void |
NodeServicePolicies.BeforeDeleteAssociationPolicy.beforeDeleteAssociation(AssociationRef nodeAssocRef) Called before a regular node association is deleted. |
void |
NodeServicePolicies.OnCreateAssociationPolicy.onCreateAssociation(AssociationRef nodeAssocRef) Called after a regular node association is created. |
void |
NodeServicePolicies.OnDeleteAssociationPolicy.onDeleteAssociation(AssociationRef nodeAssocRef) Called after a regular node association is deleted. |
Uses of AssociationRef in org.alfresco.repo.tenant |
Methods in org.alfresco.repo.tenant that return AssociationRef | |
TenantService.getBaseName(AssociationRef assocRef) | |
TenantService.getName(AssociationRef assocRef) |
Methods in org.alfresco.repo.tenant with parameters of type AssociationRef | |
TenantService.getBaseName(AssociationRef assocRef) | |
TenantService.getName(AssociationRef assocRef) |
Methods in org.alfresco.service.cmr.repository that return AssociationRef | |
NodeService.createAssociation(NodeRef sourceRef, NodeRef targetRef, QName assocTypeQName) Create a peer association between two nodes. |
|
NodeService.getAssoc(Long id) Gets an association by ID. |
Methods in org.alfresco.service.cmr.repository that return types with arguments of type AssociationRef | |
NodeService.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. |
|