Uses of Class
com.evolveum.midpoint.xml.schema.XPathType

Packages that use XPathType
com.evolveum.midpoint.common   
com.evolveum.midpoint.common.object   
com.evolveum.midpoint.schema.processor   
com.evolveum.midpoint.xml.schema   
 

Uses of XPathType in com.evolveum.midpoint.common
 

Methods in com.evolveum.midpoint.common with parameters of type XPathType
static org.w3c.dom.Element QueryUtil.createEqualFilter(org.w3c.dom.Document doc, XPathType xpath, org.w3c.dom.Element value)
          Creates "equal" filter segment for single-valued properties based on DOM representation.
static org.w3c.dom.Element QueryUtil.createEqualFilter(org.w3c.dom.Document doc, XPathType xpath, java.util.List<org.w3c.dom.Element> values)
          Creates "equal" filter segment for multi-valued properties based on DOM representation.
static org.w3c.dom.Element QueryUtil.createEqualFilter(org.w3c.dom.Document doc, XPathType xpath, javax.xml.namespace.QName properyName, javax.xml.namespace.QName value)
          Creates "equal" filter segment for single-valued properties with QName content.
static org.w3c.dom.Element QueryUtil.createEqualFilter(org.w3c.dom.Document doc, XPathType xpath, javax.xml.namespace.QName properyName, java.lang.String value)
          Creates "equal" filter segment for single-valued properties with string content.
static org.w3c.dom.Element QueryUtil.createEqualRefFilter(org.w3c.dom.Document doc, XPathType xpath, javax.xml.namespace.QName propertyName, java.lang.String oid)
          Creates "equal" filter for object reference.
static void XPathUtil.createNodesDefinedByXPath(org.w3c.dom.Document doc, XPathType xpathType)
           
 org.w3c.dom.NodeList XPathUtil.matchedNodesByXPath(XPathType xpathType, java.util.Map<javax.xml.namespace.QName,Variable> variables, org.w3c.dom.Node domObject)
           
 

Uses of XPathType in com.evolveum.midpoint.common.object
 

Methods in com.evolveum.midpoint.common.object with parameters of type XPathType
static PropertyModificationType ObjectTypeUtil.createPropertyModificationType(PropertyModificationTypeType changeType, XPathType xpathType, org.w3c.dom.Node node)
           
static PropertyModificationType ObjectTypeUtil.createPropertyModificationType(PropertyModificationTypeType changetype, XPathType xpath, javax.xml.namespace.QName property, java.lang.Object value)
           
 

Uses of XPathType in com.evolveum.midpoint.schema.processor
 

Methods in com.evolveum.midpoint.schema.processor that return XPathType
 XPathType PropertyModification.getPath()
           
 

Constructors in com.evolveum.midpoint.schema.processor with parameters of type XPathType
PropertyModification(Property property, PropertyModification.ModificationType modificationType, XPathType path, java.util.Set<java.lang.Object> values)
           
 

Uses of XPathType in com.evolveum.midpoint.xml.schema
 

Methods in com.evolveum.midpoint.xml.schema that return XPathType
 XPathType ValueAssignmentHolder.getTarget()
           
 XPathType XPathType.transposedPath(java.util.List<XPathSegment> parentPath)
          Returns new XPath with a specified element prepended to the path.
 XPathType XPathType.transposedPath(javax.xml.namespace.QName parentPath)
          Returns new XPath with a specified element prepended to the path.
 



Copyright © 2011 evolveum. All Rights Reserved.