|
Packages that use org.alfresco.service.namespace.QNamePattern | ||
org.alfresco.service.cmr.repository | ||
org.alfresco.service.namespace |
Uses of QNamePattern in org.alfresco.service.cmr.repository |
Methods in org.alfresco.service.cmr.repository with parameters of type QNamePattern | |
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.getParentAssocs(NodeRef nodeRef, QNamePattern typeQNamePattern, QNamePattern qnamePattern) Gets all parent associations where the pattern of the association qualified name is a match |
|
NodeService.getSourceAssocs(NodeRef targetRef, QNamePattern qnamePattern) Fetches all associations to the given target where the associations' qualified names match the pattern provided. |
|
NodeService.getTargetAssocs(NodeRef sourceRef, QNamePattern qnamePattern) Fetches all associations from the given source where the associations' qualified names match the pattern provided. |
|
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. |
Uses of QNamePattern in org.alfresco.service.namespace |
Classes in org.alfresco.service.namespace that implement QNamePattern | |
class |
QName QName represents the qualified name of a Repository item. |
class |
RegexQNamePattern Provides matching between qnames using regular expression matching. |
Fields in org.alfresco.service.namespace declared as QNamePattern | |
RegexQNamePattern.MATCH_ALL A helper pattern matcher that will match all qnames |
|