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 AppEngineConfiguration
appEngineConfiguration
protected org.flowable.common.engine.impl.interceptor.CommandExecutor
commandExecutor
-
Constructor Summary
Constructors Constructor Description ServiceImpl()
ServiceImpl(AppEngineConfiguration appEngineConfiguration)
-
Method Summary
Modifier and Type Method Description org.flowable.common.engine.impl.interceptor.CommandExecutor
getCommandExecutor()
AppEngineConfiguration
getEngineConfiguration()
void
setCommandExecutor(org.flowable.common.engine.impl.interceptor.CommandExecutor commandExecutor)
void
setEngineConfig(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)
-