Uses of Interface
com.evolveum.midpoint.model.api.context.Mapping
-
Packages that use Mapping Package Description com.evolveum.midpoint.model.api.context com.evolveum.midpoint.model.api.expr com.evolveum.midpoint.model.api.util -
-
Uses of Mapping in com.evolveum.midpoint.model.api.context
Methods in com.evolveum.midpoint.model.api.context that return types with arguments of type Mapping Modifier and Type Method Description Collection<? extends Mapping<?,?>>
EvaluatedAssignment. getFocusMappings()
These are evaluated focus mappings. -
Uses of Mapping in com.evolveum.midpoint.model.api.expr
Methods in com.evolveum.midpoint.model.api.expr that return Mapping Modifier and Type Method Description <V extends PrismValue,D extends ItemDefinition<?>>
Mapping<V,D>MidpointFunctions. getMapping()
-
Uses of Mapping in com.evolveum.midpoint.model.api.util
Methods in com.evolveum.midpoint.model.api.util with parameters of type Mapping Modifier and Type Method Description <F extends ObjectType>
voidClockworkInspector. afterMappingEvaluation(ModelContext<F> context, Mapping<?,?> evaluatedMapping)
May be used to gather profiling data, etc.
-