Uses of Interface
com.sas.lsaf.content.repository.RepositoryService
-
Packages that use RepositoryService Package Description com.sas.lsaf Class to log on to the system.com.sas.lsaf.client Classes needed to create a session and access available services. -
-
Uses of RepositoryService in com.sas.lsaf
Methods in com.sas.lsaf that return RepositoryService Modifier and Type Method Description static RepositoryService
LsafClient. getRepositoryService()
Gets the RepositoryService to access using the current session -
Uses of RepositoryService in com.sas.lsaf.client
Methods in com.sas.lsaf.client that return RepositoryService Modifier and Type Method Description RepositoryService
ServiceManager. getRepositoryService()
Get theRepositoryService
instance bound to the current session.
-