Uses of Interface
com.evolveum.midpoint.schema.simulation.ExecutionModeProvider
Packages that use ExecutionModeProvider
Package
Description
Prepares inbound mappings related to a _single projection_ (shadow) for evaluation.
-
Uses of ExecutionModeProvider in com.evolveum.midpoint.model.impl.lens.projector.focus.inbounds.prep
Classes in com.evolveum.midpoint.model.impl.lens.projector.focus.inbounds.prep that implement ExecutionModeProviderModifier and TypeClassDescriptionclassclassOverall context of the inbounds processing: system configuration, environment (time, task), operation result, and the like.classAInboundsContextfor inbound mappings evaluation that is used inSingleShadowInboundsProcessing. -
Uses of ExecutionModeProvider in com.evolveum.midpoint.schema.processor
Methods in com.evolveum.midpoint.schema.processor with parameters of type ExecutionModeProviderModifier and TypeMethodDescriptionbooleanShadowAssociationDefinitionImpl.isVisible(@NotNull ExecutionModeProvider modeProvider) default booleanShadowItemDefinition.isVisible(@NotNull ExecutionModeProvider executionModeProvider) -
Uses of ExecutionModeProvider in com.evolveum.midpoint.schema.util
Methods in com.evolveum.midpoint.schema.util with parameters of type ExecutionModeProviderModifier and TypeMethodDescriptionstatic booleanSimulationUtil.isVisible(String lifecycleState, @NotNull ExecutionModeProvider executionModeProvider) -
Uses of ExecutionModeProvider in com.evolveum.midpoint.task.api
Subinterfaces of ExecutionModeProvider in com.evolveum.midpoint.task.apiModifier and TypeInterfaceDescriptioninterfaceRunning lightweight asynchronous task.interfaceA task that is directly used to execute the handler code.interfaceTask instance - a logical unit of work. -
Uses of ExecutionModeProvider in com.evolveum.midpoint.task.api.test
Classes in com.evolveum.midpoint.task.api.test that implement ExecutionModeProvider