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 |
---|---|
Job |
JobService.createRepositoryJob(Job job,
RepositoryCheckinSpecification jobCheckinSpec,
boolean createParents,
boolean useRelativePaths)
Creates a job in the repository.
|
Job |
JobService.createWorkspaceJob(Job job,
boolean createParents,
boolean useRelativePaths)
Creates the job in the current user's workspace.
|
Job |
JobService.createWorkspaceJob(String parentPath,
String jobName,
List<JobProgram> programs,
List<JobParameter> parameters,
boolean createParents,
boolean useRelativePaths)
Creates a job in the current user's workspace.
|
<i>Copyright (c) 2020, SAS Institute Inc., Cary, NC, USA</i>