Class MappingEvaluationEnvironment
java.lang.Object
com.evolveum.midpoint.model.common.mapping.MappingEvaluationEnvironment
To avoid passing contextDescription + now + task to many places let us aggregate this information
 in this class.
 TODO
- 
Field SummaryFieldsModifier and TypeFieldDescriptionfinal @NotNull Stringfinal @NotNull XMLGregorianCalendarfinal @NotNull Task
- 
Constructor SummaryConstructorsConstructorDescriptionMappingEvaluationEnvironment(@NotNull String contextDescription, @NotNull XMLGregorianCalendar now, @NotNull Task task) 
- 
Method Summary
- 
Field Details- 
contextDescription
- 
now
- 
task
 
- 
- 
Constructor Details- 
MappingEvaluationEnvironmentpublic MappingEvaluationEnvironment(@NotNull @NotNull String contextDescription, @NotNull @NotNull XMLGregorianCalendar now, @NotNull @NotNull Task task) 
 
- 
- 
Method Details- 
createChild
 
-