Uses of Class
org.alfresco.service.cmr.repository.AssociationRef
-
Packages that use AssociationRef Package Description org.alfresco.opencmis.dictionary org.alfresco.repo.tenant org.alfresco.service.cmr.repository -
-
Uses of AssociationRef in org.alfresco.opencmis.dictionary
Methods in org.alfresco.opencmis.dictionary that return AssociationRef Modifier and Type Method Description AssociationRef
CMISNodeInfo. getAssociationRef()
Methods in org.alfresco.opencmis.dictionary with parameters of type AssociationRef Modifier and Type Method Description CMISNodeInfo
CMISPropertyAccessor. 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 AssociationRef Modifier and Type Method Description AssociationRef
SingleTServiceImpl. getBaseName(AssociationRef assocRef)
AssociationRef
TenantService. getBaseName(AssociationRef assocRef)
AssociationRef
SingleTServiceImpl. getName(AssociationRef assocRef)
AssociationRef
TenantService. getName(AssociationRef assocRef)
Methods in org.alfresco.repo.tenant with parameters of type AssociationRef Modifier and Type Method Description AssociationRef
SingleTServiceImpl. getBaseName(AssociationRef assocRef)
AssociationRef
TenantService. getBaseName(AssociationRef assocRef)
AssociationRef
SingleTServiceImpl. getName(AssociationRef assocRef)
AssociationRef
TenantService. getName(AssociationRef assocRef)
-
Uses of AssociationRef in org.alfresco.service.cmr.repository
Methods in org.alfresco.service.cmr.repository that return AssociationRef Modifier and Type Method Description AssociationRef
NodeService. createAssociation(NodeRef sourceRef, NodeRef targetRef, QName assocTypeQName)
Create a peer association between two nodes.AssociationRef
NodeService. getAssoc(java.lang.Long id)
Gets an association by ID.Methods in org.alfresco.service.cmr.repository that return types with arguments of type AssociationRef Modifier and Type Method Description java.util.List<AssociationRef>
NodeService. getSourceAssocs(NodeRef targetRef, QNamePattern qnamePattern)
Fetches all associations to the given target where the associations' qualified names match the pattern provided.java.util.List<AssociationRef>
NodeService. getTargetAssocs(NodeRef sourceRef, QNamePattern qnamePattern)
Fetches all associations from the given source where the associations' qualified names match the pattern provided.java.util.List<AssociationRef>
NodeService. getTargetAssocsByPropertyValue(NodeRef sourceRef, QNamePattern qnamePattern, QName propertyQName, java.io.Serializable propertyValue)
Fetches all associations from the given source where the associations' qualified names match the pattern provided.
-