org.activiti.engine.impl
类 ProcessEngineImpl

java.lang.Object
  继承者 org.activiti.engine.impl.ProcessEngineImpl
所有已实现的接口:
EngineServices, ProcessEngine

public class ProcessEngineImpl
extends Object
implements ProcessEngine

作者:
Tom Baeyens

字段摘要
protected  CommandExecutor commandExecutor
           
protected  ExpressionManager expressionManager
           
protected  FormService formService
           
protected  HistoryService historicDataService
           
protected  IdentityService identityService
           
protected  JobExecutor jobExecutor
           
protected  ManagementService managementService
           
protected  String name
           
protected  ProcessEngineConfigurationImpl processEngineConfiguration
           
protected  RepositoryService repositoryService
           
protected  RuntimeService runtimeService
           
protected  Map<Class<?>,SessionFactory> sessionFactories
           
protected  TaskService taskService
           
protected  TransactionContextFactory transactionContextFactory
           
 
从接口 org.activiti.engine.ProcessEngine 继承的字段
VERSION
 
构造方法摘要
ProcessEngineImpl(ProcessEngineConfigurationImpl processEngineConfiguration)
           
 
方法摘要
 void close()
           
 FormService getFormService()
           
 HistoryService getHistoryService()
           
 IdentityService getIdentityService()
           
 ManagementService getManagementService()
           
 String getName()
          The name as specified in 'process-engine-name' in the activiti.cfg.xml configuration file.
 ProcessEngineConfigurationImpl getProcessEngineConfiguration()
           
 RepositoryService getRepositoryService()
           
 RuntimeService getRuntimeService()
           
 TaskService getTaskService()
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

字段详细信息

name

protected String name

repositoryService

protected RepositoryService repositoryService

runtimeService

protected RuntimeService runtimeService

historicDataService

protected HistoryService historicDataService

identityService

protected IdentityService identityService

taskService

protected TaskService taskService

formService

protected FormService formService

managementService

protected ManagementService managementService

jobExecutor

protected JobExecutor jobExecutor

commandExecutor

protected CommandExecutor commandExecutor

sessionFactories

protected Map<Class<?>,SessionFactory> sessionFactories

expressionManager

protected ExpressionManager expressionManager

transactionContextFactory

protected TransactionContextFactory transactionContextFactory

processEngineConfiguration

protected ProcessEngineConfigurationImpl processEngineConfiguration
构造方法详细信息

ProcessEngineImpl

public ProcessEngineImpl(ProcessEngineConfigurationImpl processEngineConfiguration)
方法详细信息

close

public void close()
指定者:
接口 ProcessEngine 中的 close

getName

public String getName()
从接口 ProcessEngine 复制的描述
The name as specified in 'process-engine-name' in the activiti.cfg.xml configuration file. The default name for a process engine is 'default

指定者:
接口 ProcessEngine 中的 getName

getIdentityService

public IdentityService getIdentityService()
指定者:
接口 EngineServices 中的 getIdentityService

getManagementService

public ManagementService getManagementService()
指定者:
接口 EngineServices 中的 getManagementService

getTaskService

public TaskService getTaskService()
指定者:
接口 EngineServices 中的 getTaskService

getHistoryService

public HistoryService getHistoryService()
指定者:
接口 EngineServices 中的 getHistoryService

getRuntimeService

public RuntimeService getRuntimeService()
指定者:
接口 EngineServices 中的 getRuntimeService

getRepositoryService

public RepositoryService getRepositoryService()
指定者:
接口 EngineServices 中的 getRepositoryService

getFormService

public FormService getFormService()
指定者:
接口 EngineServices 中的 getFormService

getProcessEngineConfiguration

public ProcessEngineConfigurationImpl getProcessEngineConfiguration()


Copyright © 2013 Alfresco. All rights reserved.