Interface ObjectExplorerBean

    • Method Detail

      • getAncestors

        java.util.ArrayList getAncestors()
        Returns:
        an List of WebDisplayUnit objects containing the list of of the current object's ancestors (parent folders)
      • getContents

        java.util.ArrayList getContents()
        Returns:
        an List of WebDisplayUnit objects that represent the objects contained inside the current object (folder). The type of objects can be specified using the typeRestriction property
      • getContents

        java.util.ArrayList getContents​(boolean sortAscending)
        Parameters:
        sortAscending - specifies if the results should be sorted ascending or descending.
        Returns:
        an List of WebDisplayUnit objects that represent the objects contained inside the current object (folder). The type of objects can be specified using the typeRestriction property
      • getLinks

        java.util.ArrayList getLinks()
        Returns:
        an List of WebDisplayUnit objects that represent the project links.
      • getTotalObjectCount

        int getTotalObjectCount()
        Returns:
        the total number of objects contained in the current object
      • getObjectCount

        int getObjectCount()
        Returns:
        the number of objects contained in the object's current block.
      • getBlockBegin

        int getBlockBegin()
        Returns:
        the first element on the block (used for incremental fetch)
      • setBlockBegin

        void setBlockBegin​(int blockBegin)
        Sets the first element on the block (used for incremental fetch)
        Parameters:
        blockBegin - the first element on the block
      • getBlockCount

        int getBlockCount()
        Returns:
        the total number of elements on the current block (used for incremental fetch)
      • setBlockCount

        void setBlockCount​(int blockCount)
        Sets the total number of elements on the current block (used for incremental fetch)
        Parameters:
        blockCount - the total number of elements on the current block
      • setTypeRestriction

        void setTypeRestriction​(java.lang.String type)
        Sets a comma-separated String that represents the type of objects (from EnumDSSXMLObjectTypes) to display
        Parameters:
        type - a comma-separated String that represents the type of objects (from EnumDSSXMLObjectTypes) to display
      • getTypeRestriction

        java.lang.String getTypeRestriction()
        Returns:
        a comma-separated String that represents the type of objects (from EnumDSSXMLObjectTypes) to display
      • getSearchName

        java.lang.String getSearchName()
        Returns:
        The current search name if any.
      • setErrorMessage

        void setErrorMessage​(java.lang.String message)
        Since:
        MicroStrategy Web 9.0.0
      • getErrorMessage

        java.lang.String getErrorMessage()
        Since:
        MicroStrategy Web 9.0.0