Package org.activiti.engine.impl.cmd
Class GetTaskEventCmd
- java.lang.Object
-
- org.activiti.engine.impl.cmd.GetTaskEventCmd
-
public class GetTaskEventCmd extends java.lang.Object implements Command<Event>, java.io.Serializable
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.StringeventId
-
Constructor Summary
Constructors Constructor Description GetTaskEventCmd(java.lang.String eventId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Eventexecute(CommandContext commandContext)
-
-
-
Method Detail
-
execute
public Event execute(CommandContext commandContext)
-
-