org.activiti.engine.impl.interceptor
类 CommandContextFactory

java.lang.Object
  继承者 org.activiti.engine.impl.interceptor.CommandContextFactory

public class CommandContextFactory
extends Object

作者:
Tom Baeyens

字段摘要
protected  ProcessEngineConfigurationImpl processEngineConfiguration
           
 
构造方法摘要
CommandContextFactory()
           
 
方法摘要
 CommandContext createCommandContext(Command<?> cmd)
           
 ProcessEngineConfigurationImpl getProcessEngineConfiguration()
           
 void setProcessEngineConfiguration(ProcessEngineConfigurationImpl processEngineConfiguration)
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

字段详细信息

processEngineConfiguration

protected ProcessEngineConfigurationImpl processEngineConfiguration
构造方法详细信息

CommandContextFactory

public CommandContextFactory()
方法详细信息

createCommandContext

public CommandContext createCommandContext(Command<?> cmd)

getProcessEngineConfiguration

public ProcessEngineConfigurationImpl getProcessEngineConfiguration()

setProcessEngineConfiguration

public void setProcessEngineConfiguration(ProcessEngineConfigurationImpl processEngineConfiguration)


Copyright © 2013 Alfresco. All rights reserved.