Package | Description |
---|---|
com.sas.hls.job |
Provides the classes needed to create, update, and get jobs as well as execute them and get their status
|
com.sas.hls.resource.repository |
Provides the classes and interfaces needed to manipulate resources in the repository.
|
com.sas.hls.resource.repository.exception |
Exceptions that can be thrown when manipulating repository resources.
|
com.sas.hls.resource.workspace.exception |
Exceptions that can be thrown when manipulating workspace resources.
|
Modifier and Type | Method and Description |
---|---|
Job |
JobService.createJobInWorkspace(CreateJobInfo jobInfo)
Creates job in workspace based on information specified on CreateJobInfo
|
Job |
JobService.createJobInWorkspace(String parentPath,
String jobName,
List<ResourceSpecification> tasks,
Set<JobParameter> parameters,
boolean createParents)
Creates a job in the current user's workspace while optionally being able to specify tasks and parameters.
|
Job |
JobService.createJobInWorkspaceAndRepository(CreateJobInfo jobInfo,
NewFileCheckinSpecification jobCheckinSpec)
Creates job in workspace and checks it into the repository
|
Manifest |
JobExecutionService.getManifestByJobSubmission(String jobSubmissionId)
Get the job manifest for the specified job submission
|
Manifest |
JobExecutionService.getManifestByRepositoryPath(String path,
String version)
Get the job manifest at the path and version specified.
|
Modifier and Type | Method and Description |
---|---|
void |
RepositoryResourceService.markForAddAndCheckinFileFromWorkspace(String path,
boolean versionFile,
ResourceCheckinSpecification checkinSpecification)
Marks a file for add and checks it in to the repository from the workspace.
|
Modifier and Type | Class and Description |
---|---|
class |
RepositoryResourceNotFoundException
The specified resource can not be found.
|
Modifier and Type | Class and Description |
---|---|
class |
WorkspaceResourceNotFoundException
The specified resource can not be found in your workspace.
|
Copyright (c) 2017, SAS Institute Inc., Cary, NC, USA