Uses of Class
com.sas.lsaf.content.workspace.WorkspaceItem
-
Packages that use WorkspaceItem Package Description com.sas.lsaf.content.workspace Classes and interfaces to manage content in the current user's workspace. -
-
Uses of WorkspaceItem in com.sas.lsaf.content.workspace
Subclasses of WorkspaceItem in com.sas.lsaf.content.workspace Modifier and Type Class 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.Methods in com.sas.lsaf.content.workspace that return WorkspaceItem Modifier and Type Method Description WorkspaceItem
WorkspaceService. copy(java.lang.String sourcePath, java.lang.String destinationPath)
Copies the workspace folder or file from the source path to the destination path.WorkspaceItem
WorkspaceService. getItem(java.lang.String path)
Gets a client representation of the item in the workspace.WorkspaceItem
WorkspaceService. move(java.lang.String sourcePath, java.lang.String destinationPath)
Moves the workspace folder or file from one location to another.WorkspaceItem
WorkspaceService. rename(java.lang.String path, java.lang.String name)
Renames the workspace folder or file.Methods in com.sas.lsaf.content.workspace that return types with arguments of type WorkspaceItem Modifier and Type Method Description java.util.List<WorkspaceItem>
WorkspaceService. getChildren(java.lang.String path)
Gets the immediate children of the workspace folder.
-