Interface DefaultClassificationValuesApi

    • Method Detail

      • calculateDefaultDeclassificationDate

        @RequestMapping(value="/default-classification-values/{nodeId}/calculate-declassification-date",
                        produces="application/json",
                        consumes="",
                        method=POST)
        org.springframework.http.ResponseEntity<String> calculateDefaultDeclassificationDate​(@PathVariable("nodeId")
                                                                                             String nodeId)
      • declassificationDateRecalculationProcessesGet

        @RequestMapping(value="/declassification-date-recalculation-processes",
                        produces="application/json",
                        consumes="",
                        method=GET)
        org.springframework.http.ResponseEntity<DeclassificationDateRecalculationProcessPaging> declassificationDateRecalculationProcessesGet()
      • declassificationDateRecalculationProcessesProcessIdGet

        @RequestMapping(value="/declassification-date-recalculation-processes/{processId}",
                        produces="application/json",
                        consumes="",
                        method=GET)
        org.springframework.http.ResponseEntity<DeclassificationDateRecalculationProcessEntry> declassificationDateRecalculationProcessesProcessIdGet​(@PathVariable("processId")
                                                                                                                                                      String processId)