|
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
---|---|
APIAccessor | Helper class giving access to DeployerAPI and QueryAPI interfaces. |
DefinitionAPI | Getters on the workflow definition data for: packages, processes, activities, participants, dataFields, transitions hooks, mappers, performer assignments. |
DeployerAPI | Workflow process deployment operations. |
QueryAPI | Getters on workflow recorded data. |
ReadOnlyAPIAccessor | Helper class giving access to DeployerAPI, QueryAPI and getRuntimeReadOnlyAPI interfaces. |
RuntimeAPI | Main API responsible of workflow state change operations. |
RuntimeReadOnlyAPI | Getters for tasks and variables. |
Class Summary | |
---|---|
APIInterceptor |
Enum Summary | |
---|---|
APIInterceptor.Context |
Nova Bonita Workflow APIs for handling workflow definition, deployment, execution and history.
Nova Bonita is the name of new version of Bonita v4.
“Nova” technology is based on the “Process Virtual Machine”
conceptual model for processes. The Process Virtual Machine defines a
generic process engine enabling support for multiple process languages
(such BPEL, XPDL…).
Nova Bonita M3 is an extensible and embeddable workflow solution that can be
easily deployed in both standard (JSE) and Enterprise (JEE) environments.
DefinitionAPI
: to get definition
workflow data for packages,
processes, activities, role mappers, .....RuntimeReadOnlyAPI
: to get tasks (aka manual activities)
for the authenticated user as well to
get/list variables in a particular or a set of workflow instances.RuntimeAPI
: to manage process,
instance and task life cycle operations as well as to set/updates variables.QueryAPI
: to get recorded/runtime
informations for packages,
processes, instances, activities, tasks (will add support for dynamic queries
in the future).DeployerAPI
: to deploy workflow processes into the engine. XPDL files and advanced entities
such hooks, mappers and performer assignments can be deployed individually or in one shot.ReadOnlyAPIAccessor
: to get access to
DefinitionAPI, RuntimeReadOnlyAPI, QueryAPI interfaces.APIAccessor
: to get access to RuntimeAPI,
DeployerAPI interfaces.
|
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |