Interface SpiiResult

All Superinterfaces:
com.sap.cds.CdsData, com.sap.cds.JSONizable, Map<String,Object>

public interface SpiiResult extends com.sap.cds.CdsData
Result of a formation assignment notification event (see UclService.EVENT_ASSIGN.
  • Method Details

    • create

      static SpiiResult create()
    • getConfiguration

      Map<String,Object> getConfiguration()
      Configuration that should be provided to the assigned UCL tenant.
      Returns:
      the configuration
    • setConfiguration

      void setConfiguration(Map<String,Object> configuration)
    • getReady

      Boolean getReady()
      Flag which indicates if the assignment of the receiver tenant was successful.
      Returns:
      true if the assignment was successful, false if additional configuration from the assigned tenant is required.
    • setReady

      void setReady(Boolean ready)