Uses of Interface
co.arago.hiro.client.model.JsonMessage
-
-
Uses of JsonMessage in co.arago.hiro.client.connection.token
Classes in co.arago.hiro.client.connection.token that implement JsonMessage Modifier and Type Class Description protected static classAbstractRemoteAuthTokenAPIHandler.TokenInfoExtends the TokenResponse with additional data and operations. -
Uses of JsonMessage in co.arago.hiro.client.model
Classes in co.arago.hiro.client.model that implement JsonMessage Modifier and Type Class Description classDefaultHiroItemListMessageRepresents a HIRO list of items.classHiroErrorHandles error responses from HIRO of the format.static classHiroError.HiroErrorEntryclassHiroItemListMessage<T extends HiroJsonMap>Represents a HIRO list of items.classHiroJsonMapThis is a generic model class that collects all keys and values of a JSON object inHiroJsonMap.fieldsMap.classHiroMessageThis contains a LinkedHashMap<String, Object>HiroJsonMap.fieldsMap(fromHiroJsonMapfor the generic incoming data.classVersionResponseThe response to a version GET request against "/api/version".static classVersionResponse.VersionEntry -
Uses of JsonMessage in co.arago.hiro.client.model.token
Classes in co.arago.hiro.client.model.token that implement JsonMessage Modifier and Type Class Description classAbstractTokenRequestJSON for a token request.classCodeFlowTokenRequestJSON for a token request.classDecodedTokenData structure of the encoded JSON payload of a HIRO tokenstatic classDecodedToken.DataclassPasswordTokenRequestJSON for a token request.classTokenRefreshRequestJSON for a token refresh request.classTokenResponseThe token response from the auth APIclassTokenRevokeRequestJSON for a token revoke request.
Deprecated: -
Uses of JsonMessage in co.arago.hiro.client.model.vertex
Classes in co.arago.hiro.client.model.vertex that implement JsonMessage Modifier and Type Class Description classHiroVertexListMessageSpecial case of theHiroItemListMessagewhere the data is aHiroVertexMessage.classHiroVertexMessageContains data of a HIRO vertex.classMetaValueListImplementation of a meta value from HIRO attributes in vertices.static classMetaValueList.MetaValueField -
Uses of JsonMessage in co.arago.hiro.client.model.vertex.timeseries
Classes in co.arago.hiro.client.model.vertex.timeseries that implement JsonMessage Modifier and Type Class Description classHiroTimeseriesListMessagestatic classHiroTimeseriesListMessage.TimeseriesEntry -
Uses of JsonMessage in co.arago.hiro.client.model.websocket.action
Subinterfaces of JsonMessage in co.arago.hiro.client.model.websocket.action Modifier and Type Interface Description interfaceActionHandlerCodeMessageinterfaceActionHandlerIdMessageinterfaceActionHandlerMessageClasses in co.arago.hiro.client.model.websocket.action that implement JsonMessage Modifier and Type Class Description classAbstractActionHandlerIdMessage -
Uses of JsonMessage in co.arago.hiro.client.model.websocket.action.impl
Classes in co.arago.hiro.client.model.websocket.action.impl that implement JsonMessage Modifier and Type Class Description classActionHandlerAck{ "type": "acknowledged", "id": "id1", "code": 200, "message: "..." }classActionHandlerConfigChanged{ "type": "configChanged" }classActionHandlerError{ "type": "error", "code": 400, "message: "bad request" }classActionHandlerNack{ "type": "negativeAcknowledged", "id": "id1", "code": 400, "message: "bad request" }classActionHandlerResult{ "type": "sendActionResult", "id": "id1", "result": "..." }classActionHandlerSubmit{ "type": "submitAction", "id": "id1", "handler": "handlerId", "capability": "ExecuteCommand", "parameters": {}, "timeout": 30000 } -
Uses of JsonMessage in co.arago.hiro.client.model.websocket.events
Classes in co.arago.hiro.client.model.websocket.events that implement JsonMessage Modifier and Type Class Description classEventsFilter -
Uses of JsonMessage in co.arago.hiro.client.model.websocket.events.impl
Classes in co.arago.hiro.client.model.websocket.events.impl that implement JsonMessage Modifier and Type Class Description classClearEventsMessage{ "type": "clear", "args": { } }classEventRegisterMessage{ "type": "register", "args": { "filter-id":EventsFilter.id"filter-type":EventsFilter.type, "filter-content":EventsFilter.content} }classEventsMessageAn incoming events message from the events-ws.
Example:classEventUnregisterMessage{ "type": "unregister", "args": { "filter-id":EventUnregisterMessage.FilterId.id} }classSubscribeScopeMessage{ "type": "subscribe", "id":SubscribeScopeMessage.id}classTokenRefreshMessage{ "type": "token", "args": { "_TOKEN":TokenRefreshMessage.Token.token} } -
Uses of JsonMessage in co.arago.hiro.client.rest
Methods in co.arago.hiro.client.rest with parameters of type JsonMessage Modifier and Type Method Description TAuthenticatedAPIHandler.SendBodyAPIRequestConf. setJsonBodyFromMessage(JsonMessage jsonMessage)Convert the jsonMessage into a JSON body String.
-