Package | Description |
---|---|
com.sas.lsaf.execution.job |
Provides the classes needed to create, update, and get jobs as well as execute them and get their status.
|
Modifier and Type | Method and Description |
---|---|
JobSubmission.JobSubmissionType |
JobSubmission.getSubmissionType()
Gets the submission type of the job submission.
|
static JobSubmission.JobSubmissionType |
JobSubmission.JobSubmissionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JobSubmission.JobSubmissionType[] |
JobSubmission.JobSubmissionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
JobSubmission(String id,
JobSubmission.JobSubmissionType submissionType,
String jobId,
String jobPath,
String jobVersion,
String sessionId,
JobSubmissionStatus jobSubmissionStatus,
String submittedBy,
Date submitted,
Date completed,
String jobOwner,
String runAsUser)
The constructor.
|
<i>Copyright (c) 2020, SAS Institute Inc., Cary, NC, USA</i>