Uses of Class
com.evolveum.midpoint.schema.holder.XPathHolder

Packages that use XPathHolder
com.evolveum.midpoint.common   
com.evolveum.midpoint.common.xpath   
com.evolveum.midpoint.schema.holder   
com.evolveum.midpoint.schema.processor   
com.evolveum.midpoint.schema.util   
 

Uses of XPathHolder in com.evolveum.midpoint.common
 

Methods in com.evolveum.midpoint.common with parameters of type XPathHolder
static org.w3c.dom.Element QueryUtil.createEqualFilter(org.w3c.dom.Document doc, XPathHolder xpath, java.util.List<? extends java.lang.Object> 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, XPathHolder xpath, java.lang.Object 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, XPathHolder 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, XPathHolder 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, XPathHolder xpath, javax.xml.namespace.QName propertyName, java.lang.String oid)
          Creates "equal" filter for object reference.
 

Uses of XPathHolder in com.evolveum.midpoint.common.xpath
 

Methods in com.evolveum.midpoint.common.xpath with parameters of type XPathHolder
static void XPathUtil.createNodesDefinedByXPath(org.w3c.dom.Document doc, XPathHolder xpathType)
           
 org.w3c.dom.NodeList XPathUtil.matchedNodesByXPath(XPathHolder xpathType, java.util.Map<javax.xml.namespace.QName,Variable> variables, org.w3c.dom.Node domObject)
           
 

Uses of XPathHolder in com.evolveum.midpoint.schema.holder
 

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

Methods in com.evolveum.midpoint.schema.holder with parameters of type XPathHolder
 java.util.List<XPathSegment> XPathHolder.getTail(XPathHolder path)
          Returns a list of segments that are the "tail" after specified path.
 boolean XPathHolder.isBelow(XPathHolder path)
          Returns true if this path is below a specified path.
 

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

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

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

Uses of XPathHolder in com.evolveum.midpoint.schema.util
 

Methods in com.evolveum.midpoint.schema.util that return XPathHolder
static XPathHolder ObjectTypeUtil.createXPathHolder(javax.xml.namespace.QName property)
           
 

Methods in com.evolveum.midpoint.schema.util with parameters of type XPathHolder
static PropertyModificationType ObjectTypeUtil.createPropertyModificationType(PropertyModificationTypeType changeType, XPathHolder xpathType, java.lang.Object element)
           
static PropertyModificationType ObjectTypeUtil.createPropertyModificationType(PropertyModificationTypeType changetype, XPathHolder xpath, javax.xml.namespace.QName property, java.lang.Object value)
           
static PropertyModificationType ObjectTypeUtil.getPropertyModification(ObjectModificationType objectChange, XPathHolder path, javax.xml.namespace.QName propertyName)
           
static
<T> T
ObjectTypeUtil.getPropertyNewValue(ObjectModificationType objectChange, XPathHolder path, javax.xml.namespace.QName propertyName, java.lang.Class<T> propertyClass)
          single value and "replace" modification are assumed
static boolean ObjectTypeUtil.isModificationOf(PropertyModificationType modification, javax.xml.namespace.QName elementName, XPathHolder path)
           
 



Copyright © 2011 evolveum. All Rights Reserved.