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 Summary
Fields 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
-
DssXmlJobInfoJobID
static final int DssXmlJobInfoJobID
Represents the job id.- See Also:
- Constant Field Values
-
DssXmlJobInfoUserName
static final int DssXmlJobInfoUserName
Represents the user full name who running the job.- See Also:
- Constant Field Values
-
DssXmlJobInfoJobStatus
static final int DssXmlJobInfoJobStatus
Represents the job status, a value fromEnumDSSXMLJobStatus- See Also:
- Constant Field Values
-
DssXmlJobInfoDescription
static final int DssXmlJobInfoDescription
Represents the job description.- See Also:
- Constant Field Values
-
DssXmlJobInfoServerProjectId
static final int DssXmlJobInfoServerProjectId
Represents the numerical id of a project.- See Also:
- Constant Field Values
-
DssXmlJobInfoProjectGUID
static final int DssXmlJobInfoProjectGUID
Represents the project GUID.- See Also:
- Constant Field Values
-
DssXmlJobInfoProjectName
static final int DssXmlJobInfoProjectName
Represents the project name.- See Also:
- Constant Field Values
-
DssXmlJobInfoJobPriority
static final int DssXmlJobInfoJobPriority
Represents the job priority.- See Also:
- Constant Field Values
-
DssXmlJobInfoCreationTime
static final int DssXmlJobInfoCreationTime
Represents the job creation time.- See Also:
- Constant Field Values
-
DssXmlJobInfoServerName
static final int DssXmlJobInfoServerName
Represents the server name from which the information was obtained.- See Also:
- Constant Field Values
-
DssXmlJobInfoClientMachine
static final int DssXmlJobInfoClientMachine
Represents the client machine name where the job was submitted.- See Also:
- Constant Field Values
-
DssXmlJobInfoDuration
static final int DssXmlJobInfoDuration
Represents the duration to execute the job since its submission, in unit of second.- See Also:
- Constant Field Values
-
DssXmlJobInfoUserLoginName
static final int DssXmlJobInfoUserLoginName
Represents the user login name who running the job.- See Also:
- Constant Field Values
-
DssXmlJobInfoJobType
static final int DssXmlJobInfoJobType
Represents the type of job, a value fromEnumDSSXMLJobType- See Also:
- Constant Field Values
-
DssXmlJobInfoObjectID
static final int DssXmlJobInfoObjectID
Represents the object ID which has the job running.- See Also:
- Constant Field Values
-
DssXmlJobInfoJobPUPriority
static final int DssXmlJobInfoJobPUPriority
Represents the job Processing Unit Priority.- See Also:
- Constant Field Values
-
DSSXmlJobInfoDBPriority
static final int DSSXmlJobInfoDBPriority
Represents the job DB/Warehouse Priority.- See Also:
- Constant Field Values
-
DssXmlJobInfoDeliveryType
static final int DssXmlJobInfoDeliveryType
Represents the delivery type for the subscription job.- See Also:
- Constant Field Values
-
DssXmlJobInfoDeliveryRecipient
static final int DssXmlJobInfoDeliveryRecipient
Represents the delivery recipient for the subscription job.- See Also:
- Constant Field Values
-
-