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

使用 CommandExecutor 的软件包
org.activiti.engine.impl API implementation classes, which shouldn't directly be used by end-users. 
org.activiti.engine.impl.cfg   
org.activiti.engine.impl.db   
org.activiti.engine.impl.jobexecutor   
 

org.activiti.engine.implCommandExecutor 的使用
 

声明为 CommandExecutororg.activiti.engine.impl 中的字段
protected  CommandExecutor ServiceImpl.commandExecutor
           
protected  CommandExecutor ProcessEngineImpl.commandExecutor
           
protected  CommandExecutor AbstractQuery.commandExecutor
           
protected  CommandExecutor AbstractNativeQuery.commandExecutor
           
 

返回 CommandExecutororg.activiti.engine.impl 中的方法
 CommandExecutor ServiceImpl.getCommandExecutor()
           
 

参数类型为 CommandExecutororg.activiti.engine.impl 中的方法
 void ServiceImpl.setCommandExecutor(CommandExecutor commandExecutor)
           
 AbstractQuery<T,U> AbstractQuery.setCommandExecutor(CommandExecutor commandExecutor)
           
 AbstractNativeQuery<T,U> AbstractNativeQuery.setCommandExecutor(CommandExecutor commandExecutor)
           
 

参数类型为 CommandExecutororg.activiti.engine.impl 中的构造方法
AbstractNativeQuery(CommandExecutor commandExecutor)
           
AbstractQuery(CommandExecutor commandExecutor)
           
AbstractVariableQueryImpl(CommandExecutor commandExecutor)
           
DeploymentQueryImpl(CommandExecutor commandExecutor)
           
EventSubscriptionQueryImpl(CommandExecutor commandExecutor)
           
ExecutionQueryImpl(CommandExecutor commandExecutor)
           
GroupQueryImpl(CommandExecutor commandExecutor)
           
HistoricActivityInstanceQueryImpl(CommandExecutor commandExecutor)
           
HistoricDetailQueryImpl(CommandExecutor commandExecutor)
           
HistoricProcessInstanceQueryImpl(CommandExecutor commandExecutor)
           
HistoricTaskInstanceQueryImpl(CommandExecutor commandExecutor)
           
HistoricVariableInstanceQueryImpl(CommandExecutor commandExecutor)
           
JobQueryImpl(CommandExecutor commandExecutor)
           
ModelQueryImpl(CommandExecutor commandExecutor)
           
NativeDeploymentQueryImpl(CommandExecutor commandExecutor)
           
NativeExecutionQueryImpl(CommandExecutor commandExecutor)
           
NativeGroupQueryImpl(CommandExecutor commandExecutor)
           
NativeHistoricActivityInstanceQueryImpl(CommandExecutor commandExecutor)
           
NativeHistoricDetailQueryImpl(CommandExecutor commandExecutor)
           
NativeHistoricProcessInstanceQueryImpl(CommandExecutor commandExecutor)
           
NativeHistoricTaskInstanceQueryImpl(CommandExecutor commandExecutor)
           
NativeHistoricVariableInstanceQueryImpl(CommandExecutor commandExecutor)
           
NativeModelQueryImpl(CommandExecutor commandExecutor)
           
NativeProcessDefinitionQueryImpl(CommandExecutor commandExecutor)
           
NativeProcessInstanceQueryImpl(CommandExecutor commandExecutor)
           
NativeTaskQueryImpl(CommandExecutor commandExecutor)
           
NativeUserQueryImpl(CommandExecutor commandExecutor)
           
ProcessDefinitionQueryImpl(CommandExecutor commandExecutor)
           
ProcessInstanceQueryImpl(CommandExecutor commandExecutor)
           
TablePageQueryImpl(CommandExecutor commandExecutor)
           
TaskQueryImpl(CommandExecutor commandExecutor)
           
UserQueryImpl(CommandExecutor commandExecutor)
           
 

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

实现 CommandExecutororg.activiti.engine.impl.cfg 中的类
 class CommandExecutorImpl
          Command executor that passes commands to the first interceptor in the chain.
 

声明为 CommandExecutororg.activiti.engine.impl.cfg 中的字段
protected  CommandExecutor ProcessEngineConfigurationImpl.commandExecutor
          this will be initialized during the configurationComplete()
 

返回 CommandExecutororg.activiti.engine.impl.cfg 中的方法
 CommandExecutor ProcessEngineConfigurationImpl.getCommandExecutor()
           
 

参数类型为 CommandExecutororg.activiti.engine.impl.cfg 中的方法
 ProcessEngineConfigurationImpl ProcessEngineConfigurationImpl.setCommandExecutor(CommandExecutor commandExecutor)
           
 

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

声明为 CommandExecutororg.activiti.engine.impl.db 中的字段
protected  CommandExecutor DbIdGenerator.commandExecutor
           
 

返回 CommandExecutororg.activiti.engine.impl.db 中的方法
 CommandExecutor DbIdGenerator.getCommandExecutor()
           
 

参数类型为 CommandExecutororg.activiti.engine.impl.db 中的方法
 void DbIdGenerator.setCommandExecutor(CommandExecutor commandExecutor)
           
 

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

声明为 CommandExecutororg.activiti.engine.impl.jobexecutor 中的字段
protected  CommandExecutor JobExecutor.commandExecutor
           
protected  CommandExecutor FailedJobListener.commandExecutor
           
 

返回 CommandExecutororg.activiti.engine.impl.jobexecutor 中的方法
 CommandExecutor JobExecutor.getCommandExecutor()
           
 

参数类型为 CommandExecutororg.activiti.engine.impl.jobexecutor 中的方法
 void JobExecutor.setCommandExecutor(CommandExecutor commandExecutor)
           
 

参数类型为 CommandExecutororg.activiti.engine.impl.jobexecutor 中的构造方法
FailedJobListener(CommandExecutor commandExecutor, String jobId, Throwable exception)
           
 



Copyright © 2013 Alfresco. All rights reserved.