|
||||||||||
上一个 下一个 | 框架 无框架 |
使用 Command 的软件包 | |
---|---|
org.activiti.engine | Public API of the Activiti engine. |
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.cmd | |
org.activiti.engine.impl.interceptor | |
org.activiti.engine.impl.jobexecutor |
org.activiti.engine 中 Command 的使用 |
---|
参数类型为 Command 的 org.activiti.engine 中的方法 | ||
---|---|---|
|
ManagementService.executeCommand(Command<T> command)
Executes a given command with the default CommandConfig . |
|
|
ManagementService.executeCommand(CommandConfig config,
Command<T> command)
Executes a given command with the specified CommandConfig . |
org.activiti.engine.impl 中 Command 的使用 |
---|
参数类型为 Command 的 org.activiti.engine.impl 中的方法 | ||
---|---|---|
|
ManagementServiceImpl.executeCommand(Command<T> command)
|
|
|
ManagementServiceImpl.executeCommand(CommandConfig config,
Command<T> command)
|
org.activiti.engine.impl.cfg 中 Command 的使用 |
---|
参数类型为 Command 的 org.activiti.engine.impl.cfg 中的方法 | ||
---|---|---|
|
CommandExecutorImpl.execute(Command<T> command)
|
|
|
CommandExecutorImpl.execute(CommandConfig config,
Command<T> command)
|
org.activiti.engine.impl.cmd 中 Command 的使用 |
---|
org.activiti.engine.impl.interceptor 中 Command 的使用 |
---|
声明为 Command 的 org.activiti.engine.impl.interceptor 中的字段 | |
---|---|
protected Command<?> |
CommandContext.command
|
返回 Command 的 org.activiti.engine.impl.interceptor 中的方法 | |
---|---|
Command<?> |
CommandContext.getCommand()
|
参数类型为 Command 的 org.activiti.engine.impl.interceptor 中的方法 | ||
---|---|---|
CommandContext |
CommandContextFactory.createCommandContext(Command<?> cmd)
|
|
|
CommandExecutor.execute(Command<T> command)
Execute a command with the default CommandConfig . |
|
|
RetryInterceptor.execute(CommandConfig config,
Command<T> command)
|
|
|
LogInterceptor.execute(CommandConfig config,
Command<T> command)
|
|
|
JtaTransactionInterceptor.execute(CommandConfig config,
Command<T> command)
|
|
|
JtaRetryInterceptor.execute(CommandConfig config,
Command<T> command)
|
|
|
CommandInvoker.execute(CommandConfig config,
Command<T> command)
|
|
|
CommandInterceptor.execute(CommandConfig config,
Command<T> command)
|
|
|
CommandExecutor.execute(CommandConfig config,
Command<T> command)
Execute a command with the specified CommandConfig . |
|
|
CommandContextInterceptor.execute(CommandConfig config,
Command<T> command)
|
参数类型为 Command 的 org.activiti.engine.impl.interceptor 中的构造方法 | |
---|---|
CommandContext(Command<?> command,
ProcessEngineConfigurationImpl processEngineConfiguration)
|
org.activiti.engine.impl.jobexecutor 中 Command 的使用 |
---|
实现 Command 的 org.activiti.engine.impl.jobexecutor 中的类 | |
---|---|
class |
GetUnlockedTimersByDuedateCmd
|
声明为 Command 的 org.activiti.engine.impl.jobexecutor 中的字段 | |
---|---|
protected Command<AcquiredJobs> |
JobExecutor.acquireJobsCmd
|
返回 Command 的 org.activiti.engine.impl.jobexecutor 中的方法 | |
---|---|
Command<AcquiredJobs> |
JobExecutor.getAcquireJobsCmd()
|
Command<Object> |
FailedJobCommandFactory.getCommand(String jobId,
Throwable exception)
|
Command<Object> |
DefaultFailedJobCommandFactory.getCommand(String jobId,
Throwable exception)
|
参数类型为 Command 的 org.activiti.engine.impl.jobexecutor 中的方法 | |
---|---|
void |
JobExecutor.setAcquireJobsCmd(Command<AcquiredJobs> acquireJobsCmd)
|
|
||||||||||
上一个 下一个 | 框架 无框架 |