|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RepositoryResourceCheckoutException | |
---|---|
com.sas.hls.resource.repository | Provides the classes and interfaces needed to manipulate resources in the repository. |
Uses of RepositoryResourceCheckoutException in com.sas.hls.resource.repository |
---|
Methods in com.sas.hls.resource.repository that throw RepositoryResourceCheckoutException | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |