Package | Description |
---|---|
com.sas.lsaf.content.repository |
Classes and interfaces to manage content in the repository.
|
Modifier and Type | Method and Description |
---|---|
RepositoryContext |
RepositoryService.createContext(String path,
String typeId)
Creates a context in the repository.
|
RepositoryContext |
RepositoryService.getContext(String path)
Gets the repository context at the path.
|
RepositoryContext |
RepositoryService.getContextById(String id)
Gets the repository context by its unique identifier.
|
RepositoryContext |
RepositoryService.getParentMembershipContext(String path)
Gets the nearest parent context with the membership capability for the repository path.
|
RepositoryContext |
RepositoryService.getTopLevelContextByName(String name)
Gets a top-level context by name.
|
Modifier and Type | Method and Description |
---|---|
List<RepositoryContext> |
RepositoryService.getTopLevelContexts()
Gets the list of all of the accessible top-level contexts.
|
<i>Copyright (c) 2022, SAS Institute Inc., Cary, NC, USA</i>