Uses of Interface
org.alfresco.service.namespace.QNamePattern
Packages that use QNamePattern
-
Uses of QNamePattern in org.alfresco.service.cmr.repository
Methods in org.alfresco.service.cmr.repository with parameters of type QNamePatternModifier and TypeMethodDescriptionNodeService.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 matchNodeService.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 QNamePatternModifier and TypeClassDescriptionfinal class
QName
represents the qualified name of a Repository item.class
Provides matching betweenqnames
using regular expression matching.Fields in org.alfresco.service.namespace declared as QNamePatternModifier and TypeFieldDescriptionstatic final QNamePattern
RegexQNamePattern.MATCH_ALL
A helper pattern matcher that will match all qnames