Package | Description |
---|---|
com.sas.lsaf.content.repository |
Classes and interfaces to manage content in the repository.
|
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 |
---|---|
ActionStatus |
BatchRepositoryService.checkin(List<String> paths,
RepositoryCheckinSpecification checkinSpecification)
Checks in all of the files that are specified in the list of paths (which can contain container paths and file
paths) that are ready for check in.
|
RepositoryFile |
RepositoryService.checkin(String path,
RepositoryCheckinSpecification checkinSpecification)
Checks in the file from the current user's workspace to the repository.
|
RepositoryFile |
RepositoryService.updateFileContents(String path,
RepositoryCheckinSpecification checkinSpecification,
String localFileLocation)
Updates the repository file with the specified file or creates a new version of the file, if the file is
versioned.
|
ActionStatus |
BatchRepositoryService.uploadAndExpand(String parentPath,
String localZipFilePath,
boolean enableVersioningOnAllNewFiles,
RepositoryCheckinSpecification checkinSpecification,
boolean createParentFolders)
Unzips the zip file that is specified in localZipFilePath and saves the contents to the repository location that
is specified in parentPath.
|
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.updateRepositoryJob(Job job,
RepositoryCheckinSpecification checkinSpec)
Updates the job in the repository with the information in the job.
|
<i>Copyright (c) 2021, SAS Institute Inc., Cary, NC, USA</i>