org.camunda.bpm.engine.impl.cmd
Class DelegateTaskCmd

java.lang.Object
  extended by org.camunda.bpm.engine.impl.cmd.DelegateTaskCmd
All Implemented Interfaces:
Serializable, Command<Object>

public class DelegateTaskCmd
extends Object
implements Command<Object>, Serializable

Author:
Tom Baeyens
See Also:
Serialized Form

Field Summary
protected  String taskId
           
protected  String userId
           
 
Constructor Summary
DelegateTaskCmd(String taskId, String userId)
           
 
Method Summary
 Object execute(CommandContext commandContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

taskId

protected String taskId

userId

protected String userId
Constructor Detail

DelegateTaskCmd

public DelegateTaskCmd(String taskId,
                       String userId)
Method Detail

execute

public Object execute(CommandContext commandContext)
Specified by:
execute in interface Command<Object>


Copyright © 2014 camunda services GmbH. All Rights Reserved.