Package com.microstrategy.webapi
Interface EnumDSSXMLJobInfo
- 
 public interface EnumDSSXMLJobInfoThe interfaceEnumDSSXMLJobInfocontains a list of enumeration constants describing the information of a job in the Intelligence Server.- Since:
- MicroStrategy Web 9.0.0
 
- 
- 
Field SummaryFields Modifier and Type Field Description static intDssXmlJobInfoClientMachineRepresents the client machine name where the job was submitted.static intDssXmlJobInfoCreationTimeRepresents the job creation time.static intDSSXmlJobInfoDBPriorityRepresents the job DB/Warehouse Priority.static intDssXmlJobInfoDeliveryRecipientRepresents the delivery recipient for the subscription job.static intDssXmlJobInfoDeliveryTypeRepresents the delivery type for the subscription job.static intDssXmlJobInfoDescriptionRepresents the job description.static intDssXmlJobInfoDurationRepresents the duration to execute the job since its submission, in unit of second.static intDssXmlJobInfoJobIDRepresents the job id.static intDssXmlJobInfoJobPriorityRepresents the job priority.static intDssXmlJobInfoJobPUPriorityRepresents the job Processing Unit Priority.static intDssXmlJobInfoJobStatusRepresents the job status, a value fromEnumDSSXMLJobStatusstatic intDssXmlJobInfoJobTypeRepresents the type of job, a value fromEnumDSSXMLJobTypestatic intDssXmlJobInfoObjectIDRepresents the object ID which has the job running.static intDssXmlJobInfoProjectGUIDRepresents the project GUID.static intDssXmlJobInfoProjectNameRepresents the project name.static intDssXmlJobInfoServerNameRepresents the server name from which the information was obtained.static intDssXmlJobInfoServerProjectIdRepresents the numerical id of a project.static intDssXmlJobInfoUserLoginNameRepresents the user login name who running the job.static intDssXmlJobInfoUserNameRepresents the user full name who running the job.
 
- 
- 
- 
Field Detail- 
DssXmlJobInfoJobIDstatic final int DssXmlJobInfoJobID Represents the job id.- See Also:
- Constant Field Values
 
 - 
DssXmlJobInfoUserNamestatic final int DssXmlJobInfoUserName Represents the user full name who running the job.- See Also:
- Constant Field Values
 
 - 
DssXmlJobInfoJobStatusstatic final int DssXmlJobInfoJobStatus Represents the job status, a value fromEnumDSSXMLJobStatus- See Also:
- Constant Field Values
 
 - 
DssXmlJobInfoDescriptionstatic final int DssXmlJobInfoDescription Represents the job description.- See Also:
- Constant Field Values
 
 - 
DssXmlJobInfoServerProjectIdstatic final int DssXmlJobInfoServerProjectId Represents the numerical id of a project.- See Also:
- Constant Field Values
 
 - 
DssXmlJobInfoProjectGUIDstatic final int DssXmlJobInfoProjectGUID Represents the project GUID.- See Also:
- Constant Field Values
 
 - 
DssXmlJobInfoProjectNamestatic final int DssXmlJobInfoProjectName Represents the project name.- See Also:
- Constant Field Values
 
 - 
DssXmlJobInfoJobPrioritystatic final int DssXmlJobInfoJobPriority Represents the job priority.- See Also:
- Constant Field Values
 
 - 
DssXmlJobInfoCreationTimestatic final int DssXmlJobInfoCreationTime Represents the job creation time.- See Also:
- Constant Field Values
 
 - 
DssXmlJobInfoServerNamestatic final int DssXmlJobInfoServerName Represents the server name from which the information was obtained.- See Also:
- Constant Field Values
 
 - 
DssXmlJobInfoClientMachinestatic final int DssXmlJobInfoClientMachine Represents the client machine name where the job was submitted.- See Also:
- Constant Field Values
 
 - 
DssXmlJobInfoDurationstatic final int DssXmlJobInfoDuration Represents the duration to execute the job since its submission, in unit of second.- See Also:
- Constant Field Values
 
 - 
DssXmlJobInfoUserLoginNamestatic final int DssXmlJobInfoUserLoginName Represents the user login name who running the job.- See Also:
- Constant Field Values
 
 - 
DssXmlJobInfoJobTypestatic final int DssXmlJobInfoJobType Represents the type of job, a value fromEnumDSSXMLJobType- See Also:
- Constant Field Values
 
 - 
DssXmlJobInfoObjectIDstatic final int DssXmlJobInfoObjectID Represents the object ID which has the job running.- See Also:
- Constant Field Values
 
 - 
DssXmlJobInfoJobPUPrioritystatic final int DssXmlJobInfoJobPUPriority Represents the job Processing Unit Priority.- See Also:
- Constant Field Values
 
 - 
DSSXmlJobInfoDBPrioritystatic final int DSSXmlJobInfoDBPriority Represents the job DB/Warehouse Priority.- See Also:
- Constant Field Values
 
 - 
DssXmlJobInfoDeliveryTypestatic final int DssXmlJobInfoDeliveryType Represents the delivery type for the subscription job.- See Also:
- Constant Field Values
 
 - 
DssXmlJobInfoDeliveryRecipientstatic final int DssXmlJobInfoDeliveryRecipient Represents the delivery recipient for the subscription job.- See Also:
- Constant Field Values
 
 
- 
 
-