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 com.evolveum.midpoint.repo.sqale.mapping com.evolveum.midpoint.repo.sqale.qmodel.accesscert com.evolveum.midpoint.repo.sqale.qmodel.focus com.evolveum.midpoint.repo.sqale.qmodel.lookuptable com.evolveum.midpoint.repo.sqale.qmodel.simulation com.evolveum.midpoint.repo.sqale.qmodel.task -
-
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. -
Uses of PathSet in com.evolveum.midpoint.repo.sqale.mapping
Methods in com.evolveum.midpoint.repo.sqale.mapping that return PathSet Modifier and Type Method Description protected PathSet
SqaleTableMapping. fullObjectItemsToSkip()
-
Uses of PathSet in com.evolveum.midpoint.repo.sqale.qmodel.accesscert
Methods in com.evolveum.midpoint.repo.sqale.qmodel.accesscert that return PathSet Modifier and Type Method Description protected PathSet
QAccessCertificationCampaignMapping. fullObjectItemsToSkip()
-
Uses of PathSet in com.evolveum.midpoint.repo.sqale.qmodel.focus
Methods in com.evolveum.midpoint.repo.sqale.qmodel.focus that return PathSet Modifier and Type Method Description protected PathSet
QFocusMapping. fullObjectItemsToSkip()
-
Uses of PathSet in com.evolveum.midpoint.repo.sqale.qmodel.lookuptable
Methods in com.evolveum.midpoint.repo.sqale.qmodel.lookuptable that return PathSet Modifier and Type Method Description protected PathSet
QLookupTableMapping. fullObjectItemsToSkip()
-
Uses of PathSet in com.evolveum.midpoint.repo.sqale.qmodel.simulation
Methods in com.evolveum.midpoint.repo.sqale.qmodel.simulation that return PathSet Modifier and Type Method Description protected PathSet
QProcessedObjectMapping. fullObjectItemsToSkip()
protected PathSet
QSimulationResultMapping. fullObjectItemsToSkip()
-
Uses of PathSet in com.evolveum.midpoint.repo.sqale.qmodel.task
Methods in com.evolveum.midpoint.repo.sqale.qmodel.task that return PathSet Modifier and Type Method Description protected PathSet
QTaskMapping. fullObjectItemsToSkip()
-