Uses of Class
com.sas.lsaf.content.workspace.WorkspaceItemNotFoundException
Packages that use WorkspaceItemNotFoundException
Package
Description
Classes and interfaces to manage content in the current user's workspace.
-
Uses of WorkspaceItemNotFoundException in com.sas.lsaf.content.workspace
Methods in com.sas.lsaf.content.workspace that throw WorkspaceItemNotFoundExceptionModifier and TypeMethodDescriptionCopies the workspace folder or file from the source path to the destination path.WorkspaceService.createFile(String path, String localFilePath, boolean createParentFolders) Creates a file in the workspace.WorkspaceService.createFolder(String path, boolean createParentFolders) Creates a folder in the workspace.SharedWorkspaceService.createLink(String sharedFolderId, String userId) Once a shared folder is created in the repository, access to the corresponding shared workspace folder can be made available to members of the context where the shared folder lives.voidDelete the specified folder or file in the workspace.voidBatchWorkspaceService.downloadAsZip(Set<String> paths, String localFilePath, boolean overwrite) Takes the workspace paths in the selected set and downloads them to the specified zip file .voidWorkspaceService.downloadFile(String path, String outputFilePath) Downloads the contents the workspace file to the specified local file system path.WorkspaceService.getCheckoutStatus(String path) Gets an enumeration value that describes thecheckoutstatus of the file.WorkspaceService.getChildren(String path) Gets the immediate children of the workspace folder.Gets a client representation of the item in the workspace.voidWorkspaceService.markForAdd(String path) Marks a file for addition to the repository.Moves the workspace folder or file from one location to another.Renames the workspace folder or file.WorkspaceService.updateFileContents(String path, String localFilePath) Replaces the content of the workspace file with the content of the specified local file system file.