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 CmmnManagementServiceCmmnEngineConfiguration.cmmnManagementServiceMethods 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 CmmnManagementServiceCmmnEngineImpl.cmmnManagementServiceMethods in org.flowable.cmmn.engine.impl that return CmmnManagementServiceMethods in org.flowable.cmmn.engine.impl with parameters of type CmmnManagementServiceModifier and TypeMethodDescriptionvoidCmmnEngineImpl.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 BatchPartQueryComputeDeleteHistoricCaseInstanceStatusJobHandler.createStatusQuery(Batch batch, CmmnManagementService managementService) protected BatchPartQueryDeleteHistoricCaseInstanceIdsStatusJobHandler.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 CmmnManagementServiceAbstractFlowableCmmnTestCase.cmmnManagementServiceprotected CmmnManagementServiceFlowableCmmnRule.cmmnManagementServiceMethods 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 booleanCmmnHistoryTestHelper.areHistoryJobsAvailable(CmmnManagementService managementService) static booleanCmmnJobTestHelper.areJobsAvailable(CmmnManagementService managementService) static voidCmmnHistoryTestHelper.waitForJobExecutorToProcessAllHistoryJobs(CmmnEngineConfiguration cmmnEngineConfiguration, CmmnManagementService managementService, long maxMillisToWait, long intervalMillis) static voidCmmnHistoryTestHelper.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 CmmnManagementServiceDeadLetterJobCollectionResource.managementServiceprotected CmmnManagementServiceHistoryJobCollectionResource.managementServiceprotected CmmnManagementServiceJobBaseResource.managementServiceprotected CmmnManagementServiceJobCollectionResource.managementServiceprotected CmmnManagementServiceSuspendedJobCollectionResource.managementServiceprotected CmmnManagementServiceTimerJobCollectionResource.managementService -
Uses of CmmnManagementService in org.flowable.engine.impl.util
Methods in org.flowable.engine.impl.util that return CmmnManagementServiceModifier and TypeMethodDescriptionstatic CmmnManagementServiceEngineServiceUtil.getCmmnManagementService(AbstractEngineConfiguration engineConfiguration)