Interface WebMDXSources

  • All Superinterfaces:
    WebDisplayUnits

    public interface WebMDXSources
    extends WebDisplayUnits
    The WebMDXSources interface represents the list of MDX sources that are available in the given Intelligence Server project.
    Since:
    MicroStrategy Web 8.0.2
    • Method Detail

      • size

        int size()
        Returns the size of the collection.
        Specified by:
        size in interface WebDisplayUnits
        Returns:
        The size of the collection.
      • elements

        java.util.Enumeration elements()
        Returns a java.util.Enumeration containing the objects in the collection.
        Specified by:
        elements in interface WebDisplayUnits
        Returns:
        A java.util.Enumeration containing the objects in the collection.
      • get

        WebDisplayUnit get​(int i)
        Returns the object at the given index in the collection.
        Specified by:
        get in interface WebDisplayUnits
        Parameters:
        i - The index of the object within the available display unit collection to return.
        Returns:
        The WebDisplayUnit object at the given index. This object will be able to be cast into a WebMDXSource object.