Package | Description |
---|---|
com.sas.lsaf.content.repository |
Classes and interfaces to manage content in the repository.
|
Modifier and Type | Class and Description |
---|---|
class |
RepositoryExecutableFile
The class that represents an executable file that is stored in the repository.
|
Modifier and Type | Method and Description |
---|---|
RepositoryFile |
RepositoryService.checkin(String path,
RepositoryCheckinSpecification checkinSpecification)
Checks in the file from the current user's workspace to the repository.
|
RepositoryFile |
RepositoryService.checkout(String path)
Checks out the file from the repository.
|
RepositoryFile |
RepositoryService.createFile(String path,
String localFilePath,
String comment,
boolean createParentFolders)
Creates an unversioned file in the repository.
|
RepositoryFile |
RepositoryService.createVersionedFile(String path,
String localFilePath,
String comment,
String startingVersion,
boolean createParentFolders)
Creates a versioned file in the repository.
|
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.
|
RepositoryFile |
RepositoryService.getFile(String path)
Gets the repository file at the path.
|
RepositoryFile |
RepositoryService.getFileVersion(String path,
String version)
Gets the specific version of a versioned file.
|
RepositoryFile |
RepositoryService.lockFile(String path)
Locks the specified repository file, prevents users from modifying the file in any way.
|
RepositoryFile |
RepositoryService.undoCheckout(String path)
Undoes the checkout of the file.
|
RepositoryFile |
RepositoryService.unlockFile(String path)
Unlocks 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.
|
Modifier and Type | Method and Description |
---|---|
List<RepositoryFile> |
RepositoryService.getFileVersions(String path)
Gets the list of versions of the repository file.
|
<i>Copyright (c) 2020, SAS Institute Inc., Cary, NC, USA</i>