Uses of Class
org.webswing.server.services.rest.resources.model.Sessions
-
Packages that use Sessions Package Description org.webswing.server.services.rest.resources org.webswing.server.services.rest.resources.api org.webswing.server.services.rest.resources.model -
-
Uses of Sessions in org.webswing.server.services.rest.resources
Methods in org.webswing.server.services.rest.resources that return Sessions Modifier and Type Method Description SessionsGlobalRestService. getSessions()SessionsSwingAppRestService. getSessions() -
Uses of Sessions in org.webswing.server.services.rest.resources.api
Methods in org.webswing.server.services.rest.resources.api that return Sessions Modifier and Type Method Description SessionsBasicApi. getSessions()Get All Sessions -
Uses of Sessions in org.webswing.server.services.rest.resources.model
Methods in org.webswing.server.services.rest.resources.model that return Sessions Modifier and Type Method Description SessionsSessions. closedSessions(List<SwingSession> closedSessions)SessionsSessions. recordings(List<String> recordings)SessionsSessions. sessions(List<SwingSession> sessions)
-