@Generated(value="org.openapitools.codegen.languages.SpringCodegen", date="2025-07-17T03:06:34.173Z[Etc/UTC]") @Validated public interface DataSetControllerApi
| Modifier and Type | Method and Description |
|---|---|
org.springframework.http.ResponseEntity<LabelDto> |
addLabel(UUID dataSetId,
String name,
UUID dataSetListId,
Long modifiedWhen)
PUT /ds/{dataSetId}/label : addLabel
|
org.springframework.http.ResponseEntity<UUID> |
copy(UUID dataSetId,
String name)
PUT /ds/{dataSetId}/copy : Copy DS with name provided.
|
org.springframework.http.ResponseEntity<UUID> |
create(UUID dataSetListId,
String name,
Long modifiedWhen)
PUT /ds/{dataSetListId}/ds : Creates new DS with name provided.
|
org.springframework.http.ResponseEntity<Void> |
delete(UUID dataSetId,
UUID dataSetListId,
Long modifiedWhen)
DELETE /ds/{dataSetId} : Deletes selected DS.
|
org.springframework.http.ResponseEntity<Boolean> |
deleteLabel(UUID dataSetId,
UUID labelId,
UUID dataSetListId,
Long modifiedWhen)
DELETE /ds/{dataSetId}/label/{labelId} : deleteLabel
|
org.springframework.http.ResponseEntity<List<TableResponseDto>> |
getAffectedDataSets(UUID dataSetId)
GET /ds/{dataSetId}/affectedDatasets : Returns all affected dataSets by specified reference with pagination support.
|
org.springframework.http.ResponseEntity<List<Object>> |
getAffectedDataSetsByChangesDataSetReference(UUID dsReferenceId,
String full)
GET /ds/dsReferenceId/affected/by : Returns all affected dataSets by changes at reference value.
|
org.springframework.http.ResponseEntity<BigDecimal> |
getAffectedDataSetsCount(UUID dataSetId)
GET /ds/{dataSetId}/affectedDatasetsCount : Returns all affected dataSets count by specified reference.
|
org.springframework.http.ResponseEntity<DataSetTreeDto> |
getAtpContextFull(UUID dataSetId,
String evaluate,
String body)
POST /ds/{dataSetId}/atp : Returns dataSet by id in ITF format + atp macros
|
org.springframework.http.ResponseEntity<List<Object>> |
getAtpContextFullBulk(UUID dataSetId,
String evaluate,
Integer countOfEvaluates,
Map<String,String> requestBody)
POST /ds/{dataSetId}/atp/bulk : Returns dataSet by id in ITF format + atp macros
|
org.springframework.http.ResponseEntity<DataSetTreeDto> |
getAtpContextObject(UUID dataSetId,
String evaluate,
String body)
POST /ds/{dataSetId}/atp/object : Returns dataSet by id in ITF format + atp macros
|
org.springframework.http.ResponseEntity<List<Object>> |
getAtpContextObjectBulk(UUID dataSetId,
String evaluate,
Integer countOfEvaluates,
Map<String,String> requestBody)
POST /ds/{dataSetId}/atp/object/bulk : Returns dataSet by id in ITF format + atp macros
|
org.springframework.http.ResponseEntity<DataSetTreeDto> |
getAtpContextObjectExtended(UUID dataSetId,
String evaluate,
String body)
POST /ds/{dataSetId}/atp/objectExtended : Returns dataSet by id in ATP format + atp macros
|
org.springframework.http.ResponseEntity<DataSetTreeDto> |
getAtpContextOptimized(UUID dataSetId,
String evaluate,
String body)
POST /ds/{dataSetId}/atp/optimized : Returns dataSet by id in ITF format + atp macros
|
org.springframework.http.ResponseEntity<List<Object>> |
getAtpContextOptimizedBulk(UUID dataSetId,
String evaluate,
Integer countOfEvaluates,
Map<String,String> requestBody)
POST /ds/{dataSetId}/atp/optimized/bulk : Returns dataSet by id in ITF format + atp macros
|
org.springframework.http.ResponseEntity<Object> |
getDataSetById(UUID dataSetId)
GET /ds/{dataSetId} : Returns dataSet by id.
|
org.springframework.http.ResponseEntity<List<Object>> |
getDataSets()
GET /ds : Returns all dataSets.
|
org.springframework.http.ResponseEntity<PageAbstractEntityResponseDto> |
getDataSetsByName(String name,
UUID projectId,
Long offset,
Integer pageNumber,
Integer pageSize,
Boolean paged,
Boolean sortSorted,
Boolean sortUnsorted,
Boolean unpaged)
GET /ds/find-name-pagination : Returns all dataSets.
|
org.springframework.http.ResponseEntity<Object> |
getDataSetsForAtp(String dataSetId,
String evaluate,
String body)
POST /ds/{dataSetId}/legacy/atp : Returns dataSet by id in ITF format + atp macros
|
org.springframework.http.ResponseEntity<List<Object>> |
getDatasetsOrTableResponseAffectedByChangeParameterValue(UUID dataSetId,
UUID attributeId,
String full)
GET /ds/affected/by : Returns all affected datasets by changes at attribute.
|
org.springframework.http.ResponseEntity<List<ObjectShortResponseDto>> |
getDataSetsShort(UUID dataSetListId)
GET /ds/{dataSetListId}/short : Returns list of Datasets (id + name) for selected DSL.
|
org.springframework.http.ResponseEntity<Object> |
getInItfFormat(String dataSetId)
GET /ds/{dataSetId}/legacy/itf : Returns dataSet by id in ITF format: {attribute = parameter, attribute2 : {attribute = parameter2}}.
|
org.springframework.http.ResponseEntity<String> |
getItfContext(UUID dataSetId)
GET /ds/{dataSetId}/itf : Returns dataSet by id in ITF format + atp macros
|
org.springframework.http.ResponseEntity<List<LabelDto>> |
getLabels(UUID dataSetId)
GET /ds/{dataSetId}/label : getLabels
|
org.springframework.http.ResponseEntity<PairOfUUidAndIntDto> |
getPath(UUID dsId)
GET /ds/parent/path : returns visibility area and data set list ids
|
org.springframework.http.ResponseEntity<UiManAttributeDto> |
getUiAttribute(UUID dataSetId,
String evaluate,
List<UUID> UUID)
POST /ds/{dataSetId}/parameters : getUiAttribute
|
org.springframework.http.ResponseEntity<Void> |
lock(UUID dataSetListId,
Boolean locked,
Long modifiedWhen,
List<UUID> UUID)
POST /ds/lock/update : Lock DS from change.
|
org.springframework.http.ResponseEntity<Void> |
rename(UUID dataSetId,
String name,
UUID dataSetListId,
Long modifiedWhen)
POST /ds/{dataSetId} : Renames DS.
|
org.springframework.http.ResponseEntity<ParameterDto> |
resetOverriddenParameter(UUID dataSetId,
UUID targetAttrId,
UUID dataSetListId,
Long modifiedWhen,
List<UUID> UUID)
POST /ds/reset/by : Reset all selected datasets, at changed attribute.
|
org.springframework.http.ResponseEntity<Void> |
restAffectedDatasetsByChangesAttribute(UUID attributeId,
UUID dataSetListId,
Long modifiedWhen,
List<UUID> UUID)
POST /ds/reset/affected/by : Reset all selected datasets, at changed attribute
|
org.springframework.http.ResponseEntity<Boolean> |
restore(UUID dataSetListId,
Long modifiedWhen,
Object body)
POST /ds/restore : restore
|
org.springframework.http.ResponseEntity<Void> |
setPosition(UUID dataSetId,
Integer body)
POST /ds/{dataSetId}/position : Creates new list values for provided attribute by text.
|
@RequestMapping(method=PUT,
value="/ds/{dataSetId}/label",
produces="application/json")
org.springframework.http.ResponseEntity<LabelDto> addLabel(@PathVariable(value="dataSetId")
UUID dataSetId,
@NotNull @RequestParam(value="name",required=true)
String name,
@RequestParam(value="dataSetListId",required=false)
UUID dataSetListId,
@RequestParam(value="modifiedWhen",required=false)
Long modifiedWhen)
dataSetId - dataSetId (required)name - name (required)dataSetListId - dataSetListId (optional)modifiedWhen - modifiedWhen (optional)@RequestMapping(method=PUT,
value="/ds/{dataSetId}/copy",
produces="application/json")
org.springframework.http.ResponseEntity<UUID> copy(@PathVariable(value="dataSetId")
UUID dataSetId,
@NotNull @RequestParam(value="name",required=true)
String name)
dataSetId - dataSetId (required)name - name (required)@RequestMapping(method=PUT,
value="/ds/{dataSetListId}/ds",
produces="application/json")
org.springframework.http.ResponseEntity<UUID> create(@PathVariable(value="dataSetListId")
UUID dataSetListId,
@NotNull @RequestParam(value="name",required=true)
String name,
@RequestParam(value="modifiedWhen",required=false)
Long modifiedWhen)
dataSetListId - dataSetListId (required)name - name (required)modifiedWhen - modifiedWhen (optional)@RequestMapping(method=DELETE,
value="/ds/{dataSetId}")
org.springframework.http.ResponseEntity<Void> delete(@PathVariable(value="dataSetId")
UUID dataSetId,
@RequestParam(value="dataSetListId",required=false)
UUID dataSetListId,
@RequestParam(value="modifiedWhen",required=false)
Long modifiedWhen)
dataSetId - dataSetId (required)dataSetListId - dataSetListId (optional)modifiedWhen - modifiedWhen (optional)@RequestMapping(method=DELETE,
value="/ds/{dataSetId}/label/{labelId}",
produces="application/json")
org.springframework.http.ResponseEntity<Boolean> deleteLabel(@PathVariable(value="dataSetId")
UUID dataSetId,
@PathVariable(value="labelId")
UUID labelId,
@RequestParam(value="dataSetListId",required=false)
UUID dataSetListId,
@RequestParam(value="modifiedWhen",required=false)
Long modifiedWhen)
dataSetId - dataSetId (required)labelId - labelId (required)dataSetListId - dataSetListId (optional)modifiedWhen - modifiedWhen (optional)@RequestMapping(method=GET,
value="/ds/{dataSetId}/affectedDatasets",
produces="application/json")
org.springframework.http.ResponseEntity<List<TableResponseDto>> getAffectedDataSets(@PathVariable(value="dataSetId")
UUID dataSetId)
dataSetId - dataSetId (required)@RequestMapping(method=GET,
value="/ds/dsReferenceId/affected/by",
produces="application/json")
org.springframework.http.ResponseEntity<List<Object>> getAffectedDataSetsByChangesDataSetReference(@NotNull @RequestParam(value="dsReferenceId",required=true)
UUID dsReferenceId,
@RequestParam(value="full",required=false)
String full)
dsReferenceId - dsReferenceId (required)full - full (optional)@RequestMapping(method=GET,
value="/ds/{dataSetId}/affectedDatasetsCount",
produces="application/json")
org.springframework.http.ResponseEntity<BigDecimal> getAffectedDataSetsCount(@PathVariable(value="dataSetId")
UUID dataSetId)
dataSetId - dataSetId (required)@RequestMapping(method=POST,
value="/ds/{dataSetId}/atp",
produces="application/json",
consumes="application/json")
org.springframework.http.ResponseEntity<DataSetTreeDto> getAtpContextFull(@PathVariable(value="dataSetId")
UUID dataSetId,
@RequestParam(value="evaluate",required=false)
String evaluate,
@RequestBody(required=false)
String body)
dataSetId - dataSetId (required)evaluate - evaluate (optional)body - (optional)@RequestMapping(method=POST,
value="/ds/{dataSetId}/atp/bulk",
produces="application/json",
consumes="application/json")
org.springframework.http.ResponseEntity<List<Object>> getAtpContextFullBulk(@PathVariable(value="dataSetId")
UUID dataSetId,
@RequestParam(value="evaluate",required=false)
String evaluate,
@RequestParam(value="countOfEvaluates",required=false)
Integer countOfEvaluates,
@RequestBody(required=false)
Map<String,String> requestBody)
dataSetId - dataSetId (required)evaluate - evaluate (optional)countOfEvaluates - countOfEvaluates (optional)requestBody - (optional)@RequestMapping(method=POST,
value="/ds/{dataSetId}/atp/object",
produces="application/json",
consumes="application/json")
org.springframework.http.ResponseEntity<DataSetTreeDto> getAtpContextObject(@PathVariable(value="dataSetId")
UUID dataSetId,
@RequestParam(value="evaluate",required=false)
String evaluate,
@RequestBody(required=false)
String body)
dataSetId - dataSetId (required)evaluate - evaluate (optional)body - (optional)@RequestMapping(method=POST,
value="/ds/{dataSetId}/atp/object/bulk",
produces="application/json",
consumes="application/json")
org.springframework.http.ResponseEntity<List<Object>> getAtpContextObjectBulk(@PathVariable(value="dataSetId")
UUID dataSetId,
@RequestParam(value="evaluate",required=false)
String evaluate,
@RequestParam(value="countOfEvaluates",required=false)
Integer countOfEvaluates,
@RequestBody(required=false)
Map<String,String> requestBody)
dataSetId - dataSetId (required)evaluate - evaluate (optional)countOfEvaluates - countOfEvaluates (optional)requestBody - (optional)@RequestMapping(method=POST,
value="/ds/{dataSetId}/atp/objectExtended",
produces="application/json",
consumes="application/json")
org.springframework.http.ResponseEntity<DataSetTreeDto> getAtpContextObjectExtended(@PathVariable(value="dataSetId")
UUID dataSetId,
@RequestParam(value="evaluate",required=false)
String evaluate,
@RequestBody(required=false)
String body)
dataSetId - dataSetId (required)evaluate - evaluate (optional)body - (optional)@RequestMapping(method=POST,
value="/ds/{dataSetId}/atp/optimized",
produces="application/json",
consumes="application/json")
org.springframework.http.ResponseEntity<DataSetTreeDto> getAtpContextOptimized(@PathVariable(value="dataSetId")
UUID dataSetId,
@RequestParam(value="evaluate",required=false)
String evaluate,
@RequestBody(required=false)
String body)
dataSetId - dataSetId (required)evaluate - evaluate (optional)body - (optional)@RequestMapping(method=POST,
value="/ds/{dataSetId}/atp/optimized/bulk",
produces="application/json",
consumes="application/json")
org.springframework.http.ResponseEntity<List<Object>> getAtpContextOptimizedBulk(@PathVariable(value="dataSetId")
UUID dataSetId,
@RequestParam(value="evaluate",required=false)
String evaluate,
@RequestParam(value="countOfEvaluates",required=false)
Integer countOfEvaluates,
@RequestBody(required=false)
Map<String,String> requestBody)
dataSetId - dataSetId (required)evaluate - evaluate (optional)countOfEvaluates - countOfEvaluates (optional)requestBody - (optional)@RequestMapping(method=GET,
value="/ds/{dataSetId}",
produces="application/json")
org.springframework.http.ResponseEntity<Object> getDataSetById(@PathVariable(value="dataSetId")
UUID dataSetId)
dataSetId - dataSetId (required)@RequestMapping(method=GET,
value="/ds",
produces="application/json")
org.springframework.http.ResponseEntity<List<Object>> getDataSets()
@RequestMapping(method=GET,
value="/ds/find-name-pagination",
produces="application/json")
org.springframework.http.ResponseEntity<PageAbstractEntityResponseDto> getDataSetsByName(@NotNull @RequestParam(value="name",required=true)
String name,
@NotNull @RequestParam(value="projectId",required=true)
UUID projectId,
@RequestParam(value="offset",required=false)
Long offset,
@RequestParam(value="pageNumber",required=false)
Integer pageNumber,
@RequestParam(value="pageSize",required=false)
Integer pageSize,
@RequestParam(value="paged",required=false)
Boolean paged,
@RequestParam(value="sort.sorted",required=false)
Boolean sortSorted,
@RequestParam(value="sort.unsorted",required=false)
Boolean sortUnsorted,
@RequestParam(value="unpaged",required=false)
Boolean unpaged)
name - name (required)projectId - projectId (required)offset - (optional)pageNumber - (optional)pageSize - (optional)paged - (optional)sortSorted - (optional)sortUnsorted - (optional)unpaged - (optional)@RequestMapping(method=POST,
value="/ds/{dataSetId}/legacy/atp",
produces="application/json",
consumes="application/json")
org.springframework.http.ResponseEntity<Object> getDataSetsForAtp(@PathVariable(value="dataSetId")
String dataSetId,
@RequestParam(value="evaluate",required=false)
String evaluate,
@RequestBody(required=false)
String body)
dataSetId - dataSetId (required)evaluate - evaluate (optional)body - (optional)@RequestMapping(method=GET,
value="/ds/{dataSetListId}/short",
produces="application/json")
org.springframework.http.ResponseEntity<List<ObjectShortResponseDto>> getDataSetsShort(@PathVariable(value="dataSetListId")
UUID dataSetListId)
dataSetListId - dataSetListId (required)@RequestMapping(method=GET,
value="/ds/affected/by",
produces="application/json")
org.springframework.http.ResponseEntity<List<Object>> getDatasetsOrTableResponseAffectedByChangeParameterValue(@NotNull @RequestParam(value="dataSetId",required=true)
UUID dataSetId,
@NotNull @RequestParam(value="attributeId",required=true)
UUID attributeId,
@RequestParam(value="full",required=false)
String full)
dataSetId - dataSetId (required)attributeId - attributeId (required)full - full (optional)@RequestMapping(method=GET,
value="/ds/{dataSetId}/legacy/itf",
produces="application/json")
org.springframework.http.ResponseEntity<Object> getInItfFormat(@PathVariable(value="dataSetId")
String dataSetId)
dataSetId - dataSetId (required)@RequestMapping(method=GET,
value="/ds/{dataSetId}/itf",
produces="application/json")
org.springframework.http.ResponseEntity<String> getItfContext(@PathVariable(value="dataSetId")
UUID dataSetId)
dataSetId - dataSetId (required)@RequestMapping(method=GET,
value="/ds/{dataSetId}/label",
produces="application/json")
org.springframework.http.ResponseEntity<List<LabelDto>> getLabels(@PathVariable(value="dataSetId")
UUID dataSetId)
dataSetId - dataSetId (required)@RequestMapping(method=GET,
value="/ds/parent/path",
produces="application/json")
org.springframework.http.ResponseEntity<PairOfUUidAndIntDto> getPath(@NotNull @RequestParam(value="dsId",required=true)
UUID dsId)
dsId - dsId (required)@RequestMapping(method=POST,
value="/ds/{dataSetId}/parameters",
produces="application/json",
consumes="application/json")
org.springframework.http.ResponseEntity<UiManAttributeDto> getUiAttribute(@PathVariable(value="dataSetId")
UUID dataSetId,
@RequestParam(value="evaluate",required=false)
String evaluate,
@RequestBody(required=false)
List<UUID> UUID)
dataSetId - dataSetId (required)evaluate - evaluate (optional)UUID - (optional)@RequestMapping(method=POST,
value="/ds/lock/update",
consumes="application/json")
org.springframework.http.ResponseEntity<Void> lock(@NotNull @RequestParam(value="dataSetListId",required=true)
UUID dataSetListId,
@NotNull @RequestParam(value="locked",required=true)
Boolean locked,
@RequestParam(value="modifiedWhen",required=false)
Long modifiedWhen,
@RequestBody(required=false)
List<UUID> UUID)
dataSetListId - dataSetListId (required)locked - locked ds flag (required)modifiedWhen - modifiedWhen (optional)UUID - (optional)@RequestMapping(method=POST,
value="/ds/{dataSetId}")
org.springframework.http.ResponseEntity<Void> rename(@PathVariable(value="dataSetId")
UUID dataSetId,
@NotNull @RequestParam(value="name",required=true)
String name,
@RequestParam(value="dataSetListId",required=false)
UUID dataSetListId,
@RequestParam(value="modifiedWhen",required=false)
Long modifiedWhen)
dataSetId - dataSetId (required)name - name (required)dataSetListId - dataSetListId (optional)modifiedWhen - modifiedWhen (optional)@RequestMapping(method=POST,
value="/ds/reset/by",
produces="application/json",
consumes="application/json")
org.springframework.http.ResponseEntity<ParameterDto> resetOverriddenParameter(@NotNull @RequestParam(value="dataSetId",required=true)
UUID dataSetId,
@NotNull @RequestParam(value="targetAttrId",required=true)
UUID targetAttrId,
@RequestParam(value="dataSetListId",required=false)
UUID dataSetListId,
@RequestParam(value="modifiedWhen",required=false)
Long modifiedWhen,
@RequestBody(required=false)
List<UUID> UUID)
dataSetId - dataSetId (required)targetAttrId - targetAttrId (required)dataSetListId - dataSetListId (optional)modifiedWhen - modifiedWhen (optional)UUID - (optional)@RequestMapping(method=POST,
value="/ds/reset/affected/by",
consumes="application/json")
org.springframework.http.ResponseEntity<Void> restAffectedDatasetsByChangesAttribute(@RequestParam(value="attributeId",required=false)
UUID attributeId,
@RequestParam(value="dataSetListId",required=false)
UUID dataSetListId,
@RequestParam(value="modifiedWhen",required=false)
Long modifiedWhen,
@RequestBody(required=false)
List<UUID> UUID)
attributeId - attributeId (optional)dataSetListId - dataSetListId (optional)modifiedWhen - modifiedWhen (optional)UUID - (optional)@RequestMapping(method=POST,
value="/ds/restore",
produces="application/json",
consumes="application/json")
org.springframework.http.ResponseEntity<Boolean> restore(@RequestParam(value="dataSetListId",required=false)
UUID dataSetListId,
@RequestParam(value="modifiedWhen",required=false)
Long modifiedWhen,
@RequestBody(required=false)
Object body)
dataSetListId - dataSetListId (optional)modifiedWhen - modifiedWhen (optional)body - (optional)@RequestMapping(method=POST,
value="/ds/{dataSetId}/position",
consumes="application/json")
org.springframework.http.ResponseEntity<Void> setPosition(@PathVariable(value="dataSetId")
UUID dataSetId,
@RequestBody(required=false)
Integer body)
dataSetId - dataSetId (required)body - (optional)Copyright © 2025. All rights reserved.