Package com.flowable.app.engine.impl
Class ServiceImpl
java.lang.Object
com.flowable.app.engine.impl.ServiceImpl
public class ServiceImpl
extends java.lang.Object
-
Field Summary
Fields Modifier and Type Field Description protected AppEngineConfigurationappEngineConfigurationprotected org.flowable.common.engine.impl.interceptor.CommandExecutorcommandExecutor -
Constructor Summary
Constructors Constructor Description ServiceImpl()ServiceImpl(AppEngineConfiguration appEngineConfiguration) -
Method Summary
Modifier and Type Method Description org.flowable.common.engine.impl.interceptor.CommandExecutorgetCommandExecutor()AppEngineConfigurationgetEngineConfiguration()voidsetCommandExecutor(org.flowable.common.engine.impl.interceptor.CommandExecutor commandExecutor)voidsetEngineConfig(AppEngineConfiguration appEngineConfiguration)
-
Field Details
-
appEngineConfiguration
-
commandExecutor
protected org.flowable.common.engine.impl.interceptor.CommandExecutor commandExecutor
-
-
Constructor Details
-
ServiceImpl
public ServiceImpl() -
ServiceImpl
-
-
Method Details
-
getEngineConfiguration
-
setEngineConfig
-
getCommandExecutor
public org.flowable.common.engine.impl.interceptor.CommandExecutor getCommandExecutor() -
setCommandExecutor
public void setCommandExecutor(org.flowable.common.engine.impl.interceptor.CommandExecutor commandExecutor)
-