Class GetSubTasksCommand

    • Constructor Detail

      • GetSubTasksCommand

        public GetSubTasksCommand()
      • GetSubTasksCommand

        public GetSubTasksCommand​(Long parentId)
      • GetSubTasksCommand

        public GetSubTasksCommand​(Long parentId,
                                  String userId)
    • Method Detail

      • getParentId

        public Long getParentId()
      • setParentId

        public void setParentId​(Long parentId)
      • execute

        public List<org.kie.api.task.model.TaskSummary> execute​(org.kie.api.runtime.Context cntxt)
        Specified by:
        execute in interface org.kie.api.command.ExecutableCommand<List<org.kie.api.task.model.TaskSummary>>
        Overrides:
        execute in class UserGroupCallbackTaskCommand<List<org.kie.api.task.model.TaskSummary>>