Class PreContext


  • public class PreContext
    extends Object
    A Context for inbound mappings evaluation that is used in "pre-inbounds" evaluation (i.e., before clockwork is run).
    • Field Detail

      • 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!)
    • Method Detail

      • 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.