Package | Description |
---|---|
com.sas.lsaf.execution.session |
The classes and interfaces to query and manage execution sessions.
|
Modifier and Type | Method and Description |
---|---|
Session |
SessionService.endSession(String id)
Ends a session.
|
Session |
SessionService.getSession(String id)
Gets the session with the identifier.
|
Modifier and Type | Method and Description |
---|---|
Set<Session> |
SessionService.getAllSessions()
Gets a list of all of the sessions for all of the users.
|
Set<Session> |
SessionService.getCurrentUserSessions()
Gets a list of all of the sessions for the current user.
|
Set<Session> |
SessionSearchResults.getSessions()
The sessions found that match the query.
|
Set<Session> |
SessionService.getSessionsByUser(String userId)
Gets a list of the sessions for the user with the specified userId.
|
Constructor and Description |
---|
SessionSearchResults(Set<Session> sessions,
boolean limitReached)
It is not intended or recommended that the consumer of this API construct these objects.
|
<i>Copyright (c) 2021, SAS Institute Inc., Cary, NC, USA</i>