Uses of Class
com.evolveum.midpoint.prism.path.PathSet
-
Packages that use PathSet Package Description com.evolveum.midpoint.model.api.correlator com.evolveum.midpoint.model.impl.lens.projector.focus.inbounds.prep Prepares inbound mappings related to a _single projection_ (shadow) for evaluation.com.evolveum.midpoint.prism com.evolveum.midpoint.prism.impl.marshaller com.evolveum.midpoint.prism.path -
-
Uses of PathSet in com.evolveum.midpoint.model.api.correlator
Methods in com.evolveum.midpoint.model.api.correlator that return PathSet Modifier and Type Method Description PathSet
CorrelatorConfiguration. getCorrelationItemPaths()
-
Uses of PathSet in com.evolveum.midpoint.model.impl.lens.projector.focus.inbounds.prep
Methods in com.evolveum.midpoint.model.impl.lens.projector.focus.inbounds.prep that return PathSet Modifier and Type Method Description @NotNull PathSet
ClockworkContext. getCorrelationItemPaths()
@NotNull PathSet
PreContext. getCorrelationItemPaths()
Constructors in com.evolveum.midpoint.model.impl.lens.projector.focus.inbounds.prep with parameters of type PathSet Constructor Description PreContext(@NotNull PreInboundsContext<?> ctx, @NotNull PathSet correlationItemPaths, @NotNull MappingEvaluationEnvironment env, @NotNull OperationResult result, @NotNull ModelBeans beans)
-
Uses of PathSet in com.evolveum.midpoint.prism
Methods in com.evolveum.midpoint.prism with parameters of type PathSet Modifier and Type Method Description @NotNull PrismSerializer<T>
PrismSerializer. itemsToSkip(PathSet itemsToSkip)
These items will be skipped during serialization. -
Uses of PathSet in com.evolveum.midpoint.prism.impl.marshaller
Methods in com.evolveum.midpoint.prism.impl.marshaller with parameters of type PathSet Modifier and Type Method Description @NotNull PrismSerializer<T>
PrismSerializerImpl. itemsToSkip(PathSet itemsToSkip)
Constructors in com.evolveum.midpoint.prism.impl.marshaller with parameters of type PathSet Constructor Description PrismSerializerImpl(@NotNull SerializerTarget<T> target, QName itemName, ItemDefinition<?> itemDefinition, SerializationContext context, @NotNull PrismContextImpl prismContext, PathSet itemsToSkip)
-
Uses of PathSet in com.evolveum.midpoint.prism.path
Methods in com.evolveum.midpoint.prism.path that return PathSet Modifier and Type Method Description static PathSet
PathSet. empty()
static @NotNull PathSet
PathSet. of(ItemPath... paths)
TODO maybe we should return immutablePathSet
here.
-