java.util.List<ChildAssociationRef> |
NodeService.getChildAssocs(NodeRef nodeRef,
QNamePattern typeQNamePattern,
QNamePattern qnamePattern) |
Gets all child associations where the pattern of the association qualified
name is a match.
|
java.util.List<ChildAssociationRef> |
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.
|
java.util.List<ChildAssociationRef> |
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.
|
java.util.List<ChildAssociationRef> |
NodeService.getParentAssocs(NodeRef nodeRef,
QNamePattern typeQNamePattern,
QNamePattern qnamePattern) |
Gets all parent associations where the pattern of the association qualified
name is a match
|
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.
|