Klasse JobOrderControllerImpl

java.lang.Object
de.dlr.proseo.storagemgr.rest.JobOrderControllerImpl
Alle implementierten Schnittstellen:
JoborderController

@Component public class JobOrderControllerImpl extends Object implements JoborderController
Spring MVC controller for the prosEO Storage Manager; implements the services required to manage Joborders
Autor:
Denys Chaykovskiy, Hubert Asamer
  • Konstruktordetails

    • JobOrderControllerImpl

      public JobOrderControllerImpl()
  • Methodendetails

    • createRestJoborder

      public org.springframework.http.ResponseEntity<RestJoborder> createRestJoborder(@Valid @Valid RestJoborder joborder)
      Create a job order file with generic name out of base64 string contained in RestJoborder. Store it into FS defined by fsType.
      Angegeben von:
      createRestJoborder in Schnittstelle JoborderController
      Parameter:
      joborder - Job order information
      Gibt zurück:
      ResponseEntity as RestJoborder
    • getObjectByPathInfo

      public org.springframework.http.ResponseEntity<String> getObjectByPathInfo(String pathInfo)
      Retrieve contents of file as base64 string.
      Angegeben von:
      getObjectByPathInfo in Schnittstelle JoborderController
      Parameter:
      pathInfo - the path to the file to retrieve
      Gibt zurück:
      Base64 coded String