Class ConstraintRestEndpoint

java.lang.Object
org.cswteams.ms3.rest.ConstraintRestEndpoint

@RestController @RequestMapping("/constraints/") public class ConstraintRestEndpoint extends Object
  • Constructor Details

    • ConstraintRestEndpoint

      public ConstraintRestEndpoint()
  • Method Details

    • readConstraints

      @RequestMapping(method=GET) public org.springframework.http.ResponseEntity<?> readConstraints()
    • readConstraintsConfiguration

      @RequestMapping(method=GET, path="configuration") public org.springframework.http.ResponseEntity<?> readConstraintsConfiguration()
    • updateConstraintsConfiguration

      @RequestMapping(method=POST, path="configuration") public org.springframework.http.ResponseEntity<?> updateConstraintsConfiguration(@RequestBody ConfigConstraintDTO constraintDTO)