Uses of Class
com.sas.hls.resource.workspace.exception.WorkspaceResourceExistsException

Packages that use WorkspaceResourceExistsException
com.sas.hls.resource.workspace Provides the classes and interfaces to manipulate resources in the current workspace. 
 

Uses of WorkspaceResourceExistsException in com.sas.hls.resource.workspace
 

Methods in com.sas.hls.resource.workspace that throw WorkspaceResourceExistsException
 WorkspaceResource WorkspaceResourceService.copy(String sourcePath, String destinationPath)
          Copy the file or folder from the source path to the destination path.
 WorkspaceFile WorkspaceResourceService.createFile(String path, String localFilePath, boolean createParentFolders)
          Create a new file in the workspace.
 WorkspaceFolder WorkspaceResourceService.createFolder(String path, boolean createParentFolders)
          Create a folder at the given location.
 WorkspaceResource WorkspaceResourceService.move(String sourcePath, String destinationFolderPath)
          Move the file or folder from one location to another.
 WorkspaceResource WorkspaceResourceService.rename(String path, String name)
          Rename the workspace resource.
 



Copyright (c) 2016, SAS Institute Inc., Cary, NC, USA