Uses of Class
com.sas.lsaf.content.repository.RepositoryFile
Packages that use RepositoryFile
Package
Description
Classes and interfaces to manage content in the repository.
-
Uses of RepositoryFile in com.sas.lsaf.content.repository
Subclasses of RepositoryFile in com.sas.lsaf.content.repositoryModifier and TypeClassDescriptionclassThe class that represents an executable file that is stored in the repository.Methods in com.sas.lsaf.content.repository that return RepositoryFileModifier and TypeMethodDescriptionRepositoryService.checkin(String path, RepositoryCheckinSpecification checkinSpecification) Checks in the file from the current user's workspace to the repository.Checks out the file from the repository.RepositoryService.createFile(String path, String localFilePath, String comment, boolean createParentFolders) Creates an unversioned file in the repository.RepositoryService.createVersionedFile(String path, String localFilePath, String comment, String startingVersion, boolean createParentFolders) Creates a versioned file in the repository.RepositoryService.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.Gets the repository file at the path.RepositoryService.getFileVersion(String path, String version) Gets the specific version of a versioned file.Locks the specified repository file, prevents users from modifying the file in any way.RepositoryService.undoCheckout(String path) Undoes the checkout of the file.RepositoryService.unlockFile(String path) Unlocks 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.Methods in com.sas.lsaf.content.repository that return types with arguments of type RepositoryFileModifier and TypeMethodDescriptionRepositoryService.getFileVersions(String path) Gets the list of versions of the repository file.