Class DynamicCmmnServiceImpl
java.lang.Object
org.flowable.common.engine.impl.service.CommonServiceImpl<C>
org.flowable.common.engine.impl.service.CommonEngineServiceImpl<CmmnEngineConfiguration>
org.flowable.cmmn.engine.impl.runtime.DynamicCmmnServiceImpl
- All Implemented Interfaces:
DynamicCmmnService
public class DynamicCmmnServiceImpl
extends CommonEngineServiceImpl<CmmnEngineConfiguration>
implements DynamicCmmnService
Default implementation for dynamically modify running CMMN based case instances and plan items.
- Author:
- Micha Kiener
-
Field Summary
Fields inherited from class org.flowable.common.engine.impl.service.CommonEngineServiceImpl
commandExecutor
Fields inherited from class org.flowable.common.engine.impl.service.CommonServiceImpl
configuration
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionCreates a new builder to dynamically create a new plan item and inject it into a running stage or case instance.Methods inherited from class org.flowable.common.engine.impl.service.CommonEngineServiceImpl
getCommandExecutor, setCommandExecutor
Methods inherited from class org.flowable.common.engine.impl.service.CommonServiceImpl
getConfiguration
-
Constructor Details
-
DynamicCmmnServiceImpl
-
-
Method Details
-
createInjectedPlanItemInstanceBuilder
Description copied from interface:DynamicCmmnService
Creates a new builder to dynamically create a new plan item and inject it into a running stage or case instance.- Specified by:
createInjectedPlanItemInstanceBuilder
in interfaceDynamicCmmnService
- Returns:
- the builder used to create the new plan item to be dynamically injected
-