Package de.dlr.proseo.planner.rest
Klasse ProductControllerImpl
java.lang.Object
de.dlr.proseo.planner.rest.ProductControllerImpl
- Alle implementierten Schnittstellen:
ProductController
Spring MVC controller for the prosEO planner; implements the services required to handle products.
- Autor:
- Ernst Melchinger
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungorg.springframework.http.ResponseEntity
<?> getObjectByProductidAndFacilityId
(String productid, Long facilityId, org.springframework.http.HttpHeaders httpHeaders) Product created and available on facility, sent by prosEO Ingestor.
-
Konstruktordetails
-
ProductControllerImpl
public ProductControllerImpl()
-
-
Methodendetails
-
getObjectByProductidAndFacilityId
public org.springframework.http.ResponseEntity<?> getObjectByProductidAndFacilityId(String productid, Long facilityId, org.springframework.http.HttpHeaders httpHeaders) Product created and available on facility, sent by prosEO Ingestor. Look now for new satisfied product queries and job steps. Try to start them.- Angegeben von:
getObjectByProductidAndFacilityId
in SchnittstelleProductController
- Parameter:
productid
- The product idfacilityId
- The facility id- Gibt zurück:
-