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 |
---|---|
CompletionProposalsResource |
CompletionTemplate.streamCompletions(String prefix,
int levelOfDetail) |
CompletionProposalsResource |
CompletionOperations.streamCompletions(String prefix,
int levelOfDetail)
Return the list of streamCompletions that are compatible with the given DSL prefix.
|
CompletionProposalsResource |
CompletionTemplate.taskCompletions(String prefix,
int levelOfDetail) |
CompletionProposalsResource |
CompletionOperations.taskCompletions(String prefix,
int levelOfDetail)
Return the list of taskCompletions that are compatible with the given DSL prefix.
|
Modifier and Type | Method and Description |
---|---|
CompletionProposalsResource |
CompletionController.completions(String start,
@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.
|
CompletionProposalsResource |
CompletionController.taskCompletions(String start,
@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.
|
Copyright © 2023 Pivotal Software, Inc.. All rights reserved.