Package org.flowable.cmmn.engine
Interface CmmnEngine
- All Superinterfaces:
Engine
- All Known Implementing Classes:
CmmnEngineImpl
Provides access to all services that expose CMMN and case management operations.
- Author:
- Joram Barrez
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionvoid
Starts the execuctors (async and async history), if they are configured to be auto-activated.
-
Field Details
-
VERSION
the version of the flowable CMMN library- See Also:
-
-
Method Details
-
startExecutors
void startExecutors()Starts the execuctors (async and async history), if they are configured to be auto-activated. -
getCmmnRuntimeService
CmmnRuntimeService getCmmnRuntimeService() -
getDynamicCmmnService
DynamicCmmnService getDynamicCmmnService() -
getCmmnTaskService
CmmnTaskService getCmmnTaskService() -
getCmmnManagementService
CmmnManagementService getCmmnManagementService() -
getCmmnRepositoryService
CmmnRepositoryService getCmmnRepositoryService() -
getCmmnHistoryService
CmmnHistoryService getCmmnHistoryService() -
getCmmnEngineConfiguration
CmmnEngineConfiguration getCmmnEngineConfiguration() -
getCmmnMigrationService
CmmnMigrationService getCmmnMigrationService()
-