Class CommonEngineServiceImpl<C extends AbstractEngineConfiguration>
- java.lang.Object
-
- org.flowable.common.engine.impl.service.CommonServiceImpl<C>
-
- org.flowable.common.engine.impl.service.CommonEngineServiceImpl<C>
-
public abstract class CommonEngineServiceImpl<C extends AbstractEngineConfiguration> extends CommonServiceImpl<C>
- Author:
- Tom Baeyens, Joram Barrez, Filip Hrisafov
-
-
Field Summary
Fields Modifier and Type Field Description protected CommandExecutorcommandExecutor-
Fields inherited from class org.flowable.common.engine.impl.service.CommonServiceImpl
configuration
-
-
Constructor Summary
Constructors Constructor Description CommonEngineServiceImpl()CommonEngineServiceImpl(C configuration)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CommandExecutorgetCommandExecutor()voidsetCommandExecutor(CommandExecutor commandExecutor)-
Methods inherited from class org.flowable.common.engine.impl.service.CommonServiceImpl
getConfiguration
-
-
-
-
Field Detail
-
commandExecutor
protected CommandExecutor commandExecutor
-
-
Constructor Detail
-
CommonEngineServiceImpl
public CommonEngineServiceImpl()
-
CommonEngineServiceImpl
public CommonEngineServiceImpl(C configuration)
-
-
Method Detail
-
getCommandExecutor
public CommandExecutor getCommandExecutor()
-
setCommandExecutor
public void setCommandExecutor(CommandExecutor commandExecutor)
-
-