Overview  Package  Class   Use  Tree  Deprecated  Index  Help 
PREV   NEXT FRAMES    NO FRAMES    All Classes

Uses of Interface
org.alfresco.service.namespace.QNamePattern
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

Overview  Package  Class   Use  Tree  Deprecated  Index  Help 
PREV   NEXT FRAMES    NO FRAMES    All Classes

Copyright © 2005–2018 Alfresco Software. All rights reserved.

Java API documentation generated with DocFlex/Javadoc 1.6.1 using JavadocPro template set.