Package org.cswteams.ms3.rest
Class ConstraintRestEndpoint
java.lang.Object
org.cswteams.ms3.rest.ConstraintRestEndpoint
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<?> org.springframework.http.ResponseEntity<?> org.springframework.http.ResponseEntity<?> updateConstraintsConfiguration(ConfigConstraintDTO constraintDTO)
-
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)
-