org.activiti.engine.impl.interceptor
类 CommandContextInterceptor

java.lang.Object
  继承者 org.activiti.engine.impl.interceptor.AbstractCommandInterceptor
      继承者 org.activiti.engine.impl.interceptor.CommandContextInterceptor
所有已实现的接口:
CommandInterceptor

public class CommandContextInterceptor
extends AbstractCommandInterceptor

作者:
Tom Baeyens

字段摘要
protected  CommandContextFactory commandContextFactory
           
protected  ProcessEngineConfigurationImpl processEngineConfiguration
           
 
从类 org.activiti.engine.impl.interceptor.AbstractCommandInterceptor 继承的字段
next
 
构造方法摘要
CommandContextInterceptor()
           
CommandContextInterceptor(CommandContextFactory commandContextFactory, ProcessEngineConfigurationImpl processEngineConfiguration)
           
 
方法摘要
<T> T
execute(CommandConfig config, Command<T> command)
           
 CommandContextFactory getCommandContextFactory()
           
 ProcessEngineConfigurationImpl getProcessEngineConfiguration()
           
 void setCommandContextFactory(CommandContextFactory commandContextFactory)
           
 void setProcessEngineContext(ProcessEngineConfigurationImpl processEngineContext)
           
 
从类 org.activiti.engine.impl.interceptor.AbstractCommandInterceptor 继承的方法
getNext, setNext
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

字段详细信息

commandContextFactory

protected CommandContextFactory commandContextFactory

processEngineConfiguration

protected ProcessEngineConfigurationImpl processEngineConfiguration
构造方法详细信息

CommandContextInterceptor

public CommandContextInterceptor()

CommandContextInterceptor

public CommandContextInterceptor(CommandContextFactory commandContextFactory,
                                 ProcessEngineConfigurationImpl processEngineConfiguration)
方法详细信息

execute

public <T> T execute(CommandConfig config,
                     Command<T> command)

getCommandContextFactory

public CommandContextFactory getCommandContextFactory()

setCommandContextFactory

public void setCommandContextFactory(CommandContextFactory commandContextFactory)

getProcessEngineConfiguration

public ProcessEngineConfigurationImpl getProcessEngineConfiguration()

setProcessEngineContext

public void setProcessEngineContext(ProcessEngineConfigurationImpl processEngineContext)


Copyright © 2013 Alfresco. All rights reserved.