Interface DefaultClassificationValuesApi
- All Known Subinterfaces:
DefaultClassificationValuesApiClient
public interface DefaultClassificationValuesApi
-
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<String>org.springframework.http.ResponseEntity<DeclassificationDateRecalculationProcessPaging>org.springframework.http.ResponseEntity<DeclassificationDateRecalculationProcessEntry>declassificationDateRecalculationProcessesPost(@Valid DeclassificationDateRecalculationProcessBody declassificationDateRecalculationProcess) org.springframework.http.ResponseEntity<DeclassificationDateRecalculationProcessEntry>
-
Method Details
-
calculateDefaultDeclassificationDate
-
declassificationDateRecalculationProcessesGet
@RequestMapping(value="/declassification-date-recalculation-processes", produces="application/json", consumes="", method=GET) org.springframework.http.ResponseEntity<DeclassificationDateRecalculationProcessPaging> declassificationDateRecalculationProcessesGet() -
declassificationDateRecalculationProcessesPost
@RequestMapping(value="/declassification-date-recalculation-processes", produces="application/json", consumes="application/json", method=POST) org.springframework.http.ResponseEntity<DeclassificationDateRecalculationProcessEntry> declassificationDateRecalculationProcessesPost(@Valid @RequestBody @Valid DeclassificationDateRecalculationProcessBody declassificationDateRecalculationProcess) -
declassificationDateRecalculationProcessesProcessIdGet
@RequestMapping(value="/declassification-date-recalculation-processes/{processId}", produces="application/json", consumes="", method=GET) org.springframework.http.ResponseEntity<DeclassificationDateRecalculationProcessEntry> declassificationDateRecalculationProcessesProcessIdGet(@PathVariable("processId") String processId)
-