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 ItemRouteSegment
fromBean(@NotNull ItemRouteSegmentType bean)
static @NotNull ItemRouteSegment
fromPath(ItemPath path)
ObjectFilter
getParsedSelector()
@NotNull ItemPath
getPath()
String
toString()
-
-
-
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()
-
-