Uses of Class
org.springframework.cloud.dataflow.rest.resource.TaskExecutionResource
Package
Description
Defines the operations of the Spring Cloud Data Flow REST Client.
Spring Cloud Data Flow REST HATEOAS Resource support.
Spring Cloud Data Flow Server Controllers.
-
Uses of TaskExecutionResource in org.springframework.cloud.dataflow.rest.client
Modifier and TypeMethodDescriptionTaskOperations.taskExecutionStatus
(long id) Return theTaskExecutionResource
for the id specified.TaskTemplate.taskExecutionStatus
(long id) Modifier and TypeMethodDescriptionorg.springframework.hateoas.PagedModel<TaskExecutionResource>
TaskOperations.executionList()
org.springframework.hateoas.PagedModel<TaskExecutionResource>
TaskOperations.executionListByTaskName
(String taskName) List task executions known to the system filtered by task name. -
Uses of TaskExecutionResource in org.springframework.cloud.dataflow.rest.client.dsl.task
Modifier and TypeMethodDescriptionTask.composedTaskChildExecution
(String childTaskName) Retrieve task executions for child task name associated with this task's instance.Task.execution
(long executionId) Retrieve task execution by Id.Task.executionByParentExecutionId
(long parentExecutionId) FindTaskExecutionResource
by a parent execution id.Task.executions()
List task executions for this task. -
Uses of TaskExecutionResource in org.springframework.cloud.dataflow.rest.resource
Modifier and TypeMethodDescriptionvoid
TaskDefinitionResource.setLastTaskExecution
(TaskExecutionResource lastTaskExecution) -
Uses of TaskExecutionResource in org.springframework.cloud.dataflow.server.controller
Modifier and TypeMethodDescriptionView the details of a single task execution, specified by id.TaskExecutionController.viewByExternal
(String externalExecutionId, String platform) Modifier and TypeMethodDescriptionorg.springframework.hateoas.PagedModel<TaskExecutionResource>
TaskExecutionController.list
(org.springframework.data.domain.Pageable pageable, org.springframework.data.web.PagedResourcesAssembler<TaskJobExecutionRel> assembler) Return a page-able list ofTaskExecutionResource
defined tasks.org.springframework.hateoas.PagedModel<TaskExecutionResource>
TaskExecutionController.retrieveTasksByName
(String taskName, org.springframework.data.domain.Pageable pageable, org.springframework.data.web.PagedResourcesAssembler<TaskJobExecutionRel> assembler) Retrieve all task executions with the task name specified