Package | Description |
---|---|
org.activiti.engine |
Public API of the Activiti engine.
Typical usage of the API starts by the creation of a ProcessEngineConfiguration
(typically based on a configuration file), from which a ProcessEngine can be obtained.Through the services obtained from such a ProcessEngine , BPM and workflow operation
can be executed:RepositoryService : Manages Deployment s RuntimeService : For starting and searching ProcessInstance s TaskService : Exposes operations to manage human (standalone) Task s,
such as claiming, completing and assigning tasksIdentityService : Used for managing User s,
Group s and the relations between themManagementService : Exposes engine admin and maintenance operations,
which have no relation to the runtime exection of business processesHistoryService : Exposes information about ongoing and past process instances.FormService : Access to form data and rendered forms for starting new process instances and completing tasks. |
org.activiti.engine.form |
Classes related to the
FormService . |
org.activiti.engine.repository |
Classes related to the
RepositoryService . |
Class and Description |
---|
DeploymentBuilder
Builder for creating new deployments.
|
DeploymentQuery
Allows programmatic querying of
Deployment s. |
DiagramLayout
Stores a two-dimensional graph layout.
|
Model
Represents a model that is stored in the model repository.
|
ModelQuery
Allows programmatic querying of
Model s. |
NativeDeploymentQuery
Allows querying of
Deployment s via native (SQL) queries |
NativeModelQuery
Allows querying of
Model s via native (SQL) queries |
NativeProcessDefinitionQuery
Allows querying of
ProcessDefinition s via native (SQL) queries |
ProcessDefinition
An object structure representing an executable process composed of
activities and transitions.
|
ProcessDefinitionQuery
Allows programmatic querying of
ProcessDefinition s. |
Class and Description |
---|
ProcessDefinition
An object structure representing an executable process composed of
activities and transitions.
|
Class and Description |
---|
Deployment
Represents a deployment that is already present in the process repository.
|
DeploymentBuilder
Builder for creating new deployments.
|
DeploymentQuery
Allows programmatic querying of
Deployment s. |
DiagramEdge
Stores waypoints of a diagram edge.
|
DiagramEdgeWaypoint
Stores the position of a waypoint of a diagram edge.
|
DiagramElement
Represents a diagram node.
|
DiagramNode
Stores position and dimensions of a diagram node.
|
ModelQuery
Allows programmatic querying of
Model s. |
ProcessDefinitionQuery
Allows programmatic querying of
ProcessDefinition s. |
Copyright © 2016 Alfresco. All rights reserved.