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

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

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

Methods in com.sas.hls.resource.repository that throw RepositoryResourceExistsException
 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.
 RepositoryResource RepositoryResourceService.rename(String path, String name)
          Rename the repository resource.
 



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