Serialisierte Form

  • Package de.dlr.proseo.api.odip.odata

  • Package de.dlr.proseo.api.odip.rest.model

    • Klasse de.dlr.proseo.api.odip.rest.model.CscContentDate

      class CscContentDate extends Object implements Serializable
      serialVersionUID:
      -7019294487847187321L
      • Serialisierte Felder

        • end
          String end
          Sensing stop time of the input product
        • start
          String start
          Sensing start time of the input product
    • Klasse de.dlr.proseo.api.odip.rest.model.CscInputProductReference

      class CscInputProductReference extends Object implements Serializable
      serialVersionUID:
      -7022599458575522873L
      • Serialisierte Felder

        • contentDate
          CscContentDate contentDate
          The sensing range period
        • reference
          String reference
          The file name of the input product to retrieve
    • Klasse de.dlr.proseo.api.odip.rest.model.CscProductionOrder

      class CscProductionOrder extends Object implements Serializable
      serialVersionUID:
      -7053996652577423194L
      • Serialisierte Felder

        • completedDate
          String completedDate
          Date and time when the product was available for download from the ODPRIP
        • estimatedDate
          String estimatedDate
          Estimated date and time when the product will be available for download from the ODPRIP
        • evictionDate
          String evictionDate
          Date when the Product related to the order will be removed from the ODPRIP
        • id
          String id
          Universally unique production order identifier
        • inputProductReference
          CscInputProductReference inputProductReference
          Complex type used to unambiguously identify the input product
        • notificationEndpoint
          String notificationEndpoint
          URI used by the ODPRIP for product download readiness notifications
        • notificationEpPassword
          String notificationEpPassword
          The password associated with the EndPoint URI provided
        • notificationEpUsername
          String notificationEpUsername
          The username associated with the EndPoint URI provided
        • orderOutputSize
          Long orderOutputSize
          Actual size in bytes (B) of the output Product composing the Order.
        • priority
          Long priority
          Priority of the ProductionOrder. It is an integer from 1-100, default 50.
        • status
          Status status
          JobStatus value
        • statusMessage
          String statusMessage
          Text message providing additional information on the returned status
        • submissionDate
          String submissionDate
          Date and time at which the ProductionOrder was received by the ODPRIP
        • workflowId
          String workflowId
          The Id is a local unique identifier for the Workflow instance within the ODPRIP which is applicable to the ProductionOrder
        • workflowName
          String workflowName
          Short name of the workflow
        • workflowOptions
          List<CscWorkflowOption> workflowOptions
          Selection of applicable options from the Workflow
    • Klasse de.dlr.proseo.api.odip.rest.model.CscWorkflow

      class CscWorkflow extends Object implements Serializable
      serialVersionUID:
      -6968067486655142872L
      • Serialisierte Felder

        • description
          String description
          Textual description of the workflow, including details of the processor version and configuration applicable
        • id
          String id
          Universally unique product identifier
        • inputProductType
          String inputProductType
          Product Type of the Input Product
        • name
          String name
          Short name of the workflow
        • outputProductType
          String outputProductType
          Product Type of the Output Product
        • workflowOptions
          List<CscWorkflowOption> workflowOptions
          The workflow options of the workflow
        • workflowVersion
          String workflowVersion
          Version number applicable to the workflow
    • Klasse de.dlr.proseo.api.odip.rest.model.CscWorkflowOption

      class CscWorkflowOption extends Object implements Serializable
      serialVersionUID:
      -6979634877761866360L
      • Serialisierte Felder

        • defaultCustom
          String defaultCustom
          The default value of the option, if there is one
        • description
          String description
          Textual description of the option
        • name
          String name
          The name of the option
        • type
          String type
          Type of the option
        • value
          List<String> value
          Array representing all possible values of the option
    • Klasse de.dlr.proseo.api.odip.rest.model.OAuth2Response

      class OAuth2Response extends Object implements Serializable
      serialVersionUID:
      -6797861642322233652L
      • Serialisierte Felder

        • accessToken
          String accessToken
          The access token issued by the authorization server (as per RFC 6749)
        • expiresIn
          Long expiresIn
          The lifetime in seconds of the access token. For example, the value 3600 denotes that the access token will expire in one hour from the time the response was generated (as per RFC 6749)
        • tokenType
          String tokenType
          The type of the token issued (as per RFC 6749; always "bearer")