Interface Job
- 
- All Known Subinterfaces:
- JobDetails
 
 public interface JobThe interfaceJobdescribes a job that is active on the Intelligence Server.- Since:
- MicroStrategy Web 9.0.0
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetClientMachine()Returns the machine that invoked the job.java.util.DategetCreationTime()Returns the job creation time.intgetDeliveryType()Returns the delivery type for the job.java.lang.StringgetDescription()Returns the description of the jobintgetDuration()Returns the number of seconds that has passed since the job beganintgetJobID()Returns the unique identifier for the job.intgetJobPriority()Returns the job priority.intgetJobPUPriority()Returns the PU Priority of the job.intgetJobStatus()Returns the status of the job, fromEnumDSSXMLJobStatus.intgetJobType()Returns the type of the job, fromEnumDSSXMLJobType.java.lang.StringgetObjectID()Returns the DSS ID of the job object.java.lang.StringgetProjectDSSID()Returns the DSS ID of the project that the job is running on.intgetProjectID()Returns the project ID of the project that the job is running on.java.lang.StringgetProjectName()Returns the name of the project that the job is running on.java.lang.StringgetServerName()Returns the name of the Intelligence Server from which the job information is obtained.java.lang.StringgetSubscriptionRecipient()Returns the subscription recipient of the job.java.lang.StringgetUserLoginName()Returns the login name for the owner of the job.java.lang.StringgetUserName()Returns the full name for the owner of the job.intgetWarehousePriority()Returns the Warehouse Priority of the job.booleanhasDetails()Returns whether the details are available or not.
 
- 
- 
- 
Method Detail- 
getJobIDint getJobID() Returns the unique identifier for the job.- Returns:
- the unique identifier for the job.
 
 - 
getUserNamejava.lang.String getUserName() Returns the full name for the owner of the job.- Returns:
- the full name for the owner of the job.
 
 - 
getJobStatusint getJobStatus() Returns the status of the job, fromEnumDSSXMLJobStatus.- Returns:
- the status of the job
 
 - 
getJobTypeint getJobType() Returns the type of the job, fromEnumDSSXMLJobType.- Returns:
- the type of the job
 
 - 
getDescriptionjava.lang.String getDescription() Returns the description of the job- Returns:
- the description of the job
 
 - 
getProjectIDint getProjectID() Returns the project ID of the project that the job is running on.- Returns:
- the project ID of the project that the job is running on
 
 - 
getProjectDSSIDjava.lang.String getProjectDSSID() Returns the DSS ID of the project that the job is running on.- Returns:
- the DSS ID of the project that the job is running on.
 
 - 
getProjectNamejava.lang.String getProjectName() Returns the name of the project that the job is running on.- Returns:
- the name of the project that the job is running on
 
 - 
getJobPriorityint getJobPriority() Returns the job priority.- Returns:
- the job priority.
 
 - 
getCreationTimejava.util.Date getCreationTime() Returns the job creation time.- Returns:
- the job creation time
 
 - 
getServerNamejava.lang.String getServerName() Returns the name of the Intelligence Server from which the job information is obtained.- Returns:
- the name of the Intelligence Server from which the job information is obtained.
 
 - 
getClientMachinejava.lang.String getClientMachine() Returns the machine that invoked the job.- Returns:
- the machine that invoked the job
 
 - 
getDurationint getDuration() Returns the number of seconds that has passed since the job began- Returns:
- the number of seconds that has passed since the job began.
 
 - 
hasDetailsboolean hasDetails() Returns whether the details are available or not.- Returns:
- trueif the details are available
 
 - 
getUserLoginNamejava.lang.String getUserLoginName() Returns the login name for the owner of the job.- Returns:
- the login name for the owner of the job.
 
 - 
getJobPUPriorityint getJobPUPriority() Returns the PU Priority of the job.- Returns:
- the PU Priority of the job.
 
 - 
getWarehousePriorityint getWarehousePriority() Returns the Warehouse Priority of the job.- Returns:
- the Warehouse Priority of the job.
 
 - 
getDeliveryTypeint getDeliveryType() Returns the delivery type for the job.- Returns:
- the delivery type for the job.
 
 - 
getSubscriptionRecipientjava.lang.String getSubscriptionRecipient() Returns the subscription recipient of the job.- Returns:
- the subscription recipient of the job.
 
 - 
getObjectIDjava.lang.String getObjectID() Returns the DSS ID of the job object.- Returns:
- the DSS ID of the job object.
 
 
- 
 
-