Class MappingEvaluationEnvironment

java.lang.Object
com.evolveum.midpoint.model.common.mapping.MappingEvaluationEnvironment

@Experimental public class MappingEvaluationEnvironment extends Object
To avoid passing contextDescription + now + task to many places let us aggregate this information in this class. TODO
  • Field Details

    • contextDescription

      @NotNull public final @NotNull String contextDescription
    • now

      @NotNull public final @NotNull XMLGregorianCalendar now
    • task

      @NotNull public final @NotNull Task task
  • Constructor Details

    • MappingEvaluationEnvironment

      public MappingEvaluationEnvironment(@NotNull @NotNull String contextDescription, @NotNull @NotNull XMLGregorianCalendar now, @NotNull @NotNull Task task)
  • Method Details