Uses of Class
com.sas.lsaf.content.workspace.WorkspaceItemExistsException
-
Packages that use WorkspaceItemExistsException Package Description com.sas.lsaf.content.workspace 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 WorkspaceItemExistsException 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.WorkspaceFile
WorkspaceService. createFile(java.lang.String path, java.lang.String localFilePath, boolean createParentFolders)
Creates a file in the workspace.WorkspaceFolder
WorkspaceService. createFolder(java.lang.String path, boolean createParentFolders)
Creates a folder in the workspace.SharedWorkspaceEntry
SharedWorkspaceService. createLink(java.lang.String sharedFolderId, java.lang.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.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.
-