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
|
com.sas.lsaf.schedule |
Service and class definitions to manage schedules.
|
Modifier and Type | Class and Description |
---|---|
class |
Job
The client representation of a job.
|
Modifier and Type | Method and Description |
---|---|
JobDescriptor |
ScheduleJobInfo.getJob()
Gets the lightweight representation of the job to run.
|
Modifier and Type | Method and Description |
---|---|
void |
ScheduleJobInfo.setJob(JobDescriptor job)
Sets the lightweight representation of the job to run.
|
Constructor and Description |
---|
ScheduleJobInfo(JobDescriptor job)
The constructor that contains the required job field.
|
ScheduleJobInfo(JobDescriptor job,
Set<ParameterValue> parameterValues)
The Constructor that contains the job field and parameter values to use when the job is submitted.
|
Copyright (c) 2020, SAS Institute Inc., Cary, NC, USA