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

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

Uses of WorkspaceResourceNotFoundException in com.sas.hls.resource.repository
 

Methods in com.sas.hls.resource.repository that throw WorkspaceResourceNotFoundException
 void RepositoryResourceService.checkoutFileToWorkspaceAndDownload(String path, String localFilePath)
          Checkout the specified resource from the repository to the current user's workspace, and then download the content of the workspace file to the specified local file path.
 void RepositoryResourceService.getCurrentFileVersionToWorkspace(String path)
          Get the current version of the specified repository file and bring it into your workspace.
 void RepositoryResourceService.getFileVersionToWorkspace(String path, String versionLabel)
          Get the specified version of the repository file and bring it into your workspace.
 

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

Methods in com.sas.hls.resource.workspace that throw WorkspaceResourceNotFoundException
 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.
 void WorkspaceResourceService.delete(String path)
          Delete the specified resource in the workspace.
 void WorkspaceResourceService.downloadFile(String path, String outputFilePath)
          Download the contents of a specified workspace file to the specified local file.
 List<WorkspaceResource> WorkspaceResourceService.getChildren(String path)
          Return the children of the specified workspace folder.
 WorkspaceResource WorkspaceResourceService.getResource(String path)
          Get a client representation of the specified resource in the workspace.
 WorkspaceResource WorkspaceResourceService.rename(String path, String name)
          Rename the workspace resource.
 WorkspaceFile WorkspaceResourceService.updateFileContents(String path, String localFilePath)
          Replace the current content of the workspace file with the content of the specified local file.
 



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