Uses of Class
com.evolveum.midpoint.xml.ns._public.common.common_3.AbstractMappingType
-
-
Uses of AbstractMappingType in com.evolveum.midpoint.model.common.mapping
Classes in com.evolveum.midpoint.model.common.mapping with type parameters of type AbstractMappingType Modifier and Type Class Description classAbstractMappingBuilder<V extends PrismValue,D extends ItemDefinition<?>,MBT extends AbstractMappingType,RT extends AbstractMappingBuilder<V,D,MBT,RT>>Builder is used to construct a configuration of Mapping object, which - after building - becomes immutable.classAbstractMappingImpl<V extends PrismValue,D extends ItemDefinition<?>,MBT extends AbstractMappingType>Evaluation of a mapping.Methods in com.evolveum.midpoint.model.common.mapping with parameters of type AbstractMappingType Modifier and Type Method Description static MappingStrengthTypeAbstractMappingImpl. getStrength(AbstractMappingType mappingBean)static booleanAbstractMappingImpl. isApplicableToChannel(AbstractMappingType mappingType, String channelUri) -
Uses of AbstractMappingType in com.evolveum.midpoint.schema.traces.operations
Methods in com.evolveum.midpoint.schema.traces.operations that return AbstractMappingType Modifier and Type Method Description AbstractMappingTypeAbstractMappingEvaluationOpNode. getMappingBean() -
Uses of AbstractMappingType in com.evolveum.midpoint.schema.util
Methods in com.evolveum.midpoint.schema.util with parameters of type AbstractMappingType Modifier and Type Method Description static StringMappingUtil. getShortInfo(AbstractMappingType mapping)static booleanSimulationUtil. isVisible(AbstractMappingType mapping, TaskExecutionMode taskExecutionMode) -
Uses of AbstractMappingType in com.evolveum.midpoint.task.api
Methods in com.evolveum.midpoint.task.api with parameters of type AbstractMappingType Modifier and Type Method Description default booleanTask. canSee(AbstractMappingType mapping)Just a convenience method. -
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_3 Modifier and Type Class Description classAutoassignMappingTypeclassInboundMappingTypeclassMappingTypeSpecialization of abstract mapping for regular data mappings.classMetadataMappingTypeSpecialization of abstract mapping for metadata mappings.classObjectTemplateMappingTypeFields in com.evolveum.midpoint.xml.ns._public.common.common_3 with type parameters of type AbstractMappingType Modifier and Type Field Description static Producer<AbstractMappingType>AbstractMappingType. FACTORYMethods in com.evolveum.midpoint.xml.ns._public.common.common_3 with parameters of type AbstractMappingType Modifier and Type Method Description MappingEvaluationTraceTypeMappingEvaluationTraceType. mapping(AbstractMappingType value)voidMappingEvaluationTraceType. setMapping(AbstractMappingType value)
-