Uses of Class
org.qubership.atp.tdm.controllers.api.dto.actions.RestApiRequestDto
Packages that use RestApiRequestDto
Package
Description
-
Uses of RestApiRequestDto in org.qubership.atp.tdm.controllers.api
Methods in org.qubership.atp.tdm.controllers.api with parameters of type RestApiRequestDtoModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<List<ResponseMessageDto>> AtpActionControllerApi.addInfoToRow(@Valid RestApiRequestDto restApiRequestDto) POST /api/tdm/rest/add-info-to-row : ATP Action.org.springframework.http.ResponseEntity<List<ResponseMessageDto>> AtpActionControllerApi.getMultipleColumnTestData(@Valid RestApiRequestDto restApiRequestDto) POST /api/tdm/rest/get-records : ATP Action.org.springframework.http.ResponseEntity<List<ResponseMessageDto>> AtpActionControllerApi.getTestData(@Valid RestApiRequestDto restApiRequestDto) POST /api/tdm/rest/get-record : ATP Action.org.springframework.http.ResponseEntity<ResponseMessageDto> AtpActionControllerApi.insertTestData(@Valid RestApiRequestDto restApiRequestDto) POST /api/tdm/rest/insert-records : ATP Action.org.springframework.http.ResponseEntity<List<ResponseMessageDto>> AtpActionControllerApi.occupyTestData(@Valid RestApiRequestDto restApiRequestDto) POST /api/tdm/rest/occupy-records : ATP Action.org.springframework.http.ResponseEntity<List<ResponseMessageDto>> AtpActionControllerApi.occupyTestDataFullRow(@Valid RestApiRequestDto restApiRequestDto) POST /api/tdm/rest/occupy-records-full-row : ATP Action.org.springframework.http.ResponseEntity<List<ResponseMessageDto>> AtpActionControllerApi.refreshTables(@Valid RestApiRequestDto restApiRequestDto) POST /api/tdm/rest/refresh-tables : ATP Action.org.springframework.http.ResponseEntity<List<ResponseMessageDto>> AtpActionControllerApi.releaseFullTestData(@Valid RestApiRequestDto restApiRequestDto) POST /api/tdm/rest/release-records/bulk : ATP Action.org.springframework.http.ResponseEntity<List<ResponseMessageDto>> AtpActionControllerApi.releaseTestData(@Valid RestApiRequestDto restApiRequestDto) POST /api/tdm/rest/release-records : ATP Action.org.springframework.http.ResponseEntity<List<ResponseMessageDto>> AtpActionControllerApi.runCleanupForTable(@Valid RestApiRequestDto restApiRequestDto) POST /api/tdm/rest/run-cleanup-table : ATP Action.org.springframework.http.ResponseEntity<List<ResponseMessageDto>> AtpActionControllerApi.truncateTable(@Valid RestApiRequestDto restApiRequestDto) POST /api/tdm/rest/truncate-table : ATP Action.org.springframework.http.ResponseEntity<List<ResponseMessageDto>> AtpActionControllerApi.updateTestData(@Valid RestApiRequestDto restApiRequestDto) POST /api/tdm/rest/update-records : ATP Action. -
Uses of RestApiRequestDto in org.qubership.atp.tdm.controllers.api.dto.actions
Methods in org.qubership.atp.tdm.controllers.api.dto.actions that return RestApiRequestDtoModifier and TypeMethodDescriptionRestApiRequestDto.addAddInfoToRowRequestsItem(AddInfoToRowRequestDto addInfoToRowRequestsItem) RestApiRequestDto.addGetRowRequestsItem(GetRowRequestDto getRowRequestsItem) RestApiRequestDto.addInfoToRowRequests(List<AddInfoToRowRequestDto> addInfoToRowRequests) RestApiRequestDto.addInsertRecordsItem(Map<String, Object> insertRecordsItem) RestApiRequestDto.addOccupyFullRowRequestsItem(OccupyFullRowRequestDto occupyFullRowRequestsItem) RestApiRequestDto.addOccupyRowRequestsItem(OccupyRowRequestDto occupyRowRequestsItem) RestApiRequestDto.addReleaseRowRequestsItem(ReleaseRowRequestDto releaseRowRequestsItem) RestApiRequestDto.addUpdateRowRequestsItem(UpdateRowRequestDto updateRowRequestsItem) RestApiRequestDto.environment(Object environment) RestApiRequestDto.getRowRequests(List<GetRowRequestDto> getRowRequests) RestApiRequestDto.insertRecords(List<Map<String, Object>> insertRecords) RestApiRequestDto.occupyFullRowRequests(List<OccupyFullRowRequestDto> occupyFullRowRequests) RestApiRequestDto.occupyRowRequests(List<OccupyRowRequestDto> occupyRowRequests) RestApiRequestDto.projectName(String projectName) RestApiRequestDto.releaseRowRequests(List<ReleaseRowRequestDto> releaseRowRequests) RestApiRequestDto.systemName(String systemName) RestApiRequestDto.titleTable(String titleTable) RestApiRequestDto.updateRowRequests(List<UpdateRowRequestDto> updateRowRequests)