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 Summary
All 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
- 
getJobID
int getJobID()
Returns the unique identifier for the job.- Returns:
 - the unique identifier for the job.
 
 
- 
getUserName
java.lang.String getUserName()
Returns the full name for the owner of the job.- Returns:
 - the full name for the owner of the job.
 
 
- 
getJobStatus
int getJobStatus()
Returns the status of the job, fromEnumDSSXMLJobStatus.- Returns:
 - the status of the job
 
 
- 
getJobType
int getJobType()
Returns the type of the job, fromEnumDSSXMLJobType.- Returns:
 - the type of the job
 
 
- 
getDescription
java.lang.String getDescription()
Returns the description of the job- Returns:
 - the description of the job
 
 
- 
getProjectID
int 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
 
 
- 
getProjectDSSID
java.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.
 
 
- 
getProjectName
java.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
 
 
- 
getJobPriority
int getJobPriority()
Returns the job priority.- Returns:
 - the job priority.
 
 
- 
getCreationTime
java.util.Date getCreationTime()
Returns the job creation time.- Returns:
 - the job creation time
 
 
- 
getServerName
java.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.
 
 
- 
getClientMachine
java.lang.String getClientMachine()
Returns the machine that invoked the job.- Returns:
 - the machine that invoked the job
 
 
- 
getDuration
int 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.
 
 
- 
hasDetails
boolean hasDetails()
Returns whether the details are available or not.- Returns:
 trueif the details are available
 
- 
getUserLoginName
java.lang.String getUserLoginName()
Returns the login name for the owner of the job.- Returns:
 - the login name for the owner of the job.
 
 
- 
getJobPUPriority
int getJobPUPriority()
Returns the PU Priority of the job.- Returns:
 - the PU Priority of the job.
 
 
- 
getWarehousePriority
int getWarehousePriority()
Returns the Warehouse Priority of the job.- Returns:
 - the Warehouse Priority of the job.
 
 
- 
getDeliveryType
int getDeliveryType()
Returns the delivery type for the job.- Returns:
 - the delivery type for the job.
 
 
- 
getSubscriptionRecipient
java.lang.String getSubscriptionRecipient()
Returns the subscription recipient of the job.- Returns:
 - the subscription recipient of the job.
 
 
- 
getObjectID
java.lang.String getObjectID()
Returns the DSS ID of the job object.- Returns:
 - the DSS ID of the job object.
 
 
 - 
 
 -