Uses of Class
org.apache.unomi.api.ContextRequest
Packages that use ContextRequest
- 
Uses of ContextRequest in org.apache.unomi.rest.deserializers
Methods in org.apache.unomi.rest.deserializers that return ContextRequestModifier and TypeMethodDescriptionContextRequestDeserializer.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 ContextRequestModifierConstructorDescriptionContextRequestDeserializer(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 ContextRequestModifier and TypeMethodDescriptionjavax.ws.rs.core.ResponseContextJsonEndpoint.contextJSAsGet(ContextRequest contextRequest, String personaId, String sessionId, Long timestampAsLong, boolean invalidateProfile, boolean invalidateSession) javax.ws.rs.core.ResponseContextJsonEndpoint.contextJSAsPost(ContextRequest contextRequest, String personaId, String sessionId, Long timestampAsLong, boolean invalidateProfile, boolean invalidateSession) ContextJsonEndpoint.contextJSONAsGet(ContextRequest contextRequest, String personaId, String sessionId, Long timestampAsLong, boolean invalidateProfile, boolean invalidateSession) ContextJsonEndpoint.contextJSONAsPost(ContextRequest contextRequest, String personaId, String sessionId, Long timestampAsLong, boolean invalidateProfile, boolean invalidateSession)