Package org.activiti.engine.impl.cmd
Class GetSubTasksCmd
- java.lang.Object
-
- org.activiti.engine.impl.cmd.GetSubTasksCmd
-
- All Implemented Interfaces:
Serializable,Command<List<Task>>
public class GetSubTasksCmd extends Object implements Command<List<Task>>, Serializable
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected StringparentTaskId
-
Constructor Summary
Constructors Constructor Description GetSubTasksCmd(String parentTaskId)
-