接口 org.activiti.engine.impl.interceptor.CommandInterceptor
的使用

使用 CommandInterceptor 的软件包
org.activiti.engine.impl.cfg   
org.activiti.engine.impl.interceptor   
 

org.activiti.engine.impl.cfgCommandInterceptor 的使用
 

声明为 CommandInterceptororg.activiti.engine.impl.cfg 中的字段
protected  CommandInterceptor ProcessEngineConfigurationImpl.commandInvoker
           
 

类型参数类型为 CommandInterceptororg.activiti.engine.impl.cfg 中的字段
protected  List<CommandInterceptor> ProcessEngineConfigurationImpl.commandInterceptors
           
protected  List<CommandInterceptor> ProcessEngineConfigurationImpl.customPostCommandInterceptors
           
protected  List<CommandInterceptor> ProcessEngineConfigurationImpl.customPreCommandInterceptors
          the configurable list which will be processed to build the ProcessEngineConfigurationImpl.commandExecutor
 

返回 CommandInterceptororg.activiti.engine.impl.cfg 中的方法
protected  CommandInterceptor StandaloneProcessEngineConfiguration.createTransactionInterceptor()
           
protected abstract  CommandInterceptor ProcessEngineConfigurationImpl.createTransactionInterceptor()
           
protected  CommandInterceptor JtaProcessEngineConfiguration.createTransactionInterceptor()
           
 CommandInterceptor ProcessEngineConfigurationImpl.getCommandInvoker()
           
 CommandInterceptor CommandExecutorImpl.getFirst()
           
protected  CommandInterceptor ProcessEngineConfigurationImpl.initInterceptorChain(List<CommandInterceptor> chain)
           
 

返回变量类型为 CommandInterceptor 的类型的 org.activiti.engine.impl.cfg 中的方法
 List<CommandInterceptor> ProcessEngineConfigurationImpl.getCommandInterceptors()
           
 List<CommandInterceptor> ProcessEngineConfigurationImpl.getCustomPostCommandInterceptors()
           
 List<CommandInterceptor> ProcessEngineConfigurationImpl.getCustomPreCommandInterceptors()
           
protected  Collection<? extends CommandInterceptor> ProcessEngineConfigurationImpl.getDefaultCommandInterceptors()
           
 

参数类型为 CommandInterceptororg.activiti.engine.impl.cfg 中的方法
 void ProcessEngineConfigurationImpl.setCommandInvoker(CommandInterceptor commandInvoker)
           
 

类型变量类型为 CommandInterceptororg.activiti.engine.impl.cfg 中的方法参数
protected  CommandInterceptor ProcessEngineConfigurationImpl.initInterceptorChain(List<CommandInterceptor> chain)
           
 ProcessEngineConfigurationImpl ProcessEngineConfigurationImpl.setCommandInterceptors(List<CommandInterceptor> commandInterceptors)
           
 ProcessEngineConfigurationImpl ProcessEngineConfigurationImpl.setCustomPostCommandInterceptors(List<CommandInterceptor> customPostCommandInterceptors)
           
 ProcessEngineConfigurationImpl ProcessEngineConfigurationImpl.setCustomPreCommandInterceptors(List<CommandInterceptor> customPreCommandInterceptors)
           
 

参数类型为 CommandInterceptororg.activiti.engine.impl.cfg 中的构造方法
CommandExecutorImpl(CommandConfig defaultConfig, CommandInterceptor first)
           
 

org.activiti.engine.impl.interceptorCommandInterceptor 的使用
 

实现 CommandInterceptororg.activiti.engine.impl.interceptor 中的类
 class AbstractCommandInterceptor
           
 class CommandContextInterceptor
           
 class CommandInvoker
           
 class JtaRetryInterceptor
          We cannot perform a retry if we are called in an existing transaction.
 class JtaTransactionInterceptor
           
 class LogInterceptor
           
 class RetryInterceptor
          Intercepts ActivitiOptimisticLockingException and tries to run the same command again.
 

声明为 CommandInterceptororg.activiti.engine.impl.interceptor 中的字段
protected  CommandInterceptor AbstractCommandInterceptor.next
          will be initialized by the ProcessEngineConfiguration
 

返回 CommandInterceptororg.activiti.engine.impl.interceptor 中的方法
 CommandInterceptor CommandInvoker.getNext()
           
 CommandInterceptor CommandInterceptor.getNext()
           
 CommandInterceptor AbstractCommandInterceptor.getNext()
           
 

参数类型为 CommandInterceptororg.activiti.engine.impl.interceptor 中的方法
 void CommandInvoker.setNext(CommandInterceptor next)
           
 void CommandInterceptor.setNext(CommandInterceptor next)
           
 void AbstractCommandInterceptor.setNext(CommandInterceptor next)
           
 



Copyright © 2013 Alfresco. All rights reserved.