Package | Description |
---|---|
com.sas.lsaf.content.repository |
Classes and interfaces to manage content in the repository.
|
Modifier and Type | Method and Description |
---|---|
RepositoryItem |
RepositoryService.copy(String sourcePath,
String destinationPath)
Copies the repository object from the source path to the destination path.
|
RepositoryContext |
RepositoryService.createContext(String path,
String typeId)
Creates a context in the repository.
|
RepositoryFile |
RepositoryService.createFile(String path,
String localFilePath,
String comment,
boolean createParentFolders)
Creates an unversioned file in the repository.
|
RepositoryFolder |
RepositoryService.createFolder(String path,
boolean createParentFolders)
Creates a folder in the repository.
|
RepositoryFile |
RepositoryService.createVersionedFile(String path,
String localFilePath,
String comment,
String startingVersion,
boolean createParentFolders)
Creates a versioned file in the repository.
|
RepositoryItem |
RepositoryService.move(String sourcePath,
String destinationPath)
Moves the repository object from the source path to the destination path.
|
RepositoryItem |
RepositoryService.rename(String path,
String name)
Renames the repository object.
|
<i>Copyright (c) 2021, SAS Institute Inc., Cary, NC, USA</i>