Uses of Interface
com.sas.lsaf.content.workspace.SharedWorkspaceService
-
Packages that use SharedWorkspaceService 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 SharedWorkspaceService in com.sas.lsaf
Methods in com.sas.lsaf that return SharedWorkspaceService Modifier and Type Method Description static SharedWorkspaceService
LsafClient. getSharedWorkspaceService()
Gets the SharedWorkspaceService to access using the current session -
Uses of SharedWorkspaceService in com.sas.lsaf.client
Methods in com.sas.lsaf.client that return SharedWorkspaceService Modifier and Type Method Description SharedWorkspaceService
ServiceManager. getSharedWorkspaceService()
Get theSharedWorkspaceService
instance bound to the current session.
-