Package | Description |
---|---|
com.sas.hls.resource.repository |
Provides the classes and interfaces needed to manipulate resources in the repository.
|
Modifier and Type | Method and Description |
---|---|
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.
|
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) 2017, SAS Institute Inc., Cary, NC, USA