Uses of Class
com.sas.lsaf.content.repository.RepositoryContext
-
Packages that use RepositoryContext Package Description com.sas.lsaf.content.repository Classes and interfaces to manage content in the repository. -
-
Uses of RepositoryContext in com.sas.lsaf.content.repository
Methods in com.sas.lsaf.content.repository that return RepositoryContext Modifier and Type Method Description RepositoryContext
RepositoryService. createContext(java.lang.String path, java.lang.String typeId)
Creates a context in the repository.RepositoryContext
RepositoryService. getContext(java.lang.String path)
Gets the repository context at the path.RepositoryContext
RepositoryService. getContextById(java.lang.String id)
Gets the repository context by its unique identifier.RepositoryContext
RepositoryService. getParentMembershipContext(java.lang.String path)
Gets the nearest parent context with the membership capability for the repository path.RepositoryContext
RepositoryService. getTopLevelContextByName(java.lang.String name)
Gets a top-level context by name.Methods in com.sas.lsaf.content.repository that return types with arguments of type RepositoryContext Modifier and Type Method Description java.util.List<RepositoryContext>
RepositoryService. getTopLevelContexts()
Gets the list of all of the accessible top-level contexts.
-