public class JobSubmission extends Object implements Serializable
Modifier and Type | Class and Description |
---|---|
static class |
JobSubmission.JobSubmissionType
The allowed types of job submissions.
|
Constructor and Description |
---|
JobSubmission(String identifier,
JobSubmission.JobSubmissionType submissionType,
String jobPath,
String jobVersion,
String sessionId,
JobStatus jobStatus,
String submittedBy,
Date submitted,
Date completed,
String runAsUser)
Constructor
|
Modifier and Type | Method and Description |
---|---|
Date |
getCompleted()
Get the date the job was completed
|
String |
getIdentifier()
Get the identifier of this job submission.
|
String |
getJobPath()
Get the job path of this job submission.
|
JobStatus |
getJobStatus()
Get the job details and execution status for this job submission
|
String |
getJobVersion()
Get the job version of this job submission.
|
String |
getRunAsUser()
Get the userid of the user the job was run as
|
String |
getSessionId()
Get the identifier of the SAS session generated for this job submission
|
JobSubmission.JobSubmissionType |
getSubmissionType()
Get the submission type of this job submission.
|
Date |
getSubmitted()
Get the date the job was submitted
|
String |
getSubmittedBy()
Get the userid of the user who submitted the job
|
String |
toString() |
public JobSubmission(String identifier, JobSubmission.JobSubmissionType submissionType, String jobPath, String jobVersion, String sessionId, JobStatus jobStatus, String submittedBy, Date submitted, Date completed, String runAsUser)
identifier
- identifier for this jobSubmissionsubmissionType
- the type of jobSubmissionjobPath
- the path of the job being submittedjobVersion
- the version of the job to submitsessionId
- identifier for the SAS session generated for this jobSubmissionjobStatus
- the job details and execution status for this job submissionsubmittedBy
- the userid of the user who submitted the jobsubmitted
- the date the job was submittedcompleted
- the date the job was completedrunAsUser
- the userid of the user the job was run aspublic String getIdentifier()
public String getJobPath()
public String getJobVersion()
public JobSubmission.JobSubmissionType getSubmissionType()
public String getSessionId()
public String getSubmittedBy()
public Date getSubmitted()
public Date getCompleted()
public JobStatus getJobStatus()
public String getRunAsUser()
Copyright (c) 2017, SAS Institute Inc., Cary, NC, USA