Uses of Class
org.apache.unomi.api.Event
- 
- 
Uses of Event in org.apache.unomi.api
Methods in org.apache.unomi.api that return types with arguments of type Event Modifier and Type Method Description List<Event>ContextRequest. getEvents()Retrieves the events that the client has generated as part of its processes and wishes the context server to process.List<Event>EventsCollectorRequest. getEvents()Retrieves the events to be processed.Method parameters in org.apache.unomi.api with type arguments of type Event Modifier and Type Method Description voidContextRequest. setEvents(List<Event> events)Specifies the events to be processed by the context server.voidEventsCollectorRequest. setEvents(List<Event> events) - 
Uses of Event in org.apache.unomi.api.actions
Methods in org.apache.unomi.api.actions with parameters of type Event Modifier and Type Method Description IntegerActionDispatcher. execute(Action action, Event event, String actionName)This 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.intActionExecutor. execute(Action action, Event event) - 
Uses of Event in org.apache.unomi.api.services
Methods in org.apache.unomi.api.services that return Event Modifier and Type Method Description EventEventService. getEvent(String id)Retrieves theEventby its identifier.Methods in org.apache.unomi.api.services that return types with arguments of type Event Modifier and Type Method Description PartialList<Event>EventService. search(Query query)PartialList<Event>EventService. searchEvents(String sessionId, String[] eventTypes, String query, int offset, int size, String sortBy)PartialList<Event>EventService. searchEvents(Condition condition, int offset, int size)Methods in org.apache.unomi.api.services with parameters of type Event Modifier and Type Method Description booleanEventListenerService. canHandle(Event event)Whether or not this listener can handle the specified event.Set<Rule>RulesService. getMatchingRules(Event event)Retrieves all the matching rules for a specific eventbooleanEventService. hasEventAlreadyBeenRaised(Event event)Checks whether the specified event has already been raised with the same itemId.booleanEventService. hasEventAlreadyBeenRaised(Event event, boolean session)Checks whether the specified event has already been raised either for the associated session or profile depending on the specifiedsessionparameter.booleanEventService. isEventAllowed(Event event, String thirdPartyId)Check if the sender is allowed to sent the speecified event.voidRuleListenerService. onAlreadyRaised(RuleListenerService.AlreadyRaisedFor alreadyRaisedFor, Rule rule, Event event)Called when a rule has already been raised either for a session or a profile.voidRuleListenerService. onEvaluate(Rule rule, Event event)Called before a rule's conditions are evaluated.intEventListenerService. onEvent(Event event)Handles the specified event.voidRuleListenerService. onExecuteActions(Rule rule, Event event)Called just before a matching rule's actions are about to be executed.intEventService. send(Event event)Propagates the specified event in the context server, notifyingEventListenerServiceinstances if needed. - 
Uses of Event in org.apache.unomi.api.utils
Methods in org.apache.unomi.api.utils with parameters of type Event Modifier and Type Method Description ObjectParserHelper.ValueExtractor. extract(String valueAsString, Event event)static ObjectParserHelper. extractValue(String s, Event event, Map<String,ParserHelper.ValueExtractor> valueExtractors)static Map<String,Object>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 Modifier and Type Method Description intCDPConsentUpdateAction. execute(Action action, Event event)intCDPSessionAction. execute(Action action, Event event)intCDPUpdateListsAction. execute(Action action, Event event) - 
Uses of Event in org.apache.unomi.graphql.fetchers
Method parameters in org.apache.unomi.graphql.fetchers with type arguments of type Event Modifier and Type Method Description protected CDPEventConnectionEventConnectionDataFetcher. 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 Modifier and Type Method Description booleanUnomiEventPublisher. canHandle(Event event)intUnomiEventPublisher. onEvent(Event event) - 
Uses of Event in org.apache.unomi.graphql.providers.sample
Methods in org.apache.unomi.graphql.providers.sample that return Event Modifier and Type Method Description EventMyEventInput. buildEvent(LinkedHashMap<String,Object> eventInputAsMap, graphql.schema.DataFetchingEnvironment environment)EventVENDOR_PageViewEventInput. buildEvent(LinkedHashMap<String,Object> eventInputAsMap, graphql.schema.DataFetchingEnvironment environment)EventMyEvent. getEvent()Constructors in org.apache.unomi.graphql.providers.sample with parameters of type Event Constructor Description MyEvent(Event event) - 
Uses of Event in org.apache.unomi.graphql.schema
Methods in org.apache.unomi.graphql.schema with parameters of type Event Modifier and Type Method Description CDPEventInterfaceCDPEventInterfaceRegister. getEvent(Event event) - 
Uses of Event in org.apache.unomi.graphql.types.input
Methods in org.apache.unomi.graphql.types.input that return Event Modifier and Type Method Description EventCDPConsentUpdateEventInput. buildEvent(LinkedHashMap<String,Object> eventInputAsMap, graphql.schema.DataFetchingEnvironment environment)EventCDPEventProcessor. buildEvent(LinkedHashMap<String,Object> eventInputAsMap, graphql.schema.DataFetchingEnvironment environment)EventCDPListsUpdateEventInput. buildEvent(LinkedHashMap<String,Object> eventInputAsMap, graphql.schema.DataFetchingEnvironment environment)EventCDPProfileUpdateEventInput. buildEvent(LinkedHashMap<String,Object> eventInputAsMap, graphql.schema.DataFetchingEnvironment environment)EventCDPSessionEventInput. buildEvent(LinkedHashMap<String,Object> eventInputAsMap, graphql.schema.DataFetchingEnvironment environment)EventCDPUnomiEventInput. 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 Event Modifier and Type Method Description EventCDPConsentUpdateEvent. getEvent()EventCDPEventEdge. getEvent()EventCDPEventInterface. getEvent()EventCDPListsUpdateEvent. getEvent()EventCDPProfileUpdateEvent. getEvent()EventCDPSessionEvent. getEvent()EventUnomiEvent. getEvent()Constructors in org.apache.unomi.graphql.types.output with parameters of type Event Constructor Description CDPConsentUpdateEvent(Event event)CDPEventEdge(Event event)CDPListsUpdateEvent(Event event)CDPObject(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 Modifier and Type Method Description EventEventBuilder. build() - 
Uses of Event in org.apache.unomi.groovy.actions
Methods in org.apache.unomi.groovy.actions with parameters of type Event Modifier and Type Method Description IntegerGroovyActionDispatcher. execute(Action action, Event event, String actionName) - 
Uses of Event in org.apache.unomi.lists.actions
Methods in org.apache.unomi.lists.actions with parameters of type Event Modifier and Type Method Description intAddToListsAction. execute(Action action, Event event) - 
Uses of Event in org.apache.unomi.plugins.baseplugin.actions
Methods in org.apache.unomi.plugins.baseplugin.actions with parameters of type Event Modifier and Type Method Description intAllEventToProfilePropertiesAction. execute(Action action, Event event)Deprecated.intCopyPropertiesAction. execute(Action action, Event event)intEvaluateProfileAgeAction. execute(Action action, Event event)intEvaluateProfileSegmentsAction. execute(Action action, Event event)intEvaluateVisitPropertiesAction. execute(Action action, Event event)intEventToProfilePropertyAction. execute(Action action, Event event)intIncrementPropertyAction. execute(Action action, Event event)intMergeProfilesOnPropertyAction. execute(Action action, Event event)intModifyConsentAction. execute(Action action, Event event)intSendEventAction. execute(Action action, Event event)intSetEventOccurenceCountAction. execute(Action action, Event event)intSetPropertyAction. execute(Action action, Event event)intUpdatePropertiesAction. execute(Action action, Event event) - 
Uses of Event in org.apache.unomi.plugins.baseplugin.conditions.accessors
Methods in org.apache.unomi.plugins.baseplugin.conditions.accessors with parameters of type Event Modifier and Type Method Description ObjectEventAccessor. 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 Modifier and Type Method Description intSendMailAction. execute(Action action, Event event) - 
Uses of Event in org.apache.unomi.plugins.request.actions
Methods in org.apache.unomi.plugins.request.actions with parameters of type Event Modifier and Type Method Description intRequestHeaderToProfilePropertyAction. execute(Action action, Event event)intRequestParameterToProfilePropertyAction. execute(Action action, Event event)intSetRemoteHostInfoAction. execute(Action action, Event event) - 
Uses of Event in org.apache.unomi.rest.endpoints
Methods in org.apache.unomi.rest.endpoints that return Event Modifier and Type Method Description EventEventServiceEndpoint. getEvents(String id)Allows to retrieve event by id.Methods in org.apache.unomi.rest.endpoints that return types with arguments of type Event Modifier and Type Method Description PartialList<Event>ProfileServiceEndPoint. getSessionEvents(String sessionId, String[] eventTypes, String query, int offset, int size, String sortBy)PartialList<Event>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 Event Modifier and Type Method Description EventsRequestContextRestServiceUtils. 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 Event Modifier and Type Method Description EventsRequestContextRestServiceUtilsImpl. 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 Modifier and Type Method Description intIncrementTweetNumberAction. execute(Action action, Event event) - 
Uses of Event in org.apache.unomi.services.actions
Methods in org.apache.unomi.services.actions with parameters of type Event Modifier and Type Method Description intActionExecutorDispatcher. execute(Action action, Event event)Execute an action dispatcher according to the action type of the action - 
Uses of Event in org.apache.unomi.services.actions.impl
Methods in org.apache.unomi.services.actions.impl with parameters of type Event Modifier and Type Method Description intActionExecutorDispatcherImpl. execute(Action action, Event event)protected ObjectActionExecutorDispatcherImpl. executeScript(String script, Event event)ActionActionExecutorDispatcherImpl. getContextualAction(Action action, Event event) - 
Uses of Event in org.apache.unomi.services.impl.events
Methods in org.apache.unomi.services.impl.events that return Event Modifier and Type Method Description EventEventServiceImpl. getEvent(String id)Methods in org.apache.unomi.services.impl.events that return types with arguments of type Event Modifier and Type Method Description PartialList<Event>EventServiceImpl. search(Query query)PartialList<Event>EventServiceImpl. searchEvents(String sessionId, String[] eventTypes, String query, int offset, int size, String sortBy)PartialList<Event>EventServiceImpl. searchEvents(Condition condition, int offset, int size)Methods in org.apache.unomi.services.impl.events with parameters of type Event Modifier and Type Method Description booleanEventServiceImpl. hasEventAlreadyBeenRaised(Event event)booleanEventServiceImpl. hasEventAlreadyBeenRaised(Event event, boolean session)booleanEventServiceImpl. isEventAllowed(Event event, String thirdPartyId)intEventServiceImpl. send(Event event) - 
Uses of Event in org.apache.unomi.services.impl.rules
Methods in org.apache.unomi.services.impl.rules with parameters of type Event Modifier and Type Method Description booleanRulesServiceImpl. canHandle(Event event)voidRulesServiceImpl. fireAlreadyRaised(RuleListenerService.AlreadyRaisedFor alreadyRaisedFor, Rule rule, Event event)voidRulesServiceImpl. fireEvaluate(Rule rule, Event event)voidRulesServiceImpl. fireExecuteActions(Rule rule, Event event)Set<Rule>RulesServiceImpl. getMatchingRules(Event event)intRulesServiceImpl. onEvent(Event event) - 
Uses of Event in org.apache.unomi.sfdc.actions
Methods in org.apache.unomi.sfdc.actions with parameters of type Event Modifier and Type Method Description intCreateOrUpdateLeadAction. execute(Action action, Event event)intUpdateProfileFromLeadAction. execute(Action action, Event event) - 
Uses of Event in org.apache.unomi.training
Methods in org.apache.unomi.training with parameters of type Event Modifier and Type Method Description intTrainedNotificationAction. execute(Action action, Event event) - 
Uses of Event in org.apache.unomi.utils
Methods in org.apache.unomi.utils that return types with arguments of type Event Modifier and Type Method Description static List<Event>HttpUtils. 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 Modifier and Type Method Description intWeatherUpdateAction. execute(Action action, Event event) 
 -