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 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.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 ManagementServiceProcessEngineConfiguration.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 ManagementServiceProcessEngineConfigurationImpl.managementServiceMethods 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 BatchPartQueryComputeDeleteHistoricProcessInstanceStatusJobHandler.createStatusQuery(Batch batch, ManagementService managementService) protected BatchPartQueryDeleteHistoricProcessInstanceIdsStatusJobHandler.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 ManagementServiceAbstractFlowableTestCase.managementServiceMethods in org.flowable.engine.impl.test with parameters of type ManagementServiceModifier and TypeMethodDescriptionstatic booleanHistoryTestHelper.areHistoryJobsAvailable(ManagementService managementService) static booleanJobTestHelper.areJobsAvailable(ManagementService managementService) static booleanJobTestHelper.areJobsOrExecutableTimersAvailable(ManagementService managementService) static booleanJobTestHelper.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 voidJobTestHelper.internalWaitForJobs(ProcessEngineConfiguration processEngineConfiguration, ManagementService managementService, Predicate<ManagementService> jobsAvailablePredicate, long maxMillisToWait, long intervalMillis, boolean shutdownExecutorWhenFinished) static voidHistoryTestHelper.waitForJobExecutorToProcessAllHistoryJobs(ProcessEngineConfiguration processEngineConfiguration, ManagementService managementService, long maxMillisToWait, long intervalMillis) static voidHistoryTestHelper.waitForJobExecutorToProcessAllHistoryJobs(ProcessEngineConfiguration processEngineConfiguration, ManagementService managementService, long maxMillisToWait, long intervalMillis, boolean shutdownExecutorWhenFinished) static voidJobTestHelper.waitForJobExecutorToProcessAllJobs(ProcessEngineConfiguration processEngineConfiguration, ManagementService managementService, long maxMillisToWait, long intervalMillis) static voidJobTestHelper.waitForJobExecutorToProcessAllJobs(ProcessEngineConfiguration processEngineConfiguration, ManagementService managementService, long maxMillisToWait, long intervalMillis, boolean shutdownExecutorWhenFinished) static voidJobTestHelper.waitForJobExecutorToProcessAllJobsAndExecutableTimerJobs(ProcessEngineConfiguration processEngineConfiguration, ManagementService managementService, long maxMillisToWait, long intervalMillis) static voidJobTestHelper.waitForJobExecutorToProcessAllJobsAndExecutableTimerJobs(ProcessEngineConfiguration processEngineConfiguration, ManagementService managementService, long maxMillisToWait, long intervalMillis, boolean shutdownExecutorWhenFinished) static voidJobTestHelper.waitForJobExecutorToProcessAllJobsAndTimerJobs(ProcessEngineConfiguration processEngineConfiguration, ManagementService managementService, long maxMillisToWait, long intervalMillis) static voidJobTestHelper.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 voidJobTestHelper.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 ManagementServiceFlowableRule.managementServiceprotected ManagementServiceFlowableTestCase.managementServiceMethods in org.flowable.engine.test that return ManagementServiceMethods in org.flowable.engine.test with parameters of type ManagementServiceModifier and TypeMethodDescriptionvoidFlowableRule.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 ManagementServiceBatchBaseResource.managementServiceprotected ManagementServiceBatchCollectionResource.managementServiceprotected ManagementServiceBatchPartBaseResource.managementServiceprotected ManagementServiceBatchPartCollectionResource.managementServiceprotected ManagementServiceDeadLetterJobCollectionResource.managementServiceprotected ManagementServiceEnginePropertiesResource.managementServiceprotected ManagementServiceHistoryJobCollectionResource.managementServiceprotected ManagementServiceJobBaseResource.managementServiceprotected ManagementServiceJobCollectionResource.managementServiceprotected ManagementServicePropertiesCollectionResource.managementServiceprotected ManagementServiceSuspendedJobCollectionResource.managementServiceprotected ManagementServiceTableCollectionResource.managementServiceprotected ManagementServiceTableColumnsResource.managementServiceprotected ManagementServiceTableDataResource.managementServiceprotected ManagementServiceTableResource.managementServiceprotected ManagementServiceTimerJobCollectionResource.managementService