Uses of Class
com.sas.lsaf.content.repository.RepositoryContext
Packages that use RepositoryContext
Package
Description
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 RepositoryContextModifier and TypeMethodDescriptionRepositoryService.createContext(String path, String typeId) Creates a context in the repository.RepositoryService.getContext(String path) Gets the repository context at the path.RepositoryService.getContextById(String id) Gets the repository context by its unique identifier.RepositoryService.getParentMembershipContext(String path) Gets the nearest parent context with the membership capability for the repository path.RepositoryService.getTopLevelContextByName(String name) Gets a top-level context by name.Methods in com.sas.lsaf.content.repository that return types with arguments of type RepositoryContextModifier and TypeMethodDescriptionRepositoryService.getTopLevelContexts()Gets the list of all of the accessible top-level contexts.