Class GetContentBundleCluster
- java.lang.Object
-
- com.microstrategy.webapi.restApi.contentbundle.GetContentBundleCluster
-
- All Implemented Interfaces:
IServerRestClientClusterBase
public class GetContentBundleCluster extends java.lang.Object implements IServerRestClientClusterBase
GetContentBundleCluster is to send http request to each intelligence server with the project id loaded and active then consolidate the response from each intelligence server to return to client
-
-
Constructor Summary
Constructors Constructor Description GetContentBundleCluster()
-
Method Summary
All Methods Instance Methods Concrete 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
public IDSSXMLObjectServer.StringFormatAndErrorData execute(IServerRestClientCluster client) throws MSTRWebAPIException
Description copied from interface:IServerRestClientClusterBase
Generic interface to execute the request in the cluster of Intelligence Server- Specified by:
execute
in interfaceIServerRestClientClusterBase
- Returns:
- IDSSXMLObjectServer.StringFormatAndErrorData
- Throws:
MSTRWebAPIException
-
-