public interface ProcessCheckService extends ADEPT2Service
| Modifier and Type | Interface and Description |
|---|---|
static class |
ProcessCheckService.CheckSet
Enumeration for the existing check sets.
|
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
PLUGIN_TYPE_ACTIVITY_CHECK
The plug-in type ID for activity type specific checks.
|
static java.lang.String |
PLUGIN_TYPE_TEMPLATE_CHECK
The plug-in type ID for process template checks.
|
| Modifier and Type | Method and Description |
|---|---|
ProcessTemplateCheck |
getBasicModellingChecks()
Returns the basic process modelling checks.
|
ProcessTemplateCheck |
getConsistencyChecks()
Returns the checks ensuring the internal consistency of the data model.
|
ProcessTemplateCheck |
getExecutionProductionChecks()
Returns all checks which are required to be fulfilled for production use.
|
ProcessTemplateCheck |
getExecutionTestClientChecks()
Returns the checks which are required to be fulfilled for execution
in the test client.
|
ProcessTemplateCheck |
getProcessTemplateCheck(java.lang.String checkID) |
ProcessTemplateCheck |
getStructureChecks()
Returns the checks ensuring the structural correctness of the process
model.
|
getLocalUris, getRelease, getRuntimeRequiredServices, getServiceInstanceName, getStartupRequiredServices, getURIs, init, ping, preShutdown, shutdown, startstatic final java.lang.String PLUGIN_TYPE_TEMPLATE_CHECK
static final java.lang.String PLUGIN_TYPE_ACTIVITY_CHECK
ProcessTemplateCheck getProcessTemplateCheck(java.lang.String checkID)
checkID - ProcessTemplateCheck getConsistencyChecks()
ProcessTemplateCheck getStructureChecks()
ProcessTemplateCheck getBasicModellingChecks()
Note, that the consistency and structure checks are not part of these checks, since the data model and change operations already take care of these constraints.
ProcessTemplateCheck getExecutionTestClientChecks()
Note, that the consistency and structure checks are not part of these checks, since the data model and change operations already take care of these constraints.
ProcessTemplateCheck getExecutionProductionChecks()
Note, that the consistency and structure checks are not part of these checks, since the data model and change operations already take care of these constraints.