public class GetSubTasksCmd extends Object implements Command<List<Task>>, Serializable
Modifier and Type | Field and Description |
---|---|
protected String |
parentTaskId |
Constructor and Description |
---|
GetSubTasksCmd(String parentTaskId) |
protected String parentTaskId
public GetSubTasksCmd(String parentTaskId)
public List<Task> execute(CommandContext commandContext)
execute
in interface BaseCommand<List<Task>,CommandContext>
execute
in interface Command<List<Task>>
Copyright © 2016 Flowable. All rights reserved.