Interface WebClusterProjectInfo


  • public interface WebClusterProjectInfo
    This interface extends the basic behavior of a project representation by adding clustering information
    Since:
    MicroStrategy Web 9.0.0
    • Method Detail

      • getLoginCount

        int getLoginCount()
        Returns login count of project
        Returns:
        int login count
      • getJobCount

        int getJobCount()
        Return number of jobs for project
        Returns:
        int number of jobs
      • getProjectVersion

        int getProjectVersion()
        Return version of project
        Returns:
        int version of project
      • getProject

        WebProjectInstance getProject()
        Return the project associated with this information object. Useful in obtaining project information such as DSSID, name, status, etc.
        Returns:
        WebProjectInstance associated with this information object