Class ProcessTemplateCheckRunner
java.lang.Object
de.aristaflow.adept2.core.checks.processmodel.ProcessTemplateCheckRunner
Tool for running multiple checks at once - on the template and any embedded
templates - returning the overall result.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionProcessTemplateCheckRunner(boolean stopOnError, ProcessTemplateCheck[] checks) Create a new check runner.ProcessTemplateCheckRunner(ProcessTemplateCheck... checks) Create a new check runner. -
Method Summary
Modifier and TypeMethodDescriptionbooleanperformCheck(Template template, NodeRelations relations, CheckReport checkReport)
-
Field Details
-
logger
My logger -
RECURSIVE_CHECK_ID
Check Report ID of recursive checks- See Also:
-
-
Constructor Details
-
ProcessTemplateCheckRunner
Create a new check runner.- Parameters:
stopOnError- If true, checking will be stopped if the first error occurred.checks- The checks to run.
-
ProcessTemplateCheckRunner
Create a new check runner. The check runner will stop as soon as the first error occurs.- Parameters:
checks- The checks to run.
-
-
Method Details
-
performCheck
-