public static interface

IDSSXMLObjectServer.StringFormatAndErrorData

com.microstrategy.webapi.IDSSXMLObjectServer.StringFormatAndErrorData
Known Indirect Subclasses

Summary

Public Methods
abstract boolean getAnySuccess()
getAnySuccess returns true if any of the distributed calls was successful.
abstract Map<String, MSTRWebAPIException> getExceptions()
getExceptions gets a map of Project IDs that failed and the reason for the failure
abstract String getStringData()
getStringData returns the result in a string data format (xml or Json)

Public Methods

public abstract 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

public abstract Map<String, MSTRWebAPIException> getExceptions ()

getExceptions gets a map of Project IDs that failed and the reason for the failure

public abstract String getStringData ()

getStringData returns the result in a string data format (xml or Json)