|
||||||||||
上一个 下一个 | 框架 无框架 |
使用 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.impl 中 CommandExecutor 的使用 |
---|
声明为 CommandExecutor 的 org.activiti.engine.impl 中的字段 | |
---|---|
protected CommandExecutor |
ServiceImpl.commandExecutor
|
protected CommandExecutor |
ProcessEngineImpl.commandExecutor
|
protected CommandExecutor |
AbstractQuery.commandExecutor
|
protected CommandExecutor |
AbstractNativeQuery.commandExecutor
|
返回 CommandExecutor 的 org.activiti.engine.impl 中的方法 | |
---|---|
CommandExecutor |
ServiceImpl.getCommandExecutor()
|
参数类型为 CommandExecutor 的 org.activiti.engine.impl 中的方法 | |
---|---|
void |
ServiceImpl.setCommandExecutor(CommandExecutor commandExecutor)
|
AbstractQuery<T,U> |
AbstractQuery.setCommandExecutor(CommandExecutor commandExecutor)
|
AbstractNativeQuery<T,U> |
AbstractNativeQuery.setCommandExecutor(CommandExecutor commandExecutor)
|
org.activiti.engine.impl.cfg 中 CommandExecutor 的使用 |
---|
实现 CommandExecutor 的 org.activiti.engine.impl.cfg 中的类 | |
---|---|
class |
CommandExecutorImpl
Command executor that passes commands to the first interceptor in the chain. |
声明为 CommandExecutor 的 org.activiti.engine.impl.cfg 中的字段 | |
---|---|
protected CommandExecutor |
ProcessEngineConfigurationImpl.commandExecutor
this will be initialized during the configurationComplete() |
返回 CommandExecutor 的 org.activiti.engine.impl.cfg 中的方法 | |
---|---|
CommandExecutor |
ProcessEngineConfigurationImpl.getCommandExecutor()
|
参数类型为 CommandExecutor 的 org.activiti.engine.impl.cfg 中的方法 | |
---|---|
ProcessEngineConfigurationImpl |
ProcessEngineConfigurationImpl.setCommandExecutor(CommandExecutor commandExecutor)
|
org.activiti.engine.impl.db 中 CommandExecutor 的使用 |
---|
声明为 CommandExecutor 的 org.activiti.engine.impl.db 中的字段 | |
---|---|
protected CommandExecutor |
DbIdGenerator.commandExecutor
|
返回 CommandExecutor 的 org.activiti.engine.impl.db 中的方法 | |
---|---|
CommandExecutor |
DbIdGenerator.getCommandExecutor()
|
参数类型为 CommandExecutor 的 org.activiti.engine.impl.db 中的方法 | |
---|---|
void |
DbIdGenerator.setCommandExecutor(CommandExecutor commandExecutor)
|
org.activiti.engine.impl.jobexecutor 中 CommandExecutor 的使用 |
---|
声明为 CommandExecutor 的 org.activiti.engine.impl.jobexecutor 中的字段 | |
---|---|
protected CommandExecutor |
JobExecutor.commandExecutor
|
protected CommandExecutor |
FailedJobListener.commandExecutor
|
返回 CommandExecutor 的 org.activiti.engine.impl.jobexecutor 中的方法 | |
---|---|
CommandExecutor |
JobExecutor.getCommandExecutor()
|
参数类型为 CommandExecutor 的 org.activiti.engine.impl.jobexecutor 中的方法 | |
---|---|
void |
JobExecutor.setCommandExecutor(CommandExecutor commandExecutor)
|
参数类型为 CommandExecutor 的 org.activiti.engine.impl.jobexecutor 中的构造方法 | |
---|---|
FailedJobListener(CommandExecutor commandExecutor,
String jobId,
Throwable exception)
|
|
||||||||||
上一个 下一个 | 框架 无框架 |