Uses of Class
org.webswing.server.services.rest.resources.RestException
-
Packages that use RestException Package Description org.webswing.server.services.rest org.webswing.server.services.rest.resources org.webswing.server.services.rest.resources.api -
-
Uses of RestException in org.webswing.server.services.rest
Methods in org.webswing.server.services.rest with parameters of type RestException Modifier and Type Method Description javax.ws.rs.core.ResponseRestUrlHandlerImpl.RestExceptionMapper. toResponse(RestException ex) -
Uses of RestException in org.webswing.server.services.rest.resources
Methods in org.webswing.server.services.rest.resources that throw RestException Modifier and Type Method Description IntegerGlobalRestService. activeSessionsCount()IntegerSwingAppRestService. activeSessionsCount()voidGlobalRestService. createApp(String path)FileGlobalRestService. downloadLog(String type)FileSwingAppRestService. downloadSessionsLog()StringSwingAppRestService. generateCsrfToken()StringGlobalRestService. getAdminConsoleUrl()StringSwingAppRestService. getAdminConsoleUrl()List<ApplicationInfoMsg>GlobalRestService. getApps()List<ApplicationInfoMsg>SwingAppRestService. getApps()List<BasicApplicationInfo>GlobalRestService. getAppsForSessionLogView()static MetaObjectBaseRestUtil. getConfig(PrimaryUrlHandler handler, ConfigurationService configService)MetaObjectGlobalRestService. getConfig()MetaObjectSwingAppRestService. getConfig()FileGlobalRestService. getIcon()FileSwingAppRestService. getIcon()ApplicationInfoGlobalRestService. getInfo()ApplicationInfoSwingAppRestService. getInfo()List<String>SwingAppRestService. getLogInstanceIds()LogResponseGlobalRestService. getLogs(String type, LogRequest request)static ManifestBaseRestUtil. getManifest(PrimaryUrlHandler handler)ManifestGlobalRestService. getManifest()ManifestSwingAppRestService. getManifest()static MetaObjectBaseRestUtil. getMeta(Map<String,Object> json, PrimaryUrlHandler handler, ConfigurationService configService)MetaObjectGlobalRestService. getMeta(Map<String,Object> requestBody)MetaObjectSwingAppRestService. getMeta(Map<String,Object> requestBody)SwingSessionSwingAppRestService. getMetrics(String uuid)List<BasicApplicationInfo>GlobalRestService. getPaths()List<BasicApplicationInfo>SwingAppRestService. getPaths()PermissionsGlobalRestService. getPermissions()PermissionsSwingAppRestService. getPermissions()SwingSessionSwingAppRestService. getSession(String id)LogResponseSwingAppRestService. getSessionLogs(LogRequest request)SessionsGlobalRestService. getSessions()SessionsSwingAppRestService. getSessions()Map<String,Map<String,BigDecimal>>GlobalRestService. getStats()Map<String,Map<String,BigDecimal>>SwingAppRestService. getStats()StringSwingAppRestService. getThreadDump(String instanceId, String timestamp)static StringBaseRestUtil. getVersion()StringGlobalRestService. getVersion()StringSwingAppRestService. getVersion()voidGlobalRestService. ping()voidSwingAppRestService. ping()voidGlobalRestService. removeApp(String path)voidSwingAppRestService. requestThreadDump(String id)static StringBaseRestUtil. resolve(String type, String stringToResolve, PrimaryUrlHandler handler)StringGlobalRestService. resolve(String type, String resolve)StringSwingAppRestService. resolve(String type, String resolve)voidGlobalRestService. saveConfig(Map<String,Object> config)voidSwingAppRestService. saveConfig(Map<String,Object> config)static Map<String,String>BaseRestUtil. searchVariables(String type, String searchSequence, PrimaryUrlHandler handler)Map<String,String>GlobalRestService. searchVariables(String type, String search)Map<String,String>SwingAppRestService. searchVariables(String type, String search)voidSwingAppRestService. shutdown(String id, String forceKill)voidGlobalRestService. startApp(String path)SwingSessionSwingAppRestService. startRecording(String id)voidGlobalRestService. stopApp(String path)voidSwingAppRestService. toggleStatisticsLogging(String instanceId, Boolean enabled) -
Uses of RestException in org.webswing.server.services.rest.resources.api
Methods in org.webswing.server.services.rest.resources.api that throw RestException Modifier and Type Method Description IntegerBasicApi. activeSessionsCount()Get Number of Active SessionsvoidManageApplicationsApi. createApp(String appPath)Create ApplicationFileViewLogsApi. downloadLog(String type)Download LogsFileManageSessionsApi. downloadSessionsLog()Download Session LogsStringManageSessionsApi. generateCsrfToken()CSRF TokenStringBasicApi. getAdminConsoleUrl()URL of admin consoleList<ApplicationInfoMsg>BasicApi. getApps()Get ApplicationsList<BasicApplicationInfo>ViewLogsApi. getAppsForSessionLogView()Get Session-Logging ApplicationsMetaObjectManageConfigurationApi. getConfig()Get ConfigFileBasicApi. getIcon()Get Application IconApplicationInfoBasicApi. getInfo()Get Path InfoList<String>ManageSessionsApi. getLogInstanceIds()Get session-logging InstancesLogResponseViewLogsApi. getLogs(String type, LogRequest logRequest)Request Log ContentManifestBasicApi. getManifest()PWA manifestMetaObjectManageConfigurationApi. getMeta(Map<String,Object> requestBody)Describe ConfigurationSwingSessionManageSessionsApi. getMetrics(String uuid)Get Session MetricsList<BasicApplicationInfo>BasicApi. getPaths()Get Available ApplicationsPermissionsBasicApi. getPermissions()Get User PermissionsSwingSessionManageSessionsApi. getSession(String id)Get Session detailsLogResponseManageSessionsApi. getSessionLogs(LogRequest logRequest)Request Session Log ContentSessionsBasicApi. getSessions()Get All SessionsMap<String,Map<String,BigDecimal>>BasicApi. getStats()Get Aggregated StatsStringManageSessionsApi. getThreadDump(String instanceId, String timestamp)Get Thread DumpStringBasicApi. getVersion()Webswing Server VersionvoidBasicApi. ping()PingvoidManageApplicationsApi. removeApp(String appPath)Remove ApplicationvoidManageSessionsApi. requestThreadDump(String instanceId)Create Thread DumpStringManageConfigurationApi. resolve(String type, String resolve)Resolve Variables.voidManageConfigurationApi. saveConfig(Map<String,Object> requestBody)Set ConfigMap<String,String>ManageConfigurationApi. searchVariables(String type, String search)Find VariablesvoidManageSessionsApi. shutdown(String id, String force)Request session shutdownvoidManageApplicationsApi. startApp(String appPath)Enable ApplicationSwingSessionManageSessionsApi. startRecording(String id)Start Session RecordingvoidManageApplicationsApi. stopApp(String appPath)Disable ApplicationvoidManageSessionsApi. toggleStatisticsLogging(String instanceId, Boolean enabled)Set statistics logging value
-