Package | Description |
---|---|
org.springframework.cloud.dataflow.rest.client |
Defines the operations of the Spring Cloud Data Flow REST Client.
|
org.springframework.cloud.dataflow.server.controller |
Spring Cloud Data Flow Server Controllers.
|
Modifier and Type | Method and Description |
---|---|
org.springframework.hateoas.PagedModel<TaskExecutionThinResource> |
TaskOperations.thinExecutionList() |
org.springframework.hateoas.PagedModel<TaskExecutionThinResource> |
TaskOperations.thinExecutionListByTaskName(String taskName)
List task thin executions known to the system filtered by task name.
|
Modifier and Type | Method and Description |
---|---|
org.springframework.hateoas.PagedModel<TaskExecutionThinResource> |
TaskExecutionThinController.listTasks(org.springframework.data.domain.Pageable pageable,
org.springframework.data.web.PagedResourcesAssembler<org.springframework.cloud.dataflow.schema.AggregateTaskExecution> pagedAssembler) |
org.springframework.hateoas.PagedModel<TaskExecutionThinResource> |
TaskExecutionThinController.retrieveTasksByName(String taskName,
org.springframework.data.domain.Pageable pageable,
org.springframework.data.web.PagedResourcesAssembler<org.springframework.cloud.dataflow.schema.AggregateTaskExecution> pagedAssembler) |
Copyright © 2025 Pivotal Software, Inc.. All rights reserved.