Package org.activiti.engine.impl
Class ServiceImpl
- java.lang.Object
-
- org.activiti.engine.impl.ServiceImpl
-
- Direct Known Subclasses:
DynamicBpmnServiceImpl,HistoryServiceImpl,ManagementServiceImpl,RepositoryServiceImpl,RuntimeServiceImpl,TaskServiceImpl
public class ServiceImpl extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected CommandExecutorcommandExecutorprotected ProcessEngineConfigurationImplprocessEngineConfiguration
-
Constructor Summary
Constructors Constructor Description ServiceImpl()ServiceImpl(ProcessEngineConfigurationImpl processEngineConfiguration)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CommandExecutorgetCommandExecutor()voidsetCommandExecutor(CommandExecutor commandExecutor)
-
-
-
Field Detail
-
processEngineConfiguration
protected ProcessEngineConfigurationImpl processEngineConfiguration
-
commandExecutor
protected CommandExecutor commandExecutor
-
-
Constructor Detail
-
ServiceImpl
public ServiceImpl()
-
ServiceImpl
public ServiceImpl(ProcessEngineConfigurationImpl processEngineConfiguration)
-
-
Method Detail
-
getCommandExecutor
public CommandExecutor getCommandExecutor()
-
setCommandExecutor
public void setCommandExecutor(CommandExecutor commandExecutor)
-
-