Package | Description |
---|---|
com.sas.lsaf.content.repository |
Classes and interfaces to manage content in the repository.
|
com.sas.lsaf.content.workspace |
Classes and interfaces to manage content in the current user's workspace.
|
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.
|
ActionStatus |
BatchRepositoryService.checkout(List<String> paths)
Checks out all of the files that are specified in the list of paths (which can contain container paths and file
paths).
|
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 |
---|---|
ActionStatus |
BatchWorkspaceService.uploadAndExpand(String parentPath,
String localFilePath,
boolean createParentFolders)
Unzips the specified zip file and saves the contents to the specified workspace location.
|
<i>Copyright (c) 2022, SAS Institute Inc., Cary, NC, USA</i>