Uses of Class
co.yellowdog.platform.model.Task
Packages that use Task
Package
Description
Provides the classes needed to interact with the YellowDog Scheduler service.
Provides the types that define the YellowDog Platform data model.
Provides custom validators containing extended validation logic for certain model types
-
Uses of Task in co.yellowdog.platform.clients.scheduler
Methods in co.yellowdog.platform.clients.scheduler that return TaskModifier and TypeMethodDescriptionWorkClient.cancelTask
(Task task, boolean abort) Instructs the Scheduler to cancel the specified task.WorkClient.cancelTask
(String taskId, boolean abort) Instructs the Scheduler to cancel the specified task.WorkClientImpl.cancelTask
(@NonNull Task task, boolean abort) WorkClientImpl.cancelTask
(@NonNull String taskId, boolean abort) Gets the latest state of the supplied task.Gets the latest state of the supplied task.Methods in co.yellowdog.platform.clients.scheduler that return types with arguments of type TaskModifier and TypeMethodDescriptionWorkClient.addTasksToTaskGroup
(TaskGroup taskGroup, List<Task> tasks) Submits NEW tasks to the YellowDog Scheduler service to be added to the specified task group.WorkClient.addTasksToTaskGroup
(String namespace, String workRequirementName, String taskGroupName, List<Task> tasks) Submits NEW tasks to the YellowDog Scheduler service to be added to the specified task group.WorkClient.addTasksToTaskGroup
(String taskGroupId, List<Task> tasks) Submits NEW tasks to the YellowDog Scheduler service to be added to the specified task group.WorkClientImpl.addTasksToTaskGroup
(@NonNull TaskGroup taskGroup, @NonNull List<Task> tasks) WorkClientImpl.addTasksToTaskGroup
(@NonNull String namespace, @NonNull String workRequirementName, @NonNull String taskGroupName, @NonNull List<Task> tasks) WorkClientImpl.addTasksToTaskGroup
(@NonNull String taskGroupId, @NonNull List<Task> tasks) WorkClient.findTasks
(TaskSearch search) Deprecated, for removal: This API element is subject to removal in a future version.WorkClient.findTasks
(TaskSearch search, SliceReference sliceReference) Deprecated, for removal: This API element is subject to removal in a future version.useWorkClient.getTasks(TaskSearch)
instead to search tasks.WorkClientImpl.findTasks
(@NonNull TaskSearch search) WorkClientImpl.findTasks
(@NonNull TaskSearch search, @NonNull SliceReference sliceReference) WorkClient.getTasks
(TaskSearch search) Returns aSearchClient
that offers the ability to search tasks.WorkClientImpl.getTasks
(TaskSearch search) WorkClient.streamTasks
(TaskSearch search) Deprecated, for removal: This API element is subject to removal in a future version.useWorkClient.getTasks(TaskSearch)
instead to search tasks.WorkClientImpl.streamTasks
(@NonNull TaskSearch search) Methods in co.yellowdog.platform.clients.scheduler with parameters of type TaskModifier and TypeMethodDescriptionWorkClient.cancelTask
(Task task, boolean abort) Instructs the Scheduler to cancel the specified task.WorkClientImpl.cancelTask
(@NonNull Task task, boolean abort) Gets the latest state of the supplied task.Method parameters in co.yellowdog.platform.clients.scheduler with type arguments of type TaskModifier and TypeMethodDescriptionWorkClient.addTasksToTaskGroup
(TaskGroup taskGroup, List<Task> tasks) Submits NEW tasks to the YellowDog Scheduler service to be added to the specified task group.WorkClient.addTasksToTaskGroup
(String namespace, String workRequirementName, String taskGroupName, List<Task> tasks) Submits NEW tasks to the YellowDog Scheduler service to be added to the specified task group.WorkClient.addTasksToTaskGroup
(String taskGroupId, List<Task> tasks) Submits NEW tasks to the YellowDog Scheduler service to be added to the specified task group.WorkClientImpl.addTasksToTaskGroup
(@NonNull TaskGroup taskGroup, @NonNull List<Task> tasks) WorkClientImpl.addTasksToTaskGroup
(@NonNull String namespace, @NonNull String workRequirementName, @NonNull String taskGroupName, @NonNull List<Task> tasks) WorkClientImpl.addTasksToTaskGroup
(@NonNull String taskGroupId, @NonNull List<Task> tasks) -
Uses of Task in co.yellowdog.platform.model
Subclasses with type arguments of type Task in co.yellowdog.platform.modelModifier and TypeClassDescriptionstatic class
A builder that can be used to build a new Task that is automatically validated on build.Methods in co.yellowdog.platform.model that return Task -
Uses of Task in co.yellowdog.platform.model.validation.customvalidators
Subclasses with type arguments of type Task in co.yellowdog.platform.model.validation.customvalidators
WorkClient.getTasks(TaskSearch)
instead to search tasks.