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 Constructor Description DynamicCmmnServiceImpl(CmmnEngineConfiguration engineConfiguration)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InjectedPlanItemInstanceBuildercreateInjectedPlanItemInstanceBuilder()-
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 Detail
-
DynamicCmmnServiceImpl
public DynamicCmmnServiceImpl(CmmnEngineConfiguration engineConfiguration)
-
-
Method Detail
-
createInjectedPlanItemInstanceBuilder
public InjectedPlanItemInstanceBuilder createInjectedPlanItemInstanceBuilder()
- Specified by:
createInjectedPlanItemInstanceBuilderin interfaceDynamicCmmnService
-
-