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 targetPath)
          Copy the file or folder from sourcePath into targetFolder and give the new copy the name newName.
 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.rename(String path, String name)
          Rename the workspace resource.
 



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