java.lang.Object
com.evolveum.midpoint.model.impl.lens.projector.focus.inbounds.prep.ClockworkContext

public class ClockworkContext extends Object
  • Field Details

    • env

      @NotNull protected final @NotNull MappingEvaluationEnvironment env
      The environment: context description, now (the clock), task.
    • result

      @NotNull protected final @NotNull OperationResult result
      The operation result. (Beware: Do *not* create subresults from it here unless certainly knowing what you're doing!)
  • Constructor Details

  • Method Details

    • getSystemConfiguration

      protected PrismObject<SystemConfigurationType> getSystemConfiguration()
    • getOperation

      protected String getOperation()
    • getCorrelationItemPaths

      @NotNull public @NotNull PathSet getCorrelationItemPaths()
      Returns paths of focus items mentioned in the "items" correlators. They should have their inbound mappings evaluated in beforeCorrelation state (by default). Should return empty set during clockwork-time processing.