Uses of Class
org.apache.unomi.api.Event
Packages that use Event
Package
Description
-
Uses of Event in org.apache.unomi.api
Methods in org.apache.unomi.api that return types with arguments of type EventModifier and TypeMethodDescriptionContextRequest.getEvents()
Retrieves the events that the client has generated as part of its processes and wishes the context server to process.EventsCollectorRequest.getEvents()
Retrieves the events to be processed.Method parameters in org.apache.unomi.api with type arguments of type Event -
Uses of Event in org.apache.unomi.api.actions
Methods in org.apache.unomi.api.actions with parameters of type EventModifier and TypeMethodDescriptionThis method is responsible of executing the action logic, so it will probably dispatch to an underlying engine such as a scripting engine or any other type.int
-
Uses of Event in org.apache.unomi.api.services
Methods in org.apache.unomi.api.services that return EventMethods in org.apache.unomi.api.services that return types with arguments of type EventModifier and TypeMethodDescriptionEventService.searchEvents
(String sessionId, String[] eventTypes, String query, int offset, int size, String sortBy) EventService.searchEvents
(Condition condition, int offset, int size) Methods in org.apache.unomi.api.services with parameters of type EventModifier and TypeMethodDescriptionboolean
Whether or not this listener can handle the specified event.RulesService.getMatchingRules
(Event event) Retrieves all the matching rules for a specific eventboolean
EventService.hasEventAlreadyBeenRaised
(Event event) Checks whether the specified event has already been raised with the same itemId.boolean
EventService.hasEventAlreadyBeenRaised
(Event event, boolean session) Checks whether the specified event has already been raised either for the associated session or profile depending on the specifiedsession
parameter.boolean
EventService.isEventAllowed
(Event event, String thirdPartyId) Check if the sender is allowed to sent the speecified event.void
RuleListenerService.onAlreadyRaised
(RuleListenerService.AlreadyRaisedFor alreadyRaisedFor, Rule rule, Event event) Called when a rule has already been raised either for a session or a profile.void
RuleListenerService.onEvaluate
(Rule rule, Event event) Called before a rule's conditions are evaluated.int
Handles the specified event.void
RuleListenerService.onExecuteActions
(Rule rule, Event event) Called just before a matching rule's actions are about to be executed.int
Propagates the specified event in the context server, notifyingEventListenerService
instances if needed. -
Uses of Event in org.apache.unomi.api.utils
Methods in org.apache.unomi.api.utils with parameters of type EventModifier and TypeMethodDescriptionstatic Object
ParserHelper.extractValue
(String s, Event event, Map<String, ParserHelper.ValueExtractor> valueExtractors) ParserHelper.parseMap
(Event event, Map<String, Object> map, Map<String, ParserHelper.ValueExtractor> valueExtractors) -
Uses of Event in org.apache.unomi.graphql.actions
Methods in org.apache.unomi.graphql.actions with parameters of type Event -
Uses of Event in org.apache.unomi.graphql.fetchers
Method parameters in org.apache.unomi.graphql.fetchers with type arguments of type EventModifier and TypeMethodDescriptionprotected CDPEventConnection
EventConnectionDataFetcher.createEventConnection
(PartialList<Event> events) -
Uses of Event in org.apache.unomi.graphql.fetchers.event
Methods in org.apache.unomi.graphql.fetchers.event with parameters of type Event -
Uses of Event in org.apache.unomi.graphql.providers.sample
Methods in org.apache.unomi.graphql.providers.sample that return EventModifier and TypeMethodDescriptionMyEventInput.buildEvent
(LinkedHashMap<String, Object> eventInputAsMap, graphql.schema.DataFetchingEnvironment environment) VENDOR_PageViewEventInput.buildEvent
(LinkedHashMap<String, Object> eventInputAsMap, graphql.schema.DataFetchingEnvironment environment) MyEvent.getEvent()
Constructors in org.apache.unomi.graphql.providers.sample with parameters of type Event -
Uses of Event in org.apache.unomi.graphql.schema
Methods in org.apache.unomi.graphql.schema with parameters of type EventModifier and TypeMethodDescription -
Uses of Event in org.apache.unomi.graphql.types.input
Methods in org.apache.unomi.graphql.types.input that return EventModifier and TypeMethodDescriptionCDPConsentUpdateEventInput.buildEvent
(LinkedHashMap<String, Object> eventInputAsMap, graphql.schema.DataFetchingEnvironment environment) CDPEventProcessor.buildEvent
(LinkedHashMap<String, Object> eventInputAsMap, graphql.schema.DataFetchingEnvironment environment) CDPListsUpdateEventInput.buildEvent
(LinkedHashMap<String, Object> eventInputAsMap, graphql.schema.DataFetchingEnvironment environment) CDPProfileUpdateEventInput.buildEvent
(LinkedHashMap<String, Object> eventInputAsMap, graphql.schema.DataFetchingEnvironment environment) CDPSessionEventInput.buildEvent
(LinkedHashMap<String, Object> eventInputAsMap, graphql.schema.DataFetchingEnvironment environment) CDPUnomiEventInput.buildEvent
(LinkedHashMap<String, Object> eventInputAsMap, graphql.schema.DataFetchingEnvironment environment) -
Uses of Event in org.apache.unomi.graphql.types.output
Methods in org.apache.unomi.graphql.types.output that return EventModifier and TypeMethodDescriptionCDPConsentUpdateEvent.getEvent()
CDPEventEdge.getEvent()
CDPEventInterface.getEvent()
CDPListsUpdateEvent.getEvent()
CDPProfileUpdateEvent.getEvent()
CDPSessionEvent.getEvent()
UnomiEvent.getEvent()
Constructors in org.apache.unomi.graphql.types.output with parameters of type EventModifierConstructorDescriptionCDPConsentUpdateEvent
(Event event) CDPEventEdge
(Event event) CDPListsUpdateEvent
(Event event) CDPProfileUpdateEvent
(Event event) CDPSessionEvent
(Event event) UnomiEvent
(Event event) -
Uses of Event in org.apache.unomi.graphql.utils
Methods in org.apache.unomi.graphql.utils that return Event -
Uses of Event in org.apache.unomi.groovy.actions
Methods in org.apache.unomi.groovy.actions with parameters of type Event -
Uses of Event in org.apache.unomi.lists.actions
Methods in org.apache.unomi.lists.actions with parameters of type Event -
Uses of Event in org.apache.unomi.plugins.baseplugin.actions
Methods in org.apache.unomi.plugins.baseplugin.actions with parameters of type EventModifier and TypeMethodDescriptionint
Deprecated.int
int
int
int
int
int
int
int
int
int
int
int
-
Uses of Event in org.apache.unomi.plugins.baseplugin.conditions.accessors
Methods in org.apache.unomi.plugins.baseplugin.conditions.accessors with parameters of type EventModifier and TypeMethodDescriptionEventAccessor.getProperty
(Event object, String propertyName, String leftoverExpression) -
Uses of Event in org.apache.unomi.plugins.mail.actions
Methods in org.apache.unomi.plugins.mail.actions with parameters of type Event -
Uses of Event in org.apache.unomi.plugins.request.actions
Methods in org.apache.unomi.plugins.request.actions with parameters of type Event -
Uses of Event in org.apache.unomi.rest.endpoints
Methods in org.apache.unomi.rest.endpoints that return EventModifier and TypeMethodDescriptionAllows to retrieve event by id.Methods in org.apache.unomi.rest.endpoints that return types with arguments of type EventModifier and TypeMethodDescriptionProfileServiceEndPoint.getSessionEvents
(String sessionId, String[] eventTypes, String query, int offset, int size, String sortBy) EventServiceEndpoint.searchEvents
(Query query) Allows to search events using a query. -
Uses of Event in org.apache.unomi.rest.service
Method parameters in org.apache.unomi.rest.service with type arguments of type EventModifier and TypeMethodDescriptionRestServiceUtils.performEventsRequest
(List<Event> events, EventsRequestContext eventsRequestContext) Execute the list of events using the dedicated eventsRequestContext -
Uses of Event in org.apache.unomi.rest.service.impl
Method parameters in org.apache.unomi.rest.service.impl with type arguments of type EventModifier and TypeMethodDescriptionRestServiceUtilsImpl.performEventsRequest
(List<Event> events, EventsRequestContext eventsRequestContext) -
Uses of Event in org.apache.unomi.samples.tweet_button_plugin.actions
Methods in org.apache.unomi.samples.tweet_button_plugin.actions with parameters of type Event -
Uses of Event in org.apache.unomi.services.actions
Methods in org.apache.unomi.services.actions with parameters of type Event -
Uses of Event in org.apache.unomi.services.actions.impl
Methods in org.apache.unomi.services.actions.impl with parameters of type Event -
Uses of Event in org.apache.unomi.services.impl.events
Methods in org.apache.unomi.services.impl.events that return EventMethods in org.apache.unomi.services.impl.events that return types with arguments of type EventModifier and TypeMethodDescriptionEventServiceImpl.searchEvents
(String sessionId, String[] eventTypes, String query, int offset, int size, String sortBy) EventServiceImpl.searchEvents
(Condition condition, int offset, int size) Methods in org.apache.unomi.services.impl.events with parameters of type EventModifier and TypeMethodDescriptionboolean
EventServiceImpl.hasEventAlreadyBeenRaised
(Event event) boolean
EventServiceImpl.hasEventAlreadyBeenRaised
(Event event, boolean session) boolean
EventServiceImpl.isEventAllowed
(Event event, String thirdPartyId) int
-
Uses of Event in org.apache.unomi.services.impl.rules
Methods in org.apache.unomi.services.impl.rules with parameters of type EventModifier and TypeMethodDescriptionboolean
void
RulesServiceImpl.fireAlreadyRaised
(RuleListenerService.AlreadyRaisedFor alreadyRaisedFor, Rule rule, Event event) void
RulesServiceImpl.fireEvaluate
(Rule rule, Event event) void
RulesServiceImpl.fireExecuteActions
(Rule rule, Event event) RulesServiceImpl.getMatchingRules
(Event event) int
-
Uses of Event in org.apache.unomi.sfdc.actions
Methods in org.apache.unomi.sfdc.actions with parameters of type Event -
Uses of Event in org.apache.unomi.training
Methods in org.apache.unomi.training with parameters of type Event -
Uses of Event in org.apache.unomi.utils
Methods in org.apache.unomi.utils that return types with arguments of type EventModifier and TypeMethodDescriptionHttpUtils.filterValidEvents
(com.fasterxml.jackson.databind.node.ArrayNode eventsNode, SchemaService schemaService, com.fasterxml.jackson.core.JsonParser jsonParser) -
Uses of Event in org.apache.unomi.weatherupdate.actions
Methods in org.apache.unomi.weatherupdate.actions with parameters of type Event