Uses of Class
org.springframework.cloud.dataflow.rest.resource.TaskDefinitionResource
Package
Description
Defines the operations of the Spring Cloud Data Flow REST Client.
Spring Cloud Data Flow Server configuration classes.
Spring Cloud Data Flow Server Controllers.
-
Uses of TaskDefinitionResource in org.springframework.cloud.dataflow.rest.client
Modifier and TypeMethodDescriptionCreate a new task definitionModifier and TypeMethodDescriptionorg.springframework.hateoas.PagedModel<TaskDefinitionResource>
TaskOperations.list()
-
Uses of TaskDefinitionResource in org.springframework.cloud.dataflow.server.config
Modifier and TypeMethodDescriptionDataFlowControllerAutoConfiguration.TaskEnabledConfiguration.taskDefinitionController
(DataflowTaskExplorer taskExplorer, TaskDefinitionRepository repository, TaskSaveService taskSaveService, TaskDeleteService taskDeleteService, TaskDefinitionAssemblerProvider<? extends TaskDefinitionResource> taskDefinitionAssemblerProvider) -
Uses of TaskDefinitionResource in org.springframework.cloud.dataflow.server.controller
Modifier and TypeMethodDescriptionReturn a given task definition resource.Register a task definition for future execution.Modifier and TypeMethodDescriptionorg.springframework.hateoas.PagedModel<? extends TaskDefinitionResource>
TaskDefinitionController.list
(org.springframework.data.domain.Pageable pageable, String taskName, String description, boolean manifest, String dslText, org.springframework.data.web.PagedResourcesAssembler<TaskExecutionAwareTaskDefinition> assembler) Return a page-able list ofTaskDefinitionResource
defined tasks.ModifierConstructorDescriptionTaskDefinitionController
(DataflowTaskExplorer taskExplorer, TaskDefinitionRepository repository, TaskSaveService taskSaveService, TaskDeleteService taskDeleteService, TaskDefinitionAssemblerProvider<? extends TaskDefinitionResource> taskDefinitionAssemblerProvider) Creates aTaskDefinitionController
that delegates CRUD operations to the providedTaskDefinitionRepository
task status checks to the providedTaskLauncher
-
Uses of TaskDefinitionResource in org.springframework.cloud.dataflow.server.controller.assembler
Modifier and TypeClassDescriptionclass
RepresentationModelAssembler
implementation that convertsTaskDefinition
s toTaskDefinitionResource
s.interface
The interface that returns theRepresentationModelAssembler
for any type which extendsTaskDefinitionResource
.