Package nz.org.riskscape.engine.steps
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 TypeMethodDescriptionnz.org.riskscape.problem.ProblemfoundWithItem(Object value) A problem has been found for the child pipeline for the given item value.static nz.org.riskscape.problem.ProblemfoundWithItem(Object value, nz.org.riskscape.problem.Problem.Severity severity, List<nz.org.riskscape.problem.Problem> children) static ForeachStep.LocalProblemsget()
-
Method Details
-
foundWithItem
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 aitem:prefix. -
get
-
foundWithItem
-