Uses of Class
com.sas.hls.resource.repository.exception.RepositoryResourceNotFoundException

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

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

Methods in com.sas.hls.resource.repository that throw RepositoryResourceNotFoundException
 void RepositoryResourceService.checkinFileFromWorkspace(String path, ResourceCheckinSpecification checkinSpecification)
          Check in the contents of this resource from the current user's workspace to the repository.
 void RepositoryResourceService.checkoutFileToWorkspace(String path)
          Checkout the specified resource from the repository and into the current user's workspace.
 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.
 RepositoryResource RepositoryResourceService.copy(String sourcePath, String destinationPath)
          Copy the file or folder from sourcePath into targetFolder and give the new copy the name newName.
 RepositoryFile RepositoryResourceService.createFile(String path, String localFilePath, String comment, boolean createParentFolders)
          Create an unversioned file in the repository.
 RepositoryFolder RepositoryResourceService.createFolder(String path, boolean createParentFolder)
          Create a container at the given location in the repository.
 RepositoryFile RepositoryResourceService.createVersionedFile(String path, String localFilePath, String comment, String startingVersion, boolean createParentFolders)
          Create a versioned file in the repository.
 void RepositoryResourceService.delete(String path)
          Logically delete the specified resource (i.e.
 RepositoryFile RepositoryResourceService.disableVersioningOnFile(String path, String comment)
          Disable versioning support for the specified RepositoryFile.
 void RepositoryResourceService.downloadFile(String path, String versionLabel, String outputFilePath)
          Download the current contents of a specified ServerResource to the specified local file.
 RepositoryFile RepositoryResourceService.enableVersioningOnFile(String path, String comment, String startingVersion)
          Turn on versioning support for the specified RepositoryFile.
 List<RepositoryResource> RepositoryResourceService.getChildren(String parent)
          Return the children of the specified resource.
 void RepositoryResourceService.getCurrentFileVersionToWorkspace(String path)
          Get the current version of the specified repository file and bring it into your workspace.
 RepositoryFile RepositoryResourceService.getFileVersion(String path, String versionLabel)
          Get a client representation of the specified resource.
 void RepositoryResourceService.getFileVersionToWorkspace(String path, String versionLabel)
          Get the specified version of the repository file and bring it into your workspace.
 RepositoryResource RepositoryResourceService.getResource(String path)
          Get a client representation of the specified repository resource.
 List<String> RepositoryResourceService.getVersionLabels(String path)
          Get the list of labels for each version of the specified repository file stored in the repository.
 List<RepositoryFile> RepositoryResourceService.getVersions(String path)
          Get the list of stored versions of the specified repository file.
 void RepositoryResourceService.updateContentInWorkspaceAndCheckin(String path, String localFilePath, ResourceCheckinSpecification ciSpec)
          Save the local file contents specified into the current user's workspace, and then check the workspace file into the repository.
 RepositoryFile RepositoryResourceService.updateFileContents(String path, ResourceCheckinSpecification ciSpec, String localFileLocation)
          Replace the contents of a RepositoryFile with the provided content and make the new version number be as specified.
 



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