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

java.lang.Object
  extended by org.camunda.bpm.engine.impl.cmd.CreateTaskCmd
All Implemented Interfaces:
Command<Task>

public class CreateTaskCmd
extends Object
implements Command<Task>

Author:
Roman Smirnov

Field Summary
protected  String taskId
           
 
Constructor Summary
CreateTaskCmd(String taskId)
           
 
Method Summary
protected  void checkCreateTask(CommandContext commandContext)
           
 Task 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
Constructor Detail

CreateTaskCmd

public CreateTaskCmd(String taskId)
Method Detail

execute

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

checkCreateTask

protected void checkCreateTask(CommandContext commandContext)


Copyright © 2017 camunda services GmbH. All rights reserved.