Package | Description |
---|---|
com.sas.lsaf.content.workspace |
Classes and interfaces to manage content in the current user's workspace.
|
Modifier and Type | Class and Description |
---|---|
class |
WorkspaceFile
The representation of a file in the user's workspace.
|
class |
WorkspaceFolder
The representation of a folder in the user's workspace.
|
Modifier and Type | Method and Description |
---|---|
WorkspaceItem |
WorkspaceService.copy(String sourcePath,
String destinationPath)
Copies the workspace folder or file from the source path to the destination path.
|
WorkspaceItem |
WorkspaceService.getItem(String path)
Gets a client representation of the item in the workspace.
|
WorkspaceItem |
WorkspaceService.move(String sourcePath,
String destinationPath)
Moves the workspace folder or file from one location to another.
|
WorkspaceItem |
WorkspaceService.rename(String path,
String name)
Renames the workspace folder or file.
|
Modifier and Type | Method and Description |
---|---|
List<WorkspaceItem> |
WorkspaceService.getChildren(String path)
Gets the immediate children of the workspace folder.
|
Copyright (c) 2020, SAS Institute Inc., Cary, NC, USA