Uses of Class
com.sas.lsaf.content.repository.RepositoryItemVersioningException
Packages that use RepositoryItemVersioningException
Package
Description
Classes and interfaces to manage content in the repository.
-
Uses of RepositoryItemVersioningException in com.sas.lsaf.content.repository
Methods in com.sas.lsaf.content.repository that throw RepositoryItemVersioningExceptionModifier and TypeMethodDescriptionRepositoryService.disableVersioning(String path, String comment) Disables versioning support for the repository file.RepositoryService.enableVersioning(String path, String startingVersion, String comment) Enables versioning for the repository file.RepositoryService.getFileVersionInfos(String path) Gets the list of the version information that represents each version of the repository file.RepositoryService.getFileVersions(String path) Gets the list of versions of the repository file.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.