org.camunda.bpm.engine.impl.cmd
Class DelegateTaskCmd
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
taskId
protected String taskId
userId
protected String userId
DelegateTaskCmd
public DelegateTaskCmd(String taskId,
String userId)
execute
public Object execute(CommandContext commandContext)
- Specified by:
execute
in interface Command<Object>
Copyright © 2014 camunda services GmbH. All Rights Reserved.