Package de.dlr.proseo.interfaces.rest
Klasse DummyController
java.lang.Object
de.dlr.proseo.interfaces.rest.DummyController
@RestController
@RequestMapping(value="/proseo/interfaces/{version}/dummy",
produces="application/json")
@Validated
public class DummyController
extends Object
No description
(Generated with springmvc-raml-parser v.2.0.5)
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungorg.springframework.http.ResponseEntity
<IngestorProduct> No descriptionorg.springframework.http.ResponseEntity
<?> No descriptionorg.springframework.http.ResponseEntity
<RestFileInfo> No descriptionorg.springframework.http.ResponseEntity
<RestHealth> No descriptionorg.springframework.http.ResponseEntity
<RestInfo> No descriptionorg.springframework.http.ResponseEntity
<RestInterfaceStatus> No descriptionorg.springframework.http.ResponseEntity
<RestJoborder> No descriptionorg.springframework.http.ResponseEntity
<RestMessage> No descriptionorg.springframework.http.ResponseEntity
<RestOrder> No descriptionorg.springframework.http.ResponseEntity
<RestProductFS> No descriptionorg.springframework.http.ResponseEntity
<RestStorage> No descriptionorg.springframework.http.ResponseEntity
<SelectionRuleString> No description
-
Konstruktordetails
-
DummyController
public DummyController()
-
-
Methodendetails
-
getObject
@RequestMapping(value="", method=GET) public org.springframework.http.ResponseEntity<?> getObject()No description -
getRestFileInfo
@RequestMapping(value="/fileinfos", method=GET) public org.springframework.http.ResponseEntity<RestFileInfo> getRestFileInfo()No description -
getRestInfo
@RequestMapping(value="/infos", method=GET) public org.springframework.http.ResponseEntity<RestInfo> getRestInfo()No description -
getRestInterfaceStatus
@RequestMapping(value="/interfacestatus", method=GET) public org.springframework.http.ResponseEntity<RestInterfaceStatus> getRestInterfaceStatus()No description -
getRestJoborder
@RequestMapping(value="/joborders", method=GET) public org.springframework.http.ResponseEntity<RestJoborder> getRestJoborder()No description -
getRestProductFS
@RequestMapping(value="/productfss", method=GET) public org.springframework.http.ResponseEntity<RestProductFS> getRestProductFS()No description -
getRestStorage
@RequestMapping(value="/storages", method=GET) public org.springframework.http.ResponseEntity<RestStorage> getRestStorage()No description -
getIngestorProduct
@RequestMapping(value="/ingestorproducts", method=GET) public org.springframework.http.ResponseEntity<IngestorProduct> getIngestorProduct()No description -
getSelectionRuleString
@RequestMapping(value="/selectionrules", method=GET) public org.springframework.http.ResponseEntity<SelectionRuleString> getSelectionRuleString()No description -
getRestOrder
@RequestMapping(value="/processingorders", method=GET) public org.springframework.http.ResponseEntity<RestOrder> getRestOrder()No description -
getRestHealth
@RequestMapping(value="/healths", method=GET) public org.springframework.http.ResponseEntity<RestHealth> getRestHealth()No description -
getRestMessage
@RequestMapping(value="/messages", method=GET) public org.springframework.http.ResponseEntity<RestMessage> getRestMessage()No description
-