Package com.microstrategy.web.objects
Interface WebClusterProjectInfo
-
public interface WebClusterProjectInfoThis interface extends the basic behavior of a project representation by adding clustering information- Since:
- MicroStrategy Web 9.0.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetJobCount()Return number of jobs for projectintgetLoginCount()Returns login count of projectWebProjectInstancegetProject()Return the project associated with this information object.intgetProjectVersion()Return version of project
-
-
-
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:
WebProjectInstanceassociated with this information object
-
-