Class FullInboundsContext
java.lang.Object
com.evolveum.midpoint.model.impl.lens.projector.focus.inbounds.prep.InboundsContext
com.evolveum.midpoint.model.impl.lens.projector.focus.inbounds.prep.FullInboundsContext
- All Implemented Interfaces:
ExecutionModeProvider
-
Field Summary
Fields inherited from class com.evolveum.midpoint.model.impl.lens.projector.focus.inbounds.prep.InboundsContext
env -
Constructor Summary
ConstructorsConstructorDescriptionFullInboundsContext(@NotNull LensContext<?> lensContext, @NotNull MappingEvaluationEnvironment env) -
Method Summary
Modifier and TypeMethodDescription@NotNull PathSetReturns paths of focus items mentioned in the "items" correlators.protected Stringprotected PrismObject<SystemConfigurationType>Methods inherited from class com.evolveum.midpoint.model.impl.lens.projector.focus.inbounds.prep.InboundsContext
getEnv, getExecutionModeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.evolveum.midpoint.schema.simulation.ExecutionModeProvider
areShadowChangesSimulated, canSee, canSee, canSee, isExecutionFullyPersistent, isPersistentAtShadowLevelButNotFully, isProductionConfiguration
-
Constructor Details
-
FullInboundsContext
public FullInboundsContext(@NotNull @NotNull LensContext<?> lensContext, @NotNull @NotNull MappingEvaluationEnvironment env)
-
-
Method Details
-
getSystemConfiguration
-
getOperation
-
createValuePolicySupplier
-
getCorrelationItemPaths
Description copied from class:InboundsContextReturns paths of focus items mentioned in the "items" correlators. They should have their inbound mappings evaluated in beforeCorrelation state (by default). Should return empty set during clockwork-time processing.- Specified by:
getCorrelationItemPathsin classInboundsContext
-