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 SummaryFields Modifier and Type Field Description protected CommandExecutorcommandExecutor
 - 
Constructor SummaryConstructors Constructor Description ServiceImpl()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description CommandExecutorgetCommandExecutor()voidsetCommandExecutor(CommandExecutor commandExecutor)
 
- 
- 
- 
Field Detail- 
commandExecutorprotected CommandExecutor commandExecutor 
 
- 
 - 
Method Detail- 
getCommandExecutorpublic CommandExecutor getCommandExecutor() 
 - 
setCommandExecutorpublic void setCommandExecutor(CommandExecutor commandExecutor) 
 
- 
 
-