|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
Configuration,
build a ProcessEngine from that, and then you can find
the workflow methods on the services like ExecutionService,
TaskService.
See:
Description
| Interface Summary | |
|---|---|
| Deployment | represents an existing deployment in the repository. |
| DeploymentQuery | find existing deployments in the repository. |
| Execution | a runtime path of execution. |
| ExecutionService | manages runtime process executions. |
| HistoryService | exposes the history information for ongoing and past process instances. |
| IdentityService | interface to expose the (configurable) identity component that is used by jBPM. |
| JobQuery | query for jBPM related messages and timers. |
| ManagementService | operations targeted to system operators that need to keep the process engine up and running. |
| NewDeployment | extends a Deployment with method for creating a new
deployment. |
| ProcessDefinition | a graphical process which is deployed in the RepositoryService. |
| ProcessDefinitionQuery | query for process definitions. |
| ProcessEngine | central starting point for all process engine API interactions. |
| ProcessInstance | a process instance is one execution of a process definition. |
| ProcessInstanceQuery | query for ongoing process instances
exclusively. refer to HistoryProcessInstanceQuery for
queries that include finished process instances. |
| RepositoryService | exposes the repository of deployments. |
| TaskQuery | query for tasks. |
| TaskService | task management. |
| Class Summary | |
|---|---|
| Configuration | process engine configuration. |
| Exception Summary | |
|---|---|
| JbpmException | all exceptions that jBPM throws are JbpmException's (extends RuntimeException). |
the jBPM API, Start by creating a Configuration,
build a ProcessEngine from that, and then you can find
the workflow methods on the services like ExecutionService,
TaskService.
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||