Uses of Class
com.evolveum.midpoint.prism.path.ItemPathSegment

Packages that use ItemPathSegment
com.evolveum.midpoint.common.expression   
com.evolveum.midpoint.prism.path   
 

Uses of ItemPathSegment in com.evolveum.midpoint.common.expression
 

Methods in com.evolveum.midpoint.common.expression with parameters of type ItemPathSegment
static
<V extends PrismValue>
PrismValueDeltaSetTriple<V>
ExpressionUtil.toOutputTriple(PrismValueDeltaSetTriple<V> resultTriple, ItemDefinition outputDefinition, ItemPathSegment lastPathSegment, PrismContext prismContext)
           
 

Uses of ItemPathSegment in com.evolveum.midpoint.prism.path
 

Subclasses of ItemPathSegment in com.evolveum.midpoint.prism.path
 class IdItemPathSegment
           
 class NameItemPathSegment
           
 

Methods in com.evolveum.midpoint.prism.path that return ItemPathSegment
 ItemPathSegment ItemPath.first()
           
 ItemPathSegment ItemPath.last()
           
 

Methods in com.evolveum.midpoint.prism.path that return types with arguments of type ItemPathSegment
 java.util.List<ItemPathSegment> ItemPath.getSegments()
           
 

Methods in com.evolveum.midpoint.prism.path with parameters of type ItemPathSegment
static javax.xml.namespace.QName ItemPath.getName(ItemPathSegment segment)
          Convenience static method with checks
static ItemPath ItemPath.subPath(ItemPath prefix, ItemPathSegment subSegment)
          Null-proof static version.
 ItemPath ItemPath.subPath(ItemPathSegment subSegment)
           
 

Constructors in com.evolveum.midpoint.prism.path with parameters of type ItemPathSegment
ItemPath(ItemPath parentPath, ItemPathSegment subSegment)
           
ItemPath(ItemPathSegment... segments)
           
ItemPath(java.util.List<ItemPathSegment> segments, ItemPathSegment subSegment)
           
 

Constructor parameters in com.evolveum.midpoint.prism.path with type arguments of type ItemPathSegment
ItemPath(java.util.List<ItemPathSegment> segments)
           
ItemPath(java.util.List<ItemPathSegment> segments, ItemPathSegment subSegment)
           
ItemPath(java.util.List<ItemPathSegment> segments, javax.xml.namespace.QName subName)
           
 



Copyright © 2012 evolveum. All Rights Reserved.