java.lang.Object
org.xbricks.inventories.inventory.controllers.rest.DataexportRestController
@RestController
public class DataexportRestController
extends Object
-
Constructor Summary
Constructors
-
Method Summary
org.springframework.http.ResponseEntity<String>
org.springframework.http.ResponseEntity<String>
org.springframework.http.ResponseEntity<String>
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
DataexportRestController
public DataexportRestController()
-
Method Details
-
createForInternal
@PostMapping("inventory/rest/dataexport/createForInternal/{netzID}/{ortID}/{fremd}")
public org.springframework.http.ResponseEntity<String> createForInternal(@PathVariable("netzID")
String netzID,
@PathVariable("ortID")
String ortID,
@PathVariable("fremd")
String fremdstring)
-
createForDHCP
@PostMapping("inventory/rest/dataexport/createForDHCP/{netzID}/{ortID}/{fremd}")
public org.springframework.http.ResponseEntity<String> createForDHCP(@PathVariable("netzID")
String netzID,
@PathVariable("ortID")
String ortID,
@PathVariable("fremd")
String fremdstring)
-
createForExternal
@PostMapping("inventory/rest/dataexport/createForExternal/{netzID}/{ortID}/{fremd}")
public org.springframework.http.ResponseEntity<String> createForExternal(@PathVariable("netzID")
String netzID,
@PathVariable("ortID")
String ortID,
@PathVariable("fremd")
String fremdstring)