Package | Description |
---|---|
com.sas.hls.resource.repository |
Provides the classes and interfaces needed to manipulate resources in the repository.
|
Modifier and Type | Method and Description |
---|---|
RepositoryFile |
RepositoryResourceService.createFile(String path,
String localFilePath,
String comment,
boolean createParentFolders)
Create an unversioned file in the repository.
|
RepositoryFile |
RepositoryResourceService.createVersionedFile(String path,
String localFilePath,
String comment,
String startingVersion,
boolean createParentFolders)
Create a versioned file in the repository.
|
RepositoryFile |
RepositoryResourceService.disableVersioningOnFile(String path,
String comment)
Disable versioning support for the specified RepositoryFile.
|
RepositoryFile |
RepositoryResourceService.enableVersioningOnFile(String path,
String comment,
String startingVersion)
Turn on versioning support for the specified RepositoryFile.
|
RepositoryFile |
RepositoryResourceService.getFileVersion(String path,
String version)
Get a client representation of the specified resource.
|
RepositoryFile |
RepositoryResourceService.lockFile(String path)
Lock the repository file
|
RepositoryFile |
RepositoryResourceService.unlockFile(String path)
Unlock the repository file
|
RepositoryFile |
RepositoryResourceService.updateFileContents(String path,
ResourceCheckinSpecification ciSpec,
String localFileLocation)
Replace the contents of a RepositoryFile with the provided content and make the new version number be as
specified.
|
Modifier and Type | Method and Description |
---|---|
List<RepositoryFile> |
RepositoryResourceService.getVersions(String path)
Get the list of stored versions of the specified repository file.
|
Copyright (c) 2017, SAS Institute Inc., Cary, NC, USA