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 |
---|---|
RepositoryFile |
RepositoryResourceService.disableVersioningOnFile(String path,
String comment)
Disable versioning support for the specified RepositoryFile.
|
RepositoryFile |
RepositoryResourceService.enableVersioningOnFile(String path,
String comment,
String startingVersion)
Turn on versioning support for the specified RepositoryFile.
|
List<String> |
RepositoryResourceService.getVersionLabels(String path)
Get the list of labels for each version of the specified repository file stored in the repository.
|
List<RepositoryFile> |
RepositoryResourceService.getVersions(String path)
Get the list of stored versions of the specified repository file.
|
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