| Package | Description |
|---|---|
| de.aristaflow.adept2.core.checks.processmodel |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractProcessTemplateCheck
Abstract implementation of the process template check.
|
class |
CompositeProcessTemplateCheck
A composite check consisting of other checks.
|
| Modifier and Type | Method and Description |
|---|---|
ProcessTemplateCheck |
DefaultProcessCheckService.getBasicModellingChecks() |
ProcessTemplateCheck |
ProcessCheckService.getBasicModellingChecks()
Returns the basic process modelling checks.
|
ProcessTemplateCheck |
DefaultProcessCheckService.getConsistencyChecks() |
ProcessTemplateCheck |
ProcessCheckService.getConsistencyChecks()
Returns the checks ensuring the internal consistency of the data model.
|
ProcessTemplateCheck |
DefaultProcessCheckService.getExecutionProductionChecks() |
ProcessTemplateCheck |
ProcessCheckService.getExecutionProductionChecks()
Returns all checks which are required to be fulfilled for production use.
|
ProcessTemplateCheck |
DefaultProcessCheckService.getExecutionTestClientChecks() |
ProcessTemplateCheck |
ProcessCheckService.getExecutionTestClientChecks()
Returns the checks which are required to be fulfilled for execution
in the test client.
|
ProcessTemplateCheck |
DefaultProcessCheckService.getProcessTemplateCheck(java.lang.String checkID) |
ProcessTemplateCheck |
ProcessCheckService.getProcessTemplateCheck(java.lang.String checkID) |
ProcessTemplateCheck |
DefaultProcessCheckService.getStructureChecks() |
ProcessTemplateCheck |
ProcessCheckService.getStructureChecks()
Returns the checks ensuring the structural correctness of the process
model.
|
| Constructor and Description |
|---|
CompositeProcessTemplateCheck(ProcessTemplateCheck... checks)
Constructs a new
CompositeTemplateCheck. |
ProcessTemplateCheckRunner(boolean stopOnError,
ProcessTemplateCheck[] checks)
Create a new check runner.
|
ProcessTemplateCheckRunner(ProcessTemplateCheck... checks)
Create a new check runner.
|