Package | Description |
---|---|
com.sas.hls.resource.repository |
Provides the classes and interfaces needed to manipulate resources in the repository.
|
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
List<RepositoryResource> |
RepositoryResourceService.getChildren(String parent)
Return the children of the specified resource.
|
Modifier and Type | Method and Description |
---|---|
RepositoryResource |
RepositoryResourceService.updateResource(RepositoryResource repositoryResource)
Update the attributes on a repository resource.
|
Copyright (c) 2017, SAS Institute Inc., Cary, NC, USA