Package | Description |
---|---|
org.alfresco.service.cmr.repository | |
org.alfresco.service.namespace |
Modifier and Type | Method and Description |
---|---|
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.
|
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.
|
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.
|
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
|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
QName
QName represents the qualified name of a Repository item. |
class |
RegexQNamePattern
Provides matching between
qnames using
regular expression matching. |
Modifier and Type | Field and Description |
---|---|
static QNamePattern |
RegexQNamePattern.MATCH_ALL
A helper pattern matcher that will match all qnames
|
Copyright © 2005–2018 Alfresco Software. All rights reserved.