Package org.activiti.engine.impl.cmd
Class NewTaskCmd
- java.lang.Object
-
- org.activiti.engine.impl.cmd.NewTaskCmd
-
public class NewTaskCmd extends java.lang.Object implements Command<Task>, java.io.Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NewTaskCmd(java.lang.String taskId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Taskexecute(CommandContext commandContext)
-
-
-
Method Detail
-
execute
public Task execute(CommandContext commandContext)
-
-