Package | Description |
---|---|
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.
|
com.sas.hls.work.processflow |
Service and class definitions for getting process flow information.
|
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.
|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
ActionStatus |
ProcessFlowService.createProcessFlowManifests(Set<ProcessFlowDescriptor> processFlows,
String manifestLocation,
NewFileCheckinSpecification manifestCheckinSpec)
Creates process flow manifests for the specified process flows
|
ActionStatus |
ProcessFlowService.deleteProcessFlows(Set<ProcessFlowDescriptor> processFlows)
Deletes the specified process flows
|
ActionStatus |
ProcessFlowService.deleteProcessFlowsAndCreateManifests(Set<ProcessFlowDescriptor> processFlows,
String manifestLocation,
NewFileCheckinSpecification manifestCheckinSpec)
Deletes the specified process flows and creates a process flow manifest (.pmnf) for each in the
specified manifest location with the name of the process flow.
|
Copyright (c) 2017, SAS Institute Inc., Cary, NC, USA