@RestController public class PlatformPropertyController extends ControllerBase
configurer, context, coreService, databaseService, session, templateService| Constructor and Description |
|---|
PlatformPropertyController() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.http.ResponseEntity<Property> |
createProperty(Property property) |
org.springframework.http.ResponseEntity<Property> |
deleteProperty(String property) |
org.springframework.http.ResponseEntity<Property> |
getProperty(String prop) |
org.springframework.http.ResponseEntity<Properties> |
listProperties() |
org.springframework.http.ResponseEntity<Property> |
updateProperty(Property property) |
getDatabaseStatus, getSharedSecret, onBusinessException, onConstraintViolationException@GetMapping(value="/platform/property") public org.springframework.http.ResponseEntity<Properties> listProperties()
@GetMapping(value="/platform/property/{prop}")
public org.springframework.http.ResponseEntity<Property> getProperty(@PathVariable(value="prop")
String prop)
@PostMapping(value="/platform/property") public org.springframework.http.ResponseEntity<Property> createProperty(@RequestBody Property property)
@PutMapping(value="/platform/property/{prop}")
public org.springframework.http.ResponseEntity<Property> updateProperty(@RequestBody
Property property)
Copyright © 2011–2021 aiticon GmbH. All rights reserved.