Overview  Package  Class   Use  Tree  Deprecated  Index  Help 
PREV   NEXT FRAMES    NO FRAMES    All Classes

Uses of Class
org.alfresco.service.cmr.repository.AssociationRef
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
abstract void
NodeServicePolicies.BeforeDeleteAssociationPolicy.beforeDeleteAssociation(AssociationRef nodeAssocRef)
          Called before a regular node association is deleted.
abstract void
NodeServicePolicies.OnCreateAssociationPolicy.onCreateAssociation(AssociationRef nodeAssocRef)
          Called after a regular node association is created.
abstract 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)
Uses of AssociationRef in org.alfresco.service.cmr.repository
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.

Overview  Package  Class   Use  Tree  Deprecated  Index  Help 
PREV   NEXT FRAMES    NO FRAMES    All Classes

Copyright © 2005–2018 Alfresco Software. All rights reserved.

Java API documentation generated with DocFlex/Javadoc 1.6.1 using JavadocPro template set.