org.activiti.engine.impl.interceptor
类 CommandContextInterceptor
java.lang.Object
org.activiti.engine.impl.interceptor.AbstractCommandInterceptor
org.activiti.engine.impl.interceptor.CommandContextInterceptor
- 所有已实现的接口:
- CommandInterceptor
public class CommandContextInterceptor
- extends AbstractCommandInterceptor
- 作者:
- Tom Baeyens
从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
commandContextFactory
protected CommandContextFactory commandContextFactory
processEngineConfiguration
protected ProcessEngineConfigurationImpl processEngineConfiguration
CommandContextInterceptor
public CommandContextInterceptor()
CommandContextInterceptor
public CommandContextInterceptor(CommandContextFactory commandContextFactory,
ProcessEngineConfigurationImpl processEngineConfiguration)
execute
public <T> T execute(CommandConfig config,
Command<T> command)
getCommandContextFactory
public CommandContextFactory getCommandContextFactory()
setCommandContextFactory
public void setCommandContextFactory(CommandContextFactory commandContextFactory)
getProcessEngineConfiguration
public ProcessEngineConfigurationImpl getProcessEngineConfiguration()
setProcessEngineContext
public void setProcessEngineContext(ProcessEngineConfigurationImpl processEngineContext)
Copyright © 2013 Alfresco. All rights reserved.