Package | Description |
---|---|
com.sas.hls.resource.workspace |
Provides the classes and interfaces to manipulate resources in the current workspace.
|
com.sas.hls.sassession |
Service and class definitions for querying SAS sessions.
|
Modifier and Type | Class and Description |
---|---|
class |
WorkspaceFile
Client-side representation of a file in the workspace.
|
class |
WorkspaceFolder
Client-side representation of a folder in the workspace.
|
Modifier and Type | Method and Description |
---|---|
WorkspaceResource |
WorkspaceResourceService.copy(String sourcePath,
String destinationPath)
Copy the file or folder from the source path to the destination path.
|
WorkspaceResource |
WorkspaceResourceService.getResource(String path)
Get a client representation of the specified resource in the workspace.
|
WorkspaceResource |
WorkspaceResourceService.move(String sourcePath,
String destinationFolderPath)
Move the file or folder from one location to another.
|
WorkspaceResource |
WorkspaceResourceService.rename(String path,
String name)
Rename the workspace resource.
|
Modifier and Type | Method and Description |
---|---|
List<WorkspaceResource> |
WorkspaceResourceService.getChildren(String path)
Return the children of the specified workspace folder.
|
Modifier and Type | Method and Description |
---|---|
WorkspaceResource |
SasSessionService.saveListingToCurrentUserWorkspace(String identifier,
String lstPath)
Save the listing file for the specified SAS session to the current user's workspace in the specified location.
|
WorkspaceResource |
SasSessionService.saveLogToCurrentUserWorkspace(String identifier,
String logPath)
Save the log file for the specified SAS session to the current user's workspace in the specified location.
|
Copyright (c) 2017, SAS Institute Inc., Cary, NC, USA