Uses of Interface
org.flowable.cmmn.api.CmmnManagementService
Packages that use CmmnManagementService
Package
Description
-
Uses of CmmnManagementService in org.flowable.cmmn.api
Methods in org.flowable.cmmn.api that return CmmnManagementService -
Uses of CmmnManagementService in org.flowable.cmmn.engine
Fields in org.flowable.cmmn.engine declared as CmmnManagementServiceModifier and TypeFieldDescriptionprotected CmmnManagementService
CmmnEngineConfiguration.cmmnManagementService
Methods in org.flowable.cmmn.engine that return CmmnManagementServiceModifier and TypeMethodDescriptionCmmnEngine.getCmmnManagementService()
CmmnEngineConfiguration.getCmmnManagementService()
Methods in org.flowable.cmmn.engine with parameters of type CmmnManagementServiceModifier and TypeMethodDescriptionCmmnEngineConfiguration.setCmmnManagementService
(CmmnManagementService cmmnManagementService) -
Uses of CmmnManagementService in org.flowable.cmmn.engine.impl
Classes in org.flowable.cmmn.engine.impl that implement CmmnManagementServiceFields in org.flowable.cmmn.engine.impl declared as CmmnManagementServiceModifier and TypeFieldDescriptionprotected CmmnManagementService
CmmnEngineImpl.cmmnManagementService
Methods in org.flowable.cmmn.engine.impl that return CmmnManagementServiceMethods in org.flowable.cmmn.engine.impl with parameters of type CmmnManagementServiceModifier and TypeMethodDescriptionvoid
CmmnEngineImpl.setCmmnManagementService
(CmmnManagementService cmmnManagementService) -
Uses of CmmnManagementService in org.flowable.cmmn.engine.impl.delete
Methods in org.flowable.cmmn.engine.impl.delete with parameters of type CmmnManagementServiceModifier and TypeMethodDescriptionprotected BatchPartQuery
ComputeDeleteHistoricCaseInstanceStatusJobHandler.createStatusQuery
(Batch batch, CmmnManagementService managementService) protected BatchPartQuery
DeleteHistoricCaseInstanceIdsStatusJobHandler.createStatusQuery
(Batch batch, CmmnManagementService managementService) -
Uses of CmmnManagementService in org.flowable.cmmn.engine.test
Fields in org.flowable.cmmn.engine.test declared as CmmnManagementServiceModifier and TypeFieldDescriptionprotected CmmnManagementService
AbstractFlowableCmmnTestCase.cmmnManagementService
protected CmmnManagementService
FlowableCmmnRule.cmmnManagementService
Methods in org.flowable.cmmn.engine.test that return CmmnManagementService -
Uses of CmmnManagementService in org.flowable.cmmn.engine.test.impl
Methods in org.flowable.cmmn.engine.test.impl with parameters of type CmmnManagementServiceModifier and TypeMethodDescriptionstatic boolean
CmmnHistoryTestHelper.areHistoryJobsAvailable
(CmmnManagementService managementService) static boolean
CmmnJobTestHelper.areJobsAvailable
(CmmnManagementService managementService) static void
CmmnHistoryTestHelper.waitForJobExecutorToProcessAllHistoryJobs
(CmmnEngineConfiguration cmmnEngineConfiguration, CmmnManagementService managementService, long maxMillisToWait, long intervalMillis) static void
CmmnHistoryTestHelper.waitForJobExecutorToProcessAllHistoryJobs
(CmmnEngineConfiguration cmmnEngineConfiguration, CmmnManagementService managementService, long maxMillisToWait, long intervalMillis, boolean shutdownExecutorWhenFinished) -
Uses of CmmnManagementService in org.flowable.cmmn.rest.service.api.management
Fields in org.flowable.cmmn.rest.service.api.management declared as CmmnManagementServiceModifier and TypeFieldDescriptionprotected CmmnManagementService
DeadLetterJobCollectionResource.managementService
protected CmmnManagementService
HistoryJobCollectionResource.managementService
protected CmmnManagementService
JobBaseResource.managementService
protected CmmnManagementService
JobCollectionResource.managementService
protected CmmnManagementService
SuspendedJobCollectionResource.managementService
protected CmmnManagementService
TimerJobCollectionResource.managementService
-
Uses of CmmnManagementService in org.flowable.engine.impl.util
Methods in org.flowable.engine.impl.util that return CmmnManagementServiceModifier and TypeMethodDescriptionstatic CmmnManagementService
EngineServiceUtil.getCmmnManagementService
(AbstractEngineConfiguration engineConfiguration)