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.
|
Modifier and Type | Method and Description |
---|---|
Job |
JobService.updateJobInRepository(Job job,
ResourceCheckinSpecification checkinSpec)
Updates the job in the repository with information on the specified Job
|
Modifier and Type | Method and Description |
---|---|
ActionStatus |
BatchRepositoryResourceService.checkin(List<String> paths,
ResourceCheckinSpecification checkinSpec)
Checks in all files specified in the list of paths (can contain container and file paths) that are ready for
checkin.
|
void |
RepositoryResourceService.checkinFileFromWorkspace(String path,
ResourceCheckinSpecification checkinSpecification)
Check in the contents of this resource from the current user's workspace to the repository.
|
void |
RepositoryResourceService.markForAddAndCheckinFileFromWorkspace(String path,
boolean versionFile,
ResourceCheckinSpecification checkinSpecification)
Marks a file for add and checks it in to the repository from the workspace.
|
void |
RepositoryResourceService.updateContentInWorkspaceAndCheckin(String path,
String localFilePath,
ResourceCheckinSpecification ciSpec)
Save the local file contents specified into the current user's workspace, and then check the workspace file into
the repository.
|
RepositoryFile |
RepositoryResourceService.updateFileContents(String path,
ResourceCheckinSpecification ciSpec,
String localFileLocation)
Replace the contents of a RepositoryFile with the provided content and make the new version number be as
specified.
|
ActionStatus |
BatchRepositoryResourceService.uploadAndExpand(String parentPath,
String localZipFilePath,
boolean enableVersioningOnAllNewFiles,
ResourceCheckinSpecification checkinSpec,
boolean createParentFolders)
Unzips the zip file specified in localZipFilePath and saves the contents to the repository location specified in
parentPath.
|
Copyright (c) 2017, SAS Institute Inc., Cary, NC, USA