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 Summary
FieldsModifier and TypeFieldDescriptionfinal @NotNull String
final @NotNull XMLGregorianCalendar
final @NotNull Task
-
Constructor Summary
ConstructorsConstructorDescriptionMappingEvaluationEnvironment
(@NotNull String contextDescription, @NotNull XMLGregorianCalendar now, @NotNull Task task) -
Method Summary
-
Field Details
-
contextDescription
-
now
-
task
-
-
Constructor Details
-
MappingEvaluationEnvironment
public MappingEvaluationEnvironment(@NotNull @NotNull String contextDescription, @NotNull @NotNull XMLGregorianCalendar now, @NotNull @NotNull Task task)
-
-
Method Details
-
createChild
-