org.activiti.engine.impl.interceptor
接口 CommandExecutor

所有已知实现类:
CommandExecutorImpl

public interface CommandExecutor

The command executor for internal usage.

作者:
Tom Baeyens

方法摘要
<T> T
execute(Command<T> command)
          Execute a command with the default CommandConfig.
<T> T
execute(CommandConfig config, Command<T> command)
          Execute a command with the specified CommandConfig.
 CommandConfig getDefaultConfig()
           
 

方法详细信息

getDefaultConfig

CommandConfig getDefaultConfig()
返回:
the default CommandConfig, used if none is provided.

execute

<T> T execute(CommandConfig config,
              Command<T> command)
Execute a command with the specified CommandConfig.


execute

<T> T execute(Command<T> command)
Execute a command with the default CommandConfig.



Copyright © 2013 Alfresco. All rights reserved.