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