Uses of Class
org.springframework.cloud.dataflow.rest.resource.TaskExecutionThinResource
Package
Description
Defines the operations of the Spring Cloud Data Flow REST Client.
Spring Cloud Data Flow Server Controllers.
-
Uses of TaskExecutionThinResource in org.springframework.cloud.dataflow.rest.client
Modifier and TypeMethodDescriptionorg.springframework.hateoas.PagedModel<TaskExecutionThinResource>
TaskOperations.thinExecutionList()
org.springframework.hateoas.PagedModel<TaskExecutionThinResource>
TaskTemplate.thinExecutionList()
org.springframework.hateoas.PagedModel<TaskExecutionThinResource>
TaskOperations.thinExecutionListByTaskName
(String taskName) List task executions filtered by task name.org.springframework.hateoas.PagedModel<TaskExecutionThinResource>
TaskTemplate.thinExecutionListByTaskName
(String taskName) -
Uses of TaskExecutionThinResource in org.springframework.cloud.dataflow.server.controller
Modifier and TypeMethodDescriptionorg.springframework.hateoas.PagedModel<TaskExecutionThinResource>
TaskExecutionThinController.listTasks
(org.springframework.data.domain.Pageable pageable, org.springframework.data.web.PagedResourcesAssembler<ThinTaskExecution> pagedAssembler) org.springframework.hateoas.PagedModel<TaskExecutionThinResource>
TaskExecutionThinController.retrieveTasksByName
(String taskName, org.springframework.data.domain.Pageable pageable, org.springframework.data.web.PagedResourcesAssembler<ThinTaskExecution> pagedAssembler)