Package | Description |
---|---|
com.sas.lsaf.content.repository |
Classes and interfaces to manage content in the repository.
|
Modifier and Type | Method and Description |
---|---|
RepositoryFile |
RepositoryService.disableVersioning(String path,
String comment)
Disables versioning support for the repository file.
|
RepositoryFile |
RepositoryService.enableVersioning(String path,
String startingVersion,
String comment)
Enables versioning for the repository file.
|
List<RepositoryFileVersionInfo> |
RepositoryService.getFileVersionInfos(String path)
Gets the list of the version information that represents each version of the repository file.
|
List<RepositoryFile> |
RepositoryService.getFileVersions(String path)
Gets the list of versions of the repository file.
|
RepositoryFile |
RepositoryService.updateFileContents(String path,
RepositoryCheckinSpecification checkinSpecification,
String localFileLocation)
Updates the repository file with the specified file or creates a new version of the file, if the file is
versioned.
|
<i>Copyright (c) 2020, SAS Institute Inc., Cary, NC, USA</i>