Interface ForeachStep.LocalProblems

All Superinterfaces:
nz.org.riskscape.engine.problem.ProblemFactory
Enclosing class:
ForeachStep

public static interface ForeachStep.LocalProblems extends nz.org.riskscape.engine.problem.ProblemFactory
  • Method Summary

    Modifier and Type
    Method
    Description
    nz.org.riskscape.problem.Problem
    A problem has been found for the child pipeline for the given item value.
    static nz.org.riskscape.problem.Problem
    foundWithItem(Object value, nz.org.riskscape.problem.Problem.Severity severity, List<nz.org.riskscape.problem.Problem> children)
     
    get()
     
  • Method Details

    • foundWithItem

      nz.org.riskscape.problem.Problem foundWithItem(Object value)

      A problem has been found for the child pipeline for the given item value.

      Similar to the Problems.foundWith(java.lang.Object, java.util.List) but values are rendered correctly with a item: prefix.

    • get

    • foundWithItem

      static nz.org.riskscape.problem.Problem foundWithItem(Object value, nz.org.riskscape.problem.Problem.Severity severity, List<nz.org.riskscape.problem.Problem> children)