java.lang.Object
com.evolveum.midpoint.model.impl.lens.projector.focus.inbounds.prep.InboundsContext
com.evolveum.midpoint.model.impl.lens.projector.focus.inbounds.prep.LimitedInboundsContext
All Implemented Interfaces:
ExecutionModeProvider

public class LimitedInboundsContext extends InboundsContext
A InboundsContext for inbound mappings evaluation that is used in SingleShadowInboundsProcessing.
  • Constructor Details

  • Method Details

    • getCorrelationItemPaths

      @NotNull public @NotNull PathSet getCorrelationItemPaths()
      Description copied from class: InboundsContext
      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.
      Specified by:
      getCorrelationItemPaths in class InboundsContext