Class ItemRouteSegment
- java.lang.Object
-
- com.evolveum.midpoint.schema.route.ItemRouteSegment
-
@Experimental public class ItemRouteSegment extends Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description List<PrismValue>filter(List<PrismValue> prismValues)static @NotNull ItemRouteSegmentfromBean(@NotNull ItemRouteSegmentType bean)static @NotNull ItemRouteSegmentfromPath(ItemPath path)ObjectFiltergetParsedSelector()@NotNull ItemPathgetPath()StringtoString()
-
-
-
Method Detail
-
fromBean
@NotNull public static @NotNull ItemRouteSegment fromBean(@NotNull @NotNull ItemRouteSegmentType bean)
-
fromPath
@NotNull public static @NotNull ItemRouteSegment fromPath(ItemPath path)
-
filter
public List<PrismValue> filter(List<PrismValue> prismValues) throws SchemaException
- Throws:
SchemaException
-
getPath
@NotNull public @NotNull ItemPath getPath()
-
getParsedSelector
public ObjectFilter getParsedSelector()
-
-