|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 the source path to the destination path. |
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.move(String sourcePath,
String destinationFolderPath)
Move the file or folder located by the source path to the destination folder. |
RepositoryResource |
RepositoryResourceService.rename(String path,
String name)
Rename the repository resource. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |