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