Uses of Class
org.alfresco.service.cmr.repository.ChildAssociationRef
Packages that use ChildAssociationRef
Package
Description
-
Uses of ChildAssociationRef in org.alfresco.repo.tenant
Methods in org.alfresco.repo.tenant that return ChildAssociationRefModifier and TypeMethodDescriptionSingleTServiceImpl.getBaseName
(ChildAssociationRef childAssocRef) SingleTServiceImpl.getBaseName
(ChildAssociationRef childAssocRef, boolean forceForNonTenant) TenantService.getBaseName
(ChildAssociationRef childAssocRef) TenantService.getBaseName
(ChildAssociationRef childAssocRef, boolean forceIfNonTenant) SingleTServiceImpl.getName
(ChildAssociationRef childAssocRef) TenantService.getName
(ChildAssociationRef childAssocRef) Methods in org.alfresco.repo.tenant with parameters of type ChildAssociationRefModifier and TypeMethodDescriptionSingleTServiceImpl.getBaseName
(ChildAssociationRef childAssocRef) SingleTServiceImpl.getBaseName
(ChildAssociationRef childAssocRef, boolean forceForNonTenant) TenantService.getBaseName
(ChildAssociationRef childAssocRef) TenantService.getBaseName
(ChildAssociationRef childAssocRef, boolean forceIfNonTenant) SingleTServiceImpl.getName
(ChildAssociationRef childAssocRef) TenantService.getName
(ChildAssociationRef childAssocRef) -
Uses of ChildAssociationRef in org.alfresco.service.cmr.repository
Methods in org.alfresco.service.cmr.repository that return ChildAssociationRefModifier and TypeMethodDescriptionMakes a parent-child association between the given nodes.NodeService.createNode
(NodeRef parentRef, QName assocTypeQName, QName assocQName, QName nodeTypeQName) NodeService.createNode
(NodeRef parentRef, QName assocTypeQName, QName assocQName, QName nodeTypeQName, Map<QName, Serializable> properties) Creates a new, non-abstract, real node as a primary child of the given parent node.InvalidChildAssociationRefException.getChildAssociationRef()
NodeService.getPrimaryParent
(NodeRef nodeRef) Fetches the primary parent-child relationship.Path.ChildAssocElement.getRef()
NodeService.moveNode
(NodeRef nodeToMoveRef, NodeRef newParentRef, QName assocTypeQName, QName assocQName) Moves the primary location of the given node.Methods in org.alfresco.service.cmr.repository that return types with arguments of type ChildAssociationRefModifier and TypeMethodDescriptionNodeService.addChild
(Collection<NodeRef> parentRefs, NodeRef childRef, QName assocTypeQName, QName qname) Associates a given child node with a given collection of parents.NodeService.getChildAssocs
(NodeRef nodeRef) Get all child associations of the given node.NodeService.getChildAssocs
(NodeRef nodeRef, Set<QName> childNodeTypeQNames) Retrieve immediate children of a given node where the child nodes are in the given inclusive list.NodeService.getChildAssocs
(NodeRef nodeRef, QNamePattern typeQNamePattern, QNamePattern qnamePattern) Gets all child associations where the pattern of the association qualified name is a match.NodeService.getChildAssocs
(NodeRef nodeRef, QNamePattern typeQNamePattern, QNamePattern qnamePattern, boolean preload) Gets all child associations where the pattern of the association qualified names match the patterns provided.NodeService.getChildAssocs
(NodeRef nodeRef, QNamePattern typeQNamePattern, QNamePattern qnamePattern, int maxResults, boolean preload) Gets all child associations where the pattern of the association qualified name is an exact match.NodeService.getChildAssocsByPropertyValue
(NodeRef nodeRef, QName propertyQName, Serializable value) Retrieve the immediate children of a given node based on the value of a property of those children.NodeService.getChildAssocsWithoutParentAssocsOfType
(NodeRef parent, QName assocTypeQName) Gets the set of child associations of a certain parent node without parent associations of a certain type to other nodes with the same parent! In effect the 'orphans' with respect to a certain association type.NodeService.getChildrenByName
(NodeRef nodeRef, QName assocTypeQName, Collection<String> childNames) Get the nodes with the given names within the context of the parent node.NodeService.getParentAssocs
(NodeRef nodeRef) NodeService.getParentAssocs
(NodeRef nodeRef, QNamePattern typeQNamePattern, QNamePattern qnamePattern) Gets all parent associations where the pattern of the association qualified name is a matchMethods in org.alfresco.service.cmr.repository with parameters of type ChildAssociationRefModifier and TypeMethodDescriptionint
ChildAssociationRef.compareTo
(ChildAssociationRef another) boolean
NodeService.removeChildAssociation
(ChildAssociationRef childAssocRef) Remove a specific child association.boolean
NodeService.removeSeconaryChildAssociation
(ChildAssociationRef childAssocRef) Deprecated.boolean
NodeService.removeSecondaryChildAssociation
(ChildAssociationRef childAssocRef) Remove a specific secondary child association.void
NodeService.setChildAssociationIndex
(ChildAssociationRef childAssocRef, int index) Set the ordering index of the child association.Constructors in org.alfresco.service.cmr.repository with parameters of type ChildAssociationRefModifierConstructorDescriptionInvalidChildAssociationRefException
(String msg, ChildAssociationRef childAssociationRef) InvalidChildAssociationRefException
(ChildAssociationRef childAssociationRef) -
Uses of ChildAssociationRef in org.alfresco.service.cmr.search
Methods in org.alfresco.service.cmr.search that return ChildAssociationRefModifier and TypeMethodDescriptionResultSetRow.getChildAssocRef()
ResultSetSPI.getChildAssocRef
(int n) Get the child assoc ref for a particular row.Methods in org.alfresco.service.cmr.search that return types with arguments of type ChildAssociationRefModifier and TypeMethodDescriptionResultSetSPI.getChildAssocRefs()
Get a list of all the child associations in the results set.
NodeService.removeSecondaryChildAssociation(ChildAssociationRef)