Package org.camunda.bpm.engine.impl
Class ServiceImpl
- java.lang.Object
 - 
- org.camunda.bpm.engine.impl.ServiceImpl
 
 
- 
- Direct Known Subclasses:
 AuthorizationServiceImpl,CaseServiceImpl,DecisionServiceImpl,ExternalTaskServiceImpl,FilterServiceImpl,FormServiceImpl,HistoryServiceImpl,IdentityServiceImpl,ManagementServiceImpl,OptimizeService,RepositoryServiceImpl,RuntimeServiceImpl,TaskServiceImpl
public class ServiceImpl extends java.lang.Object- Author:
 - Tom Baeyens
 
 
- 
- 
Field Summary
Fields Modifier and Type Field Description protected CommandExecutorcommandExecutor 
- 
Constructor Summary
Constructors Constructor Description ServiceImpl() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CommandExecutorgetCommandExecutor()voidsetCommandExecutor(CommandExecutor commandExecutor) 
 - 
 
- 
- 
Field Detail
- 
commandExecutor
protected CommandExecutor commandExecutor
 
 - 
 
- 
Method Detail
- 
getCommandExecutor
public CommandExecutor getCommandExecutor()
 
- 
setCommandExecutor
public void setCommandExecutor(CommandExecutor commandExecutor)
 
 - 
 
 -