Uses of Class
org.springframework.cloud.dataflow.rest.job.TaskJobExecutionRel
Packages that use TaskJobExecutionRel
Package
Description
Spring Cloud Data Flow REST HATEOAS Resource support.
Spring Cloud Data Flow Server Controllers.
-
Uses of TaskJobExecutionRel in org.springframework.cloud.dataflow.rest.resource
Constructors in org.springframework.cloud.dataflow.rest.resource with parameters of type TaskJobExecutionRelModifierConstructorDescriptionTaskExecutionResource(TaskJobExecutionRel taskJobExecutionRel) Constructor to initialize the TaskExecutionResource usingTaskJobExecutionRel. -
Uses of TaskJobExecutionRel in org.springframework.cloud.dataflow.server.controller
Method parameters in org.springframework.cloud.dataflow.server.controller with type arguments of type TaskJobExecutionRelModifier 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 ofTaskExecutionResourcedefined 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