Uses of Interface
org.flowable.engine.ManagementService
Packages that use ManagementService
Package
Description
Public API of the Flowable engine.
Typical usage of the API starts by the creation of a
Through the services obtained from such a
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) 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.API implementation classes, which shouldn't directly be used by end-users.
Helper classes for testing processes.
-
Uses of ManagementService in org.flowable.engine
Methods in org.flowable.engine that return ManagementServiceModifier and TypeMethodDescriptionProcessEngine.getManagementService()
abstract ManagementService
ProcessEngineConfiguration.getManagementService()
-
Uses of ManagementService in org.flowable.engine.impl
Classes in org.flowable.engine.impl that implement ManagementServiceFields in org.flowable.engine.impl declared as ManagementServiceMethods in org.flowable.engine.impl that return ManagementService -
Uses of ManagementService in org.flowable.engine.impl.cfg
Fields in org.flowable.engine.impl.cfg declared as ManagementServiceModifier and TypeFieldDescriptionprotected ManagementService
ProcessEngineConfigurationImpl.managementService
Methods in org.flowable.engine.impl.cfg that return ManagementServiceMethods in org.flowable.engine.impl.cfg with parameters of type ManagementServiceModifier and TypeMethodDescriptionProcessEngineConfigurationImpl.setManagementService
(ManagementService managementService) -
Uses of ManagementService in org.flowable.engine.impl.delete
Methods in org.flowable.engine.impl.delete with parameters of type ManagementServiceModifier and TypeMethodDescriptionprotected BatchPartQuery
ComputeDeleteHistoricProcessInstanceStatusJobHandler.createStatusQuery
(Batch batch, ManagementService managementService) protected BatchPartQuery
DeleteHistoricProcessInstanceIdsStatusJobHandler.createStatusQuery
(Batch batch, ManagementService managementService) -
Uses of ManagementService in org.flowable.engine.impl.test
Fields in org.flowable.engine.impl.test declared as ManagementServiceModifier and TypeFieldDescriptionprotected ManagementService
AbstractFlowableTestCase.managementService
Methods in org.flowable.engine.impl.test with parameters of type ManagementServiceModifier and TypeMethodDescriptionstatic 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 (unlikeJobTestHelper.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) Method parameters in org.flowable.engine.impl.test with type arguments of type ManagementServiceModifier and TypeMethodDescriptionprotected static void
JobTestHelper.internalWaitForJobs
(ProcessEngineConfiguration processEngineConfiguration, ManagementService managementService, Predicate<ManagementService> jobsAvailablePredicate, long maxMillisToWait, long intervalMillis, boolean shutdownExecutorWhenFinished) -
Uses of ManagementService in org.flowable.engine.test
Fields in org.flowable.engine.test declared as ManagementServiceModifier and TypeFieldDescriptionprotected ManagementService
FlowableRule.managementService
protected ManagementService
FlowableTestCase.managementService
Methods in org.flowable.engine.test that return ManagementServiceMethods in org.flowable.engine.test with parameters of type ManagementServiceModifier and TypeMethodDescriptionvoid
FlowableRule.setManagementService
(ManagementService managementService) -
Uses of ManagementService in org.flowable.rest.service.api.management
Fields in org.flowable.rest.service.api.management declared as ManagementServiceModifier and TypeFieldDescriptionprotected ManagementService
BatchBaseResource.managementService
protected ManagementService
BatchCollectionResource.managementService
protected ManagementService
BatchPartBaseResource.managementService
protected ManagementService
BatchPartCollectionResource.managementService
protected ManagementService
DeadLetterJobCollectionResource.managementService
protected ManagementService
EnginePropertiesResource.managementService
protected ManagementService
HistoryJobCollectionResource.managementService
protected ManagementService
JobBaseResource.managementService
protected ManagementService
JobCollectionResource.managementService
protected ManagementService
PropertiesCollectionResource.managementService
protected ManagementService
SuspendedJobCollectionResource.managementService
protected ManagementService
TableCollectionResource.managementService
protected ManagementService
TableColumnsResource.managementService
protected ManagementService
TableDataResource.managementService
protected ManagementService
TableResource.managementService
protected ManagementService
TimerJobCollectionResource.managementService