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 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 contents of the file from the current user's workspace to the repository.
|
RepositoryFile |
RepositoryService.updateFileContents(String path,
RepositoryCheckinSpecification checkinSpecification,
String localFileLocation)
Updates the contents of a repository file with the provided content 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 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(JobCreateInfo jobInfo,
RepositoryCheckinSpecification jobCheckinSpec)
Creates a job in workspace and checks the file into the repository.
|
Job |
JobService.updateRepositoryJob(Job job,
RepositoryCheckinSpecification checkinSpec)
Updates the job in the repository with the information in the job.
|
Copyright (c) 2019, SAS Institute Inc., Cary, NC, USA