@Generated(value="org.openapitools.codegen.languages.SpringCodegen", date="2025-10-22T13:00:23.123Z[Etc/UTC]") @Validated public interface ContextControllerApi
| Modifier and Type | Method and Description |
|---|---|
org.springframework.http.ResponseEntity<List<List<Object>>> |
getContextProperties(@NotNull @Valid String contextId,
@NotNull @Valid UUID projectUuid)
GET /context/getProperties : getContextProperties
|
org.springframework.http.ResponseEntity<String> |
getContextVariables(@NotNull @Valid String contextId,
@NotNull @Valid UUID projectUuid)
GET /context/getContextVariables : getContextVariables
|
org.springframework.http.ResponseEntity<Map<String,Integer>> |
getCurrentPartitionNumbers()
GET /partition/current : getCurrentPartitionNumbers
|
org.springframework.http.ResponseEntity<Set<String>> |
getKeys(@NotNull @Valid String contextId,
@NotNull @Valid UUID projectUuid)
GET /context/getKeys : getKeys
|
@RequestMapping(method=GET,
value="/context/getProperties",
produces="application/json")
org.springframework.http.ResponseEntity<List<List<Object>>> getContextProperties(@NotNull @Valid @RequestParam(value="contextId",required=true)
@NotNull @Valid String contextId,
@NotNull @Valid @RequestParam(value="projectUuid",required=true)
@NotNull @Valid UUID projectUuid)
contextId - contextId (required)projectUuid - projectUuid (required)@RequestMapping(method=GET,
value="/context/getContextVariables",
produces="text/plain")
org.springframework.http.ResponseEntity<String> getContextVariables(@NotNull @Valid @RequestParam(value="contextId",required=true)
@NotNull @Valid String contextId,
@NotNull @Valid @RequestParam(value="projectUuid",required=true)
@NotNull @Valid UUID projectUuid)
contextId - contextId (required)projectUuid - projectUuid (required)@RequestMapping(method=GET,
value="/partition/current",
produces="application/json")
org.springframework.http.ResponseEntity<Map<String,Integer>> getCurrentPartitionNumbers()
@RequestMapping(method=GET,
value="/context/getKeys",
produces="application/json")
org.springframework.http.ResponseEntity<Set<String>> getKeys(@NotNull @Valid @RequestParam(value="contextId",required=true)
@NotNull @Valid String contextId,
@NotNull @Valid @RequestParam(value="projectUuid",required=true)
@NotNull @Valid UUID projectUuid)
contextId - contextId (required)projectUuid - projectUuid (required)Copyright © 2025. All rights reserved.