Uses of Class
com.sas.lsaf.content.repository.RepositoryItemCheckoutException
-
Packages that use RepositoryItemCheckoutException Package Description com.sas.lsaf.content.repository Classes and interfaces to manage content in the repository. -
-
Uses of RepositoryItemCheckoutException in com.sas.lsaf.content.repository
Methods in com.sas.lsaf.content.repository that throw RepositoryItemCheckoutException Modifier and Type Method Description RepositoryFile
RepositoryService. checkout(java.lang.String path)
Checks out the file from the repository.RepositoryFile
RepositoryService. updateFileContents(java.lang.String path, RepositoryCheckinSpecification checkinSpecification, java.lang.String localFileLocation)
Updates the repository file with the specified file or creates a new version of the file, if the file is versioned.
-