Uses of Class
com.evolveum.midpoint.xml.ns._public.common.common_3.AbstractMappingType
Packages that use AbstractMappingType
Package
Description
This is an experiment how to provide reliable and consistent information about the origin of individual configuration items
(mappings, expressions, etc).
-
Uses of AbstractMappingType in com.evolveum.midpoint.schema.config
Classes in com.evolveum.midpoint.schema.config with type parameters of type AbstractMappingTypeModifier and TypeInterfaceDescriptioninterfaceAbstractMappingConfigItem<M extends AbstractMappingType>Functionality common to all "mapping config items". -
Uses of AbstractMappingType in com.evolveum.midpoint.schema.simulation
Methods in com.evolveum.midpoint.schema.simulation with parameters of type AbstractMappingTypeModifier and TypeMethodDescriptiondefault booleanExecutionModeProvider.canSee(AbstractMappingType mapping) Just a convenience method. -
Uses of AbstractMappingType in com.evolveum.midpoint.schema.traces.operations
Methods in com.evolveum.midpoint.schema.traces.operations that return AbstractMappingType -
Uses of AbstractMappingType in com.evolveum.midpoint.schema.util
Methods in com.evolveum.midpoint.schema.util with parameters of type AbstractMappingTypeModifier and TypeMethodDescriptionstatic StringMappingUtil.getShortInfo(AbstractMappingType mapping) static booleanSimulationUtil.isVisible(AbstractMappingType mapping, TaskExecutionMode taskExecutionMode) -
Uses of AbstractMappingType in com.evolveum.midpoint.xml.ns._public.common.common_3
Subclasses of AbstractMappingType in com.evolveum.midpoint.xml.ns._public.common.common_3Modifier and TypeClassDescriptionclassclassclassSpecialization of abstract mapping for regular data mappings.classSpecialization of abstract mapping for metadata mappings.classFields in com.evolveum.midpoint.xml.ns._public.common.common_3 with type parameters of type AbstractMappingTypeModifier and TypeFieldDescriptionstatic final Producer<AbstractMappingType>AbstractMappingType.FACTORYMethods in com.evolveum.midpoint.xml.ns._public.common.common_3 that return AbstractMappingTypeModifier and TypeMethodDescriptionAbstractMappingType.authoritative(Boolean value) MappingEvaluationTraceType.beginMapping()AbstractMappingType.clone()AbstractMappingType.condition(ExpressionType value) ObjectFactory.createAbstractMappingType()AbstractMappingType.description(String value) AbstractMappingType.documentation(String value) AbstractMappingType.exceptChannel(String value) AbstractMappingType.expression(ExpressionType value) AbstractMappingType.extension(ExtensionType value) MappingEvaluationTraceType.getMapping()AbstractMappingType.lifecycleState(String value) AbstractMappingType.mappingAlias(String value) AbstractMappingType.source(VariableBindingDefinitionType value) AbstractMappingType.strength(MappingStrengthType value) AbstractMappingType.target(VariableBindingDefinitionType value) AbstractMappingType.timeFrom(MappingTimeDeclarationType value) AbstractMappingType.timeTo(MappingTimeDeclarationType value) Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 with parameters of type AbstractMappingTypeModifier and TypeMethodDescriptionMappingEvaluationTraceType.mapping(AbstractMappingType value) voidMappingEvaluationTraceType.setMapping(AbstractMappingType value)