| Package | Description |
|---|---|
| org.flowable.camel | |
| org.flowable.cdi.impl.util | |
| 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 Deployments.RuntimeService: For starting and searching ProcessInstances.TaskService: Exposes operations to manage human (standalone) tasks, such as claiming, completing and assigning tasks.IdentityService: Used for managing users, groups 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.impl |
API implementation classes, which shouldn't directly be used by end-users.
|
| org.flowable.engine.impl.cfg | |
| org.flowable.engine.impl.test | |
| org.flowable.engine.test |
Helper classes for testing processes.
|
| org.flowable.external.job.rest.service.api | |
| org.flowable.rest.service.api.management | |
| org.flowable.spring.boot | |
| org.flowable.ui.task.rest.runtime | |
| org.flowable.ui.task.service.debugger |
| Modifier and Type | Field and Description |
|---|---|
protected ManagementService |
FlowableComponent.managementService |
protected ManagementService |
FlowableProducer.managementService |
protected ManagementService |
FlowableEndpoint.managementService |
| Modifier and Type | Method and Description |
|---|---|
void |
FlowableProducer.setManagementService(ManagementService managementService) |
void |
FlowableEndpoint.setManagementService(ManagementService managementService) |
| Modifier and Type | Method and Description |
|---|---|
ManagementService |
FlowableServices.managementService() |
| Modifier and Type | Method and Description |
|---|---|
ManagementService |
ProcessEngine.getManagementService() |
abstract ManagementService |
ProcessEngineConfiguration.getManagementService() |
| Modifier and Type | Class and Description |
|---|---|
class |
ManagementServiceImpl |
| Modifier and Type | Field and Description |
|---|---|
protected ManagementService |
ProcessEngineImpl.managementService |
| Modifier and Type | Method and Description |
|---|---|
ManagementService |
ProcessEngineImpl.getManagementService() |
| Modifier and Type | Field and Description |
|---|---|
protected ManagementService |
ProcessEngineConfigurationImpl.managementService |
| Modifier and Type | Method and Description |
|---|---|
ManagementService |
ProcessEngineConfigurationImpl.getManagementService() |
| Modifier and Type | Method and Description |
|---|---|
ProcessEngineConfigurationImpl |
ProcessEngineConfigurationImpl.setManagementService(ManagementService managementService) |
| Modifier and Type | Field and Description |
|---|---|
protected ManagementService |
AbstractFlowableTestCase.managementService |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
HistoryTestHelper.areHistoryJobsAvailable(ManagementService managementService) |
static boolean |
JobTestHelper.areJobsAvailable(ManagementService managementService) |
static boolean |
JobTestHelper.areJobsOrExecutableTimersAvailable(ManagementService managementService) |
static boolean |
JobTestHelper.areJobsOrTimersAvailable(ManagementService managementService)
Returns true when there are any entries for the jobs or timers (unlike
JobTestHelper.areJobsOrExecutableTimersAvailable(ManagementService),
which only take in account executable timers). |
protected static void |
JobTestHelper.internalWaitForJobs(ProcessEngineConfiguration processEngineConfiguration,
ManagementService managementService,
Predicate<ManagementService> jobsAvailablePredicate,
long maxMillisToWait,
long intervalMillis,
boolean shutdownExecutorWhenFinished) |
static void |
HistoryTestHelper.waitForJobExecutorToProcessAllHistoryJobs(ProcessEngineConfiguration processEngineConfiguration,
ManagementService managementService,
long maxMillisToWait,
long intervalMillis) |
static void |
HistoryTestHelper.waitForJobExecutorToProcessAllHistoryJobs(ProcessEngineConfiguration processEngineConfiguration,
ManagementService managementService,
long maxMillisToWait,
long intervalMillis,
boolean shutdownExecutorWhenFinished) |
static void |
JobTestHelper.waitForJobExecutorToProcessAllJobs(ProcessEngineConfiguration processEngineConfiguration,
ManagementService managementService,
long maxMillisToWait,
long intervalMillis) |
static void |
JobTestHelper.waitForJobExecutorToProcessAllJobs(ProcessEngineConfiguration processEngineConfiguration,
ManagementService managementService,
long maxMillisToWait,
long intervalMillis,
boolean shutdownExecutorWhenFinished) |
static void |
JobTestHelper.waitForJobExecutorToProcessAllJobsAndExecutableTimerJobs(ProcessEngineConfiguration processEngineConfiguration,
ManagementService managementService,
long maxMillisToWait,
long intervalMillis) |
static void |
JobTestHelper.waitForJobExecutorToProcessAllJobsAndExecutableTimerJobs(ProcessEngineConfiguration processEngineConfiguration,
ManagementService managementService,
long maxMillisToWait,
long intervalMillis,
boolean shutdownExecutorWhenFinished) |
static void |
JobTestHelper.waitForJobExecutorToProcessAllJobsAndTimerJobs(ProcessEngineConfiguration processEngineConfiguration,
ManagementService managementService,
long maxMillisToWait,
long intervalMillis) |
static void |
JobTestHelper.waitForJobExecutorToProcessAllJobsAndTimerJobs(ProcessEngineConfiguration processEngineConfiguration,
ManagementService managementService,
long maxMillisToWait,
long intervalMillis,
boolean shutdownExecutorWhenFinished) |
| Modifier and Type | Method and Description |
|---|---|
protected static void |
JobTestHelper.internalWaitForJobs(ProcessEngineConfiguration processEngineConfiguration,
ManagementService managementService,
Predicate<ManagementService> jobsAvailablePredicate,
long maxMillisToWait,
long intervalMillis,
boolean shutdownExecutorWhenFinished) |
| Modifier and Type | Field and Description |
|---|---|
protected ManagementService |
FlowableRule.managementService |
protected ManagementService |
FlowableTestCase.managementService |
| Modifier and Type | Method and Description |
|---|---|
ManagementService |
FlowableRule.getManagementService() |
| Modifier and Type | Method and Description |
|---|---|
void |
FlowableRule.setManagementService(ManagementService managementService) |
| Modifier and Type | Field and Description |
|---|---|
protected ManagementService |
ExternalWorkerJobBaseResource.managementService |
| Modifier and Type | Method and Description |
|---|---|
void |
ExternalWorkerJobBaseResource.setManagementService(ManagementService managementService) |
| Modifier and Type | Field and Description |
|---|---|
protected ManagementService |
TableDataResource.managementService |
protected ManagementService |
TimerJobCollectionResource.managementService |
protected ManagementService |
BatchCollectionResource.managementService |
protected ManagementService |
TableCollectionResource.managementService |
protected ManagementService |
BatchPartCollectionResource.managementService |
protected ManagementService |
TableResource.managementService |
protected ManagementService |
JobBaseResource.managementService |
protected ManagementService |
BatchBaseResource.managementService |
protected ManagementService |
DeadLetterJobCollectionResource.managementService |
protected ManagementService |
JobCollectionResource.managementService |
protected ManagementService |
TableColumnsResource.managementService |
protected ManagementService |
PropertiesCollectionResource.managementService |
protected ManagementService |
SuspendedJobCollectionResource.managementService |
protected ManagementService |
HistoryJobCollectionResource.managementService |
protected ManagementService |
BatchPartBaseResource.managementService |
protected ManagementService |
EnginePropertiesResource.managementService |
| Modifier and Type | Method and Description |
|---|---|
ManagementService |
ProcessEngineServicesAutoConfiguration.managementServiceBean(ProcessEngine processEngine) |
| Modifier and Type | Field and Description |
|---|---|
protected ManagementService |
RuntimeDisplayJsonClientResource.managementService |
| Modifier and Type | Method and Description |
|---|---|
protected ManagementService |
DebuggerService.getManagementService() |
Copyright © 2023 Flowable. All rights reserved.