Package | Description |
---|---|
org.flowable.engine |
Public API of the Flowable 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) org.flowable.engine.task.Task s,
such as claiming, completing and assigning tasks.IdentityService : Used for managing User s,
identity.Group s and the relations between them.ManagementService : Exposes engine administration and maintenance operations,
which have no relation to the runtime exection of business processes.HistoryService : 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.flowable.engine.compatibility | |
org.flowable.engine.dynamic | |
org.flowable.engine.impl |
API implementation classes, which shouldn't directly be used by end-users.
|
org.flowable.engine.impl.agenda | |
org.flowable.engine.impl.cfg | |
org.flowable.engine.impl.cfg.multitenant | |
org.flowable.engine.impl.context | |
org.flowable.engine.impl.migration | |
org.flowable.engine.impl.test | |
org.flowable.engine.impl.util | |
org.flowable.engine.test |
Helper classes for testing processes.
|
org.flowable.engine.test.mock |
Class and Description |
---|
Agenda
Deprecated.
in 6.2.0, use the
Agenda in the common module instead. |
CandidateManager |
DynamicBpmnService
Service providing access to the repository of process definitions and deployments.
|
FlowableEngineAgenda
This interface exposes methods needed to manipulate the agenda implementation.
|
FormService
Access to form data and rendered forms for starting new process instances and completing tasks.
|
HistoryService
Service exposing information about ongoing and past process instances.
|
IdentityService |
ManagementService
Service for admin and maintenance operations on the process engine.
|
ProcessEngine
Provides access to all the services that expose the BPM and workflow operations.
|
ProcessEngineConfiguration
Configuration information from which a process engine can be build.
|
ProcessEngineLifecycleListener
Interface describing a listener that gets notified when certain event occurs, related to the process-engine lifecycle it is attached to.
|
RepositoryService
Service providing access to the repository of process definitions and deployments.
|
RuntimeService |
TaskService
Service which provides access to
Task and form related operations. |
Class and Description |
---|
ProcessEngineConfiguration
Configuration information from which a process engine can be build.
|
Class and Description |
---|
DynamicBpmnConstants |
Class and Description |
---|
DynamicBpmnConstants |
DynamicBpmnService
Service providing access to the repository of process definitions and deployments.
|
FormService
Access to form data and rendered forms for starting new process instances and completing tasks.
|
HistoryService
Service exposing information about ongoing and past process instances.
|
IdentityService |
ManagementService
Service for admin and maintenance operations on the process engine.
|
ProcessEngine
Provides access to all the services that expose the BPM and workflow operations.
|
RepositoryService
Service providing access to the repository of process definitions and deployments.
|
RuntimeService |
TaskService
Service which provides access to
Task and form related operations. |
Class and Description |
---|
Agenda
Deprecated.
in 6.2.0, use the
Agenda in the common module instead. |
FlowableEngineAgenda
This interface exposes methods needed to manipulate the agenda implementation.
|
FlowableEngineAgendaFactory |
Class and Description |
---|
CandidateManager |
DynamicBpmnService
Service providing access to the repository of process definitions and deployments.
|
ExecutionQueryInterceptor |
FlowableEngineAgendaFactory |
FormService
Access to form data and rendered forms for starting new process instances and completing tasks.
|
HistoricProcessInstanceQueryInterceptor |
HistoryService
Service exposing information about ongoing and past process instances.
|
IdentityService |
ManagementService
Service for admin and maintenance operations on the process engine.
|
ProcessEngine
Provides access to all the services that expose the BPM and workflow operations.
|
ProcessEngineConfiguration
Configuration information from which a process engine can be build.
|
ProcessInstanceQueryInterceptor |
RepositoryService
Service providing access to the repository of process definitions and deployments.
|
RuntimeService |
TaskService
Service which provides access to
Task and form related operations. |
Class and Description |
---|
ProcessEngine
Provides access to all the services that expose the BPM and workflow operations.
|
ProcessEngineConfiguration
Configuration information from which a process engine can be build.
|
Class and Description |
---|
FlowableEngineAgenda
This interface exposes methods needed to manipulate the agenda implementation.
|
Class and Description |
---|
RuntimeService |
Class and Description |
---|
DynamicBpmnService
Service providing access to the repository of process definitions and deployments.
|
FormService
Access to form data and rendered forms for starting new process instances and completing tasks.
|
HistoryService
Service exposing information about ongoing and past process instances.
|
IdentityService |
ManagementService
Service for admin and maintenance operations on the process engine.
|
ProcessEngine
Provides access to all the services that expose the BPM and workflow operations.
|
ProcessEngineConfiguration
Configuration information from which a process engine can be build.
|
RepositoryService
Service providing access to the repository of process definitions and deployments.
|
RuntimeService |
TaskService
Service which provides access to
Task and form related operations. |
Class and Description |
---|
FlowableEngineAgenda
This interface exposes methods needed to manipulate the agenda implementation.
|
ProcessEngineConfiguration
Configuration information from which a process engine can be build.
|
Class and Description |
---|
FormService
Access to form data and rendered forms for starting new process instances and completing tasks.
|
HistoryService
Service exposing information about ongoing and past process instances.
|
IdentityService |
ManagementService
Service for admin and maintenance operations on the process engine.
|
ProcessEngine
Provides access to all the services that expose the BPM and workflow operations.
|
ProcessEngineConfiguration
Configuration information from which a process engine can be build.
|
RepositoryService
Service providing access to the repository of process definitions and deployments.
|
RuntimeService |
TaskService
Service which provides access to
Task and form related operations. |
Class and Description |
---|
ProcessEngine
Provides access to all the services that expose the BPM and workflow operations.
|
Copyright © 2019 Flowable. All rights reserved.