Uses of Class
org.apache.unomi.api.ContextRequest
-
Packages that use ContextRequest Package Description org.apache.unomi.rest.deserializers org.apache.unomi.rest.endpoints -
-
Uses of ContextRequest in org.apache.unomi.rest.deserializers
Methods in org.apache.unomi.rest.deserializers that return ContextRequest Modifier and Type Method Description ContextRequest
ContextRequestDeserializer. deserialize(com.fasterxml.jackson.core.JsonParser jsonParser, com.fasterxml.jackson.databind.DeserializationContext context)
Constructor parameters in org.apache.unomi.rest.deserializers with type arguments of type ContextRequest Constructor Description ContextRequestDeserializer(Class<ContextRequest> vc, SchemaService schemaRegistry)
-
Uses of ContextRequest in org.apache.unomi.rest.endpoints
Methods in org.apache.unomi.rest.endpoints with parameters of type ContextRequest Modifier and Type Method Description javax.ws.rs.core.Response
ContextJsonEndpoint. contextJSAsGet(ContextRequest contextRequest, String personaId, String sessionId, Long timestampAsLong, boolean invalidateProfile, boolean invalidateSession)
javax.ws.rs.core.Response
ContextJsonEndpoint. contextJSAsPost(ContextRequest contextRequest, String personaId, String sessionId, Long timestampAsLong, boolean invalidateProfile, boolean invalidateSession)
ContextResponse
ContextJsonEndpoint. contextJSONAsGet(ContextRequest contextRequest, String personaId, String sessionId, Long timestampAsLong, boolean invalidateProfile, boolean invalidateSession)
ContextResponse
ContextJsonEndpoint. contextJSONAsPost(ContextRequest contextRequest, String personaId, String sessionId, Long timestampAsLong, boolean invalidateProfile, boolean invalidateSession)
-