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 SummaryFields inherited from class com.evolveum.midpoint.model.impl.lens.projector.mappings.FocalMappingEvaluationRequestmapping, mappingKind, originObject
- 
Constructor SummaryConstructorsConstructorDescriptionTemplateMappingEvaluationRequest(@NotNull ObjectTemplateMappingConfigItem mappingConfigItem, @NotNull ObjectTemplateType objectTemplate) 
- 
Method SummaryModifier and TypeMethodDescriptionvoidShow the content of the object intended for diagnostics.Methods inherited from class com.evolveum.midpoint.model.impl.lens.projector.mappings.FocalMappingEvaluationRequestconstructDefaultSource, getAssignmentPathVariables, getMapping, getMappingKind, getMappingOrigin, getMappingPreExpression, getOriginObject, getSources, getTargetMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.evolveum.midpoint.util.ShortDumpableshortDump, shortDumpLazily
- 
Constructor Details- 
TemplateMappingEvaluationRequestpublic TemplateMappingEvaluationRequest(@NotNull @NotNull ObjectTemplateMappingConfigItem mappingConfigItem, @NotNull @NotNull ObjectTemplateType objectTemplate) 
 
- 
- 
Method Details- 
getEvaluationPhase- Specified by:
- getEvaluationPhasein class- FocalMappingEvaluationRequest<ObjectTemplateMappingType,- ObjectTemplateType> 
- Returns:
- The phase this mapping should be evaluated in. If null, the mapping will be skipped if explicit evaluation phase is requested.
 
- 
shortDumpDescription copied from interface:ShortDumpableShow 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.
 
 
-