Package | Description |
---|---|
com.sas.lsaf.content.workspace |
Classes and interfaces to manage content in the current 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.
|
WorkspaceFile |
WorkspaceService.createFile(String path,
String localFilePath,
boolean createParentFolders)
Creates a file in the workspace.
|
WorkspaceFolder |
WorkspaceService.createFolder(String path,
boolean createParentFolders)
Creates a folder 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.
|
Copyright (c) 2019, SAS Institute Inc., Cary, NC, USA