|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RepositoryResource | |
---|---|
com.sas.hls.resource.repository | Provides the classes and interfaces needed to manipulate resources in the repository. |
Uses of RepositoryResource in com.sas.hls.resource.repository |
---|
Subclasses of RepositoryResource in com.sas.hls.resource.repository | |
---|---|
class |
RepositoryContainer
Client representation of a generic container stored in the repository. |
class |
RepositoryFile
Client representation of a file stored in the repository. |
class |
RepositoryFolder
Client representation of a folder stored in the repository. |
Methods in com.sas.hls.resource.repository that return RepositoryResource | |
---|---|
RepositoryResource |
RepositoryResourceService.copy(String sourcePath,
String destinationPath)
Copy the file or folder from the source path to the destination path. |
RepositoryResource |
RepositoryResourceService.getResource(String path)
Get a client representation of the specified repository resource. |
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. |
RepositoryResource |
RepositoryResourceService.updateResource(RepositoryResource repositoryResource)
Update the attributes on a repository resource. |
Methods in com.sas.hls.resource.repository that return types with arguments of type RepositoryResource | |
---|---|
List<RepositoryResource> |
RepositoryResourceService.getChildren(String parent)
Return the children of the specified resource. |
Methods in com.sas.hls.resource.repository with parameters of type RepositoryResource | |
---|---|
RepositoryResource |
RepositoryResourceService.updateResource(RepositoryResource repositoryResource)
Update the attributes on a repository resource. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |