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:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class com.evolveum.midpoint.model.impl.lens.projector.mappings.FocalMappingEvaluationRequest
mapping, mappingKind, originObject
-
-
Constructor Summary
Constructors Constructor Description TemplateMappingEvaluationRequest(@NotNull ObjectTemplateMappingType mapping, @NotNull ObjectTemplateType objectTemplate)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectTemplateMappingEvaluationPhaseType
getEvaluationPhase()
void
shortDump(StringBuilder sb)
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, getMappingPreExpression, getOriginObject
-
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 Detail
-
TemplateMappingEvaluationRequest
public TemplateMappingEvaluationRequest(@NotNull @NotNull ObjectTemplateMappingType mapping, @NotNull @NotNull ObjectTemplateType objectTemplate)
-
-
Method Detail
-
getEvaluationPhase
public ObjectTemplateMappingEvaluationPhaseType 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
public void shortDump(StringBuilder sb)
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.
-
-