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

Packages that use XPathSegment
com.evolveum.midpoint.schema.holder   
 

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

Methods in com.evolveum.midpoint.schema.holder that return types with arguments of type XPathSegment
 java.util.List<XPathSegment> XPathHolder.getTail(XPathHolder path)
          Returns a list of segments that are the "tail" after specified path.
 java.util.List<XPathSegment> XPathHolder.toSegments()
           
 

Method parameters in com.evolveum.midpoint.schema.holder with type arguments of type XPathSegment
 XPathHolder XPathHolder.transposedPath(java.util.List<XPathSegment> parentPath)
          Returns new XPath with a specified element prepended to the path.
 

Constructor parameters in com.evolveum.midpoint.schema.holder with type arguments of type XPathSegment
XPathHolder(java.util.List<XPathSegment> segments)
           
XPathHolder(java.util.List<XPathSegment> segments, boolean absolute)
           
 



Copyright © 2011 evolveum. All Rights Reserved.