See: Description
| Interface | Description |
|---|---|
| ArchivedProcessInstance |
Represents an archived instance of a process.
|
| DesignProcessDefinition |
Represents the Design Definition of a process.
|
| ModelFinderVisitor |
author Emmanuel Duchastenier
|
| Problem |
A
Problem explains the issue in the DesignProcessDefinition when it is not well designed. |
| ProcessDefinition |
Represents the Definition of a process.
|
| ProcessDeploymentInfo |
Gives access to the
ProcessDefinition deployment information.A ProcessDeploymentInfo has a ConfigurationState, which says if the process is resolved (all its basic configuration has a
proper value), or unresolved (some configuration has to be done before the process can be activated). |
| ProcessInstance |
Represents a running instance of a process.
|
| SubProcessDefinition |
Definition of a sub-process, which is a type of Activity.
|
| Visitable |
author Emmanuel Duchastenier
|
| Class | Description |
|---|---|
| ArchivedProcessInstancesSearchDescriptor |
Search descriptors are used to filter / sort results of a generic search.
|
| ProcessDeploymentInfoSearchDescriptor |
Search descriptors are used to filter / sort results of a generic search.
|
| ProcessDeploymentInfoUpdater |
Updater object to update
ProcessDeploymentInfo. |
| ProcessInstanceSearchDescriptor |
Search descriptors are used to filter / sort results of a generic search.
|
| Enum | Description |
|---|---|
| ActivationState |
Activation state of a process.
|
| ConfigurationState |
Autoset by Bonita Engine.
|
| Problem.Level |
Defines a severity level.
|
| ProcessDeploymentInfoCriterion |
Sort criterion used to specify the sort order of the
ProcessDeploymentInfo. |
| ProcessDeploymentInfoUpdater.ProcessDeploymentInfoField |
Fields that can be updated on a
ProcessDeploymentInfo. |
| ProcessInstanceCriterion |
Sort criterion used to specify the sort order of the
ProcessInstance. |
| ProcessInstanceState |
| Exception | Description |
|---|---|
| ArchivedProcessInstanceNotFoundException |
Thrown when it's not possible to find the archived process instance.
|
| IllegalProcessStateException |
Thrown when the process instance is in illegal state.
|
| InvalidProcessDefinitionException |
Thrown when the process definition is invalid.
|
| ProcessActivationException |
Thrown when a process definition cannot be enabled / disabled, or when a
ProcessRuntimeAPI.startProcess(long) (and its variants)
cannot be performed
because the process definition is not enabled. |
| ProcessDefinitionNotFoundException |
Thrown when a reference to a nonexistant
ProcessDefinition is made, generally through its ID. |
| ProcessDeployException |
Thrown when a process fails to deploy.
|
| ProcessEnablementException |
Thrown when a process cannot be enabled.
|
| ProcessExecutionException |
Thrown when a process instance fails when it's starting.
|
| ProcessExportException |
Thrown when the exporting of the content of the process definition under the bonita home fails.
|
| ProcessInstanceNotFoundException |
Thrown when a reference to an inexistant
ProcessInstance is made, generally through its ID. |
Package org.bonitasoft.engine.bpm.process gathers all model interfaces and exceptions related to process instance / definition objects manipulated by process APIs.
Copyright © 2018 Bonitasoft S.A.. All rights reserved.