jBPM distribution 6.0.1.Final

org.jbpm.services.task.commands
Class TaskCommandExecutorImpl

java.lang.Object
  extended by org.jbpm.services.task.commands.TaskCommandExecutorImpl
All Implemented Interfaces:
org.drools.core.command.CommandService, CommandExecutor

public class TaskCommandExecutorImpl
extends Object
implements org.drools.core.command.CommandService


Constructor Summary
TaskCommandExecutorImpl(Environment environment, TaskEventSupport taskEventSupport)
           
 
Method Summary
 void addInterceptor(org.drools.core.command.Interceptor interceptor)
           
<T> T
execute(Command<T> command)
          Execute the command and return a ExecutionResults for the results of the Command.
 org.kie.internal.command.Context getContext()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TaskCommandExecutorImpl

public TaskCommandExecutorImpl(Environment environment,
                               TaskEventSupport taskEventSupport)
Method Detail

execute

public <T> T execute(Command<T> command)
Description copied from interface: CommandExecutor
Execute the command and return a ExecutionResults for the results of the Command.

Specified by:
execute in interface CommandExecutor
Returns:

addInterceptor

public void addInterceptor(org.drools.core.command.Interceptor interceptor)

getContext

public org.kie.internal.command.Context getContext()
Specified by:
getContext in interface org.drools.core.command.CommandService

jBPM distribution 6.0.1.Final

Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.