|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ActionStatus | |
---|---|
com.sas.hls.resource.repository | Provides the classes and interfaces needed to manipulate resources in the repository. |
com.sas.hls.resource.workspace | Provides the classes and interfaces to manipulate resources in the current workspace. |
Uses of ActionStatus in com.sas.hls.resource.repository |
---|
Methods in com.sas.hls.resource.repository that return ActionStatus | |
---|---|
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. |
ActionStatus |
BatchRepositoryResourceService.checkout(List<String> paths)
Checks out all files specified in the list of paths (can contain container and file paths). |
ActionStatus |
BatchRepositoryResourceService.downloadAsZip(Set<String> paths,
String localFilePath,
boolean overwrite)
Takes the repository paths in the selected set and downloads them to the zip file specified in local path. |
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. |
Uses of ActionStatus in com.sas.hls.resource.workspace |
---|
Methods in com.sas.hls.resource.workspace that return ActionStatus | |
---|---|
ActionStatus |
BatchWorkspaceResourceService.downloadAsZip(Set<String> paths,
String localFilePath,
boolean overwrite)
Takes the workspace paths in the selected set and downloads them to the zip file specified in local path. |
ActionStatus |
BatchWorkspaceResourceService.uploadAndExpand(String parentPath,
String localFilePath,
boolean createParentFolders)
Unzips the zip file specified in localZipFilePath and saves the contents to the workspace location specified in parentPath. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |