Class TemplateMappingEvaluationRequest
java.lang.Object
com.evolveum.midpoint.model.impl.lens.projector.mappings.FocalMappingEvaluationRequest<ObjectTemplateMappingType,ObjectTemplateType>
com.evolveum.midpoint.model.impl.lens.projector.mappings.TemplateMappingEvaluationRequest
- All Implemented Interfaces:
ShortDumpable
,Serializable
public class TemplateMappingEvaluationRequest
extends FocalMappingEvaluationRequest<ObjectTemplateMappingType,ObjectTemplateType>
- See Also:
-
Field Summary
Fields inherited from class com.evolveum.midpoint.model.impl.lens.projector.mappings.FocalMappingEvaluationRequest
mapping, mappingKind, originObject
-
Constructor Summary
ConstructorDescriptionTemplateMappingEvaluationRequest
(@NotNull ObjectTemplateMappingConfigItem mappingConfigItem, @NotNull ObjectTemplateType objectTemplate) -
Method Summary
Modifier and TypeMethodDescriptionvoid
Show the content of the object intended for diagnostics.Methods inherited from class com.evolveum.midpoint.model.impl.lens.projector.mappings.FocalMappingEvaluationRequest
constructDefaultSource, getAssignmentPathVariables, getMapping, getMappingKind, getMappingOrigin, getMappingPreExpression, getOriginObject, getSources, getTarget
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.evolveum.midpoint.util.ShortDumpable
shortDump, shortDumpLazily
-
Constructor Details
-
TemplateMappingEvaluationRequest
public TemplateMappingEvaluationRequest(@NotNull @NotNull ObjectTemplateMappingConfigItem mappingConfigItem, @NotNull @NotNull ObjectTemplateType objectTemplate)
-
-
Method Details
-
getEvaluationPhase
- Specified by:
getEvaluationPhase
in classFocalMappingEvaluationRequest<ObjectTemplateMappingType,
ObjectTemplateType> - Returns:
- The phase this mapping should be evaluated in. If null, the mapping will be skipped if explicit evaluation phase is requested.
-
shortDump
Description copied from interface:ShortDumpable
Show the content of the object intended for diagnostics. This method is supposed to append a compact, human-readable output in a single line. Unlike toString() method, there is no requirement to identify the actual class or type of the object. It is assumed that the class/type will be obvious from the context in which the output is used.- Parameters:
sb
- StringBuilder to which to a compact one-line content of the object intended for diagnostics by system administrator should be appended.
-