Uses of Class
com.evolveum.midpoint.schema.route.ItemRoute
-
Packages that use ItemRoute Package Description com.evolveum.midpoint.model.api com.evolveum.midpoint.model.api.correlator com.evolveum.midpoint.model.impl.correlator.items com.evolveum.midpoint.schema.route -
-
Uses of ItemRoute in com.evolveum.midpoint.model.api
Methods in com.evolveum.midpoint.model.api that return ItemRoute Modifier and Type Method Description @NotNull ItemRoute
CorrelationProperty. getPrimaryTargetRoute()
Methods in com.evolveum.midpoint.model.api that return types with arguments of type ItemRoute Modifier and Type Method Description @NotNull List<ItemRoute>
CorrelationProperty. getSecondaryTargetRoutes()
Method parameters in com.evolveum.midpoint.model.api with type arguments of type ItemRoute Modifier and Type Method Description static CorrelationProperty
CorrelationProperty. create(@NotNull String name, @NotNull Collection<?> sourceRealValues, @NotNull Map<String,ItemRoute> targetRouteMap, @Nullable ItemDefinition<?> definition)
-
Uses of ItemRoute in com.evolveum.midpoint.model.api.correlator
Methods in com.evolveum.midpoint.model.api.correlator that return ItemRoute Modifier and Type Method Description @NotNull ItemRoute
CorrelatorContext. getSourcePlaceRoute()
Returns the path to the "source place" in the object being correlated.@NotNull ItemRoute
CorrelatorContext. getTargetPlaceRoute(@Nullable String qualifier)
Methods in com.evolveum.midpoint.model.api.correlator that return types with arguments of type ItemRoute Modifier and Type Method Description @NotNull Map<String,ItemRoute>
CorrelatorContext. getTargetPlaces()
-
Uses of ItemRoute in com.evolveum.midpoint.model.impl.correlator.items
Methods in com.evolveum.midpoint.model.impl.correlator.items that return ItemRoute Modifier and Type Method Description @NotNull ItemRoute
CorrelationItemTarget. getRoute()
-
Uses of ItemRoute in com.evolveum.midpoint.schema.route
Fields in com.evolveum.midpoint.schema.route declared as ItemRoute Modifier and Type Field Description static ItemRoute
ItemRoute. EMPTY
Methods in com.evolveum.midpoint.schema.route that return ItemRoute Modifier and Type Method Description @NotNull ItemRoute
ItemRoute. append(ItemRoute other)
static @NotNull ItemRoute
ItemRoute. fromBean(@NotNull ItemRouteType bean)
static @NotNull ItemRoute
ItemRoute. fromBeans(@Nullable ItemPathType pathBean, @Nullable ItemRouteType routeBean)
Creates a route from either path or route bean.static ItemRoute
ItemRoute. fromPath(ItemPath path)
ItemRoute
ItemRoute. rest()
Methods in com.evolveum.midpoint.schema.route with parameters of type ItemRoute Modifier and Type Method Description @NotNull ItemRoute
ItemRoute. append(ItemRoute other)
static @NotNull List<PrismValue>
ItemRouteResolver. resolve(@Nullable Containerable containerable, @NotNull ItemRoute route)
-