org.camunda.bpm.engine.impl
Class ServiceImpl

java.lang.Object
  extended by org.camunda.bpm.engine.impl.ServiceImpl
Direct Known Subclasses:
AuthorizationServiceImpl, CaseServiceImpl, FilterServiceImpl, FormServiceImpl, HistoryServiceImpl, IdentityServiceImpl, ManagementServiceImpl, RepositoryServiceImpl, RuntimeServiceImpl, TaskServiceImpl

public class ServiceImpl
extends Object

Author:
Tom Baeyens

Field Summary
protected  CommandExecutor commandExecutor
           
 
Constructor Summary
ServiceImpl()
           
 
Method Summary
 CommandExecutor getCommandExecutor()
           
 void setCommandExecutor(CommandExecutor commandExecutor)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

commandExecutor

protected CommandExecutor commandExecutor
Constructor Detail

ServiceImpl

public ServiceImpl()
Method Detail

getCommandExecutor

public CommandExecutor getCommandExecutor()

setCommandExecutor

public void setCommandExecutor(CommandExecutor commandExecutor)


Copyright © 2015 camunda services GmbH. All rights reserved.