public class

ACMDistributor

extends Object
java.lang.Object
   ↳ com.microstrategy.webapi.ACMDistributor

Summary

Nested Classes
interface ACMDistributor.Consolidator Consolidator is an interface that the user of the ACMDistributer utility must implement 
class ACMDistributor.DistributorData DistributorData is returned from the Run() method 
Public Constructors
ACMDistributor()
Public Methods
static ACMDistributor.DistributorData run(String iSessionId, ACMDistributor.Consolidator iConsolidator, Set<String> iProjectIds)
@return
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public ACMDistributor ()

Public Methods

public static ACMDistributor.DistributorData run (String iSessionId, ACMDistributor.Consolidator iConsolidator, Set<String> iProjectIds)

@return

Parameters
iProjectIds a list of the project ids. If it is provided, results will only be requested/collected for these given projects. Otherwise, get the results for all the projects in the cluster.