Package | Description |
---|---|
com.sas.lsaf.content.repository |
Classes and interfaces to manage content in the repository.
|
Modifier and Type | Class and Description |
---|---|
class |
RepositoryContainer
The abstract base class for all repository containers.
|
class |
RepositoryContext
The class that represents a context within the repository hierarchy.
|
class |
RepositoryExecutableFile
The class that represents an executable file that is stored in the repository.
|
class |
RepositoryFile
The class that represents a file that is stored in the repository.
|
class |
RepositoryFolder
The class that represents a folder that is 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.
|
RepositoryItem |
RepositoryService.getItem(String path)
Gets the repository object at the path.
|
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.
|
RepositoryItem |
RepositoryService.updateItem(RepositoryItem item)
Updates the editable attributes of a repository object.
|
Modifier and Type | Method and Description |
---|---|
List<RepositoryItem> |
RepositoryService.getChildren(String path)
Gets the children of the container path.
|
List<RepositoryItem> |
RepositoryService.getChildrenByType(String path,
String typeId)
Gets the children of the container path.
|
Set<RepositoryItem> |
RepositorySearchResults.getSearchResults()
Gets search results based on the
SearchQuery specified in to RepositoryService.search(SearchQuery) . |
Modifier and Type | Method and Description |
---|---|
RepositoryItem |
RepositoryService.updateItem(RepositoryItem item)
Updates the editable attributes of a repository object.
|
Constructor and Description |
---|
RepositorySearchResults(Set<RepositoryItem> searchResults,
boolean limitReached)
It is not intended or recommended that the consumer of this API construct these objects.
|
<i>Copyright (c) 2022, SAS Institute Inc., Cary, NC, USA</i>