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 support 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 entire list of versions of the file.
|
RepositoryFile |
RepositoryService.updateFileContents(String path,
RepositoryCheckinSpecification checkinSpecification,
String localFileLocation)
Updates the contents of a repository file with the provided content or creates a new version of the file, if the
file is versioned.
|
Copyright (c) 2020, SAS Institute Inc., Cary, NC, USA