Uses of Class
com.sas.lsaf.content.workspace.WorkspaceItemExistsException
Packages that use WorkspaceItemExistsException
Package
Description
Classes and interfaces to manage content in the current user's workspace.
-
Uses of WorkspaceItemExistsException in com.sas.lsaf.content.workspace
Methods in com.sas.lsaf.content.workspace that throw WorkspaceItemExistsExceptionModifier 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.Moves the workspace folder or file from one location to another.Renames the workspace folder or file.