Interface IDSSXMLObjectServer.StringFormatAndErrorData

  • Enclosing interface:
    IDSSXMLObjectServer

    public static interface IDSSXMLObjectServer.StringFormatAndErrorData
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean getAnySuccess()
      getAnySuccess returns true if any of the distributed calls was successful.
      java.util.Map<java.lang.String,​MSTRWebAPIException> getExceptions()
      getExceptions gets a map of Project IDs that failed and the reason for the failure
      java.lang.String getStringData()
      getStringData returns the result in a string data format (xml or Json)
    • Method Detail

      • getStringData

        java.lang.String getStringData()
        getStringData returns the result in a string data format (xml or Json)
      • getExceptions

        java.util.Map<java.lang.String,​MSTRWebAPIException> getExceptions()
        getExceptions gets a map of Project IDs that failed and the reason for the failure
      • getAnySuccess

        boolean getAnySuccess()
        getAnySuccess returns true if any of the distributed calls was successful. This is independent of whether or not the distributed call returned any data or not, because an empty result may be valid