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 AssociationRefCMISNodeInfo. getAssociationRef()Methods in org.alfresco.opencmis.dictionary with parameters of type AssociationRef Modifier and Type Method Description CMISNodeInfoCMISPropertyAccessor. 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 AssociationRefSingleTServiceImpl. getBaseName(AssociationRef assocRef)AssociationRefTenantService. getBaseName(AssociationRef assocRef)AssociationRefSingleTServiceImpl. getName(AssociationRef assocRef)AssociationRefTenantService. getName(AssociationRef assocRef)Methods in org.alfresco.repo.tenant with parameters of type AssociationRef Modifier and Type Method Description AssociationRefSingleTServiceImpl. getBaseName(AssociationRef assocRef)AssociationRefTenantService. getBaseName(AssociationRef assocRef)AssociationRefSingleTServiceImpl. getName(AssociationRef assocRef)AssociationRefTenantService. 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 AssociationRefNodeService. createAssociation(NodeRef sourceRef, NodeRef targetRef, QName assocTypeQName)Create a peer association between two nodes.AssociationRefNodeService. getAssoc(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 List<AssociationRef>NodeService. getSourceAssocs(NodeRef targetRef, QNamePattern qnamePattern)Fetches all associations to the given target where the associations' qualified names match the pattern provided.List<AssociationRef>NodeService. getTargetAssocs(NodeRef sourceRef, QNamePattern qnamePattern)Fetches all associations from the given source where the associations' qualified names match the pattern provided.List<AssociationRef>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.
-