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 Object
- Author:
- Tom Baeyens
-
-
Field Summary
Fields Modifier and Type Field Description protected CommandExecutor
commandExecutor
-
Constructor Summary
Constructors Constructor Description ServiceImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CommandExecutor
getCommandExecutor()
void
setCommandExecutor(CommandExecutor commandExecutor)
-
-
-
Field Detail
-
commandExecutor
protected CommandExecutor commandExecutor
-
-
Method Detail
-
getCommandExecutor
public CommandExecutor getCommandExecutor()
-
setCommandExecutor
public void setCommandExecutor(CommandExecutor commandExecutor)
-
-