|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WorkspaceResource | |
---|---|
com.sas.hls.resource.workspace | Provides the classes and interfaces to manipulate resources in the current workspace. |
Uses of WorkspaceResource in com.sas.hls.resource.workspace |
---|
Subclasses of WorkspaceResource in com.sas.hls.resource.workspace | |
---|---|
class |
WorkspaceFile
Client-side representation of a file in the workspace. |
class |
WorkspaceFolder
Client-side representation of a folder in the workspace. |
Methods in com.sas.hls.resource.workspace that return WorkspaceResource | |
---|---|
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. |
Methods in com.sas.hls.resource.workspace that return types with arguments of type WorkspaceResource | |
---|---|
List<WorkspaceResource> |
WorkspaceResourceService.getChildren(String path)
Return the children of the specified workspace folder. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |