org.activiti.engine.impl
类 ServiceImpl

java.lang.Object
  继承者 org.activiti.engine.impl.ServiceImpl
直接已知子类:
FormServiceImpl, HistoryServiceImpl, IdentityServiceImpl, ManagementServiceImpl, RepositoryServiceImpl, RuntimeServiceImpl, TaskServiceImpl

public class ServiceImpl
extends Object

作者:
Tom Baeyens

字段摘要
protected  CommandExecutor commandExecutor
           
 
构造方法摘要
ServiceImpl()
           
 
方法摘要
 CommandExecutor getCommandExecutor()
           
 void setCommandExecutor(CommandExecutor commandExecutor)
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

字段详细信息

commandExecutor

protected CommandExecutor commandExecutor
构造方法详细信息

ServiceImpl

public ServiceImpl()
方法详细信息

getCommandExecutor

public CommandExecutor getCommandExecutor()

setCommandExecutor

public void setCommandExecutor(CommandExecutor commandExecutor)


Copyright © 2013 Alfresco. All rights reserved.