Uses of Class
org.springframework.cloud.dataflow.rest.resource.CompletionProposalsResource
Package
Description
Defines the operations of the Spring Cloud Data Flow REST Client.
Spring Cloud Data Flow Server Controllers.
-
Uses of CompletionProposalsResource in org.springframework.cloud.dataflow.rest.client
Modifier and TypeMethodDescriptionCompletionOperations.streamCompletions
(String prefix, int levelOfDetail) Return the list of streamCompletions that are compatible with the given DSL prefix.CompletionTemplate.streamCompletions
(String prefix, int levelOfDetail) CompletionOperations.taskCompletions
(String prefix, int levelOfDetail) Return the list of taskCompletions that are compatible with the given DSL prefix.CompletionTemplate.taskCompletions
(String prefix, int levelOfDetail) -
Uses of CompletionProposalsResource in org.springframework.cloud.dataflow.server.controller
Modifier and TypeMethodDescriptionCompletionController.completions
(String start, @jakarta.validation.constraints.Min(value=1L, message="The provided detail level must be greater than zero.") int detailLevel) Return a list of possible completions given a prefix string that the user has started typing.CompletionController.taskCompletions
(String start, @jakarta.validation.constraints.Min(value=1L, message="The provided detail level must be greater than zero.") int detailLevel) Return a list of possible completions given a prefix string that the user has started typing.