Package com.microstrategy.webapi.restApi
Interface IServerRestClientClusterBase
-
- All Known Implementing Classes:
GetContentBundleCluster
,UpdateContentBundleCluster
public interface IServerRestClientClusterBase
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IDSSXMLObjectServer.StringFormatAndErrorData
execute(IServerRestClientCluster client)
Generic interface to execute the request in the cluster of Intelligence Server
-
-
-
Method Detail
-
execute
IDSSXMLObjectServer.StringFormatAndErrorData execute(IServerRestClientCluster client) throws MSTRWebAPIException
Generic interface to execute the request in the cluster of Intelligence Server- Parameters:
client
-- Returns:
- IDSSXMLObjectServer.StringFormatAndErrorData
- Throws:
MSTRWebAPIException
-
-