Uses of Class
org.springframework.cloud.dataflow.rest.resource.TaskExecutionResource
Packages that use 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
Methods in org.springframework.cloud.dataflow.rest.client that return TaskExecutionResourceModifier and TypeMethodDescriptionTaskOperations.taskExecutionStatus
(long id) Return theTaskExecutionResource
for the id specified.TaskTemplate.taskExecutionStatus
(long id) Methods in org.springframework.cloud.dataflow.rest.client that return types with arguments of type TaskExecutionResourceModifier 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
Methods in org.springframework.cloud.dataflow.rest.client.dsl.task that return types with arguments of type TaskExecutionResourceModifier 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
Methods in org.springframework.cloud.dataflow.rest.resource that return TaskExecutionResourceMethods in org.springframework.cloud.dataflow.rest.resource with parameters of type TaskExecutionResourceModifier and TypeMethodDescriptionvoid
TaskDefinitionResource.setLastTaskExecution
(TaskExecutionResource lastTaskExecution) -
Uses of TaskExecutionResource in org.springframework.cloud.dataflow.server.controller
Methods in org.springframework.cloud.dataflow.server.controller that return TaskExecutionResourceModifier and TypeMethodDescriptionView the details of a single task execution, specified by id.TaskExecutionController.viewByExternal
(String externalExecutionId, String platform) Methods in org.springframework.cloud.dataflow.server.controller that return types with arguments of type TaskExecutionResourceModifier 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