Uses of Class
org.apache.unomi.api.actions.Action
- 
- 
Uses of Action in org.apache.unomi.api.actions
Methods in org.apache.unomi.api.actions with parameters of type Action 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 Action in org.apache.unomi.api.rules
Methods in org.apache.unomi.api.rules that return types with arguments of type Action Modifier and Type Method Description List<Action>Rule. getActions()Retrieves the actions to be performed when this rule triggers.Method parameters in org.apache.unomi.api.rules with type arguments of type Action Modifier and Type Method Description voidRule. setActions(List<Action> actions)Sets the actions to be performed when this rule triggers. - 
Uses of Action in org.apache.unomi.api.utils
Methods in org.apache.unomi.api.utils with parameters of type Action Modifier and Type Method Description static booleanParserHelper. resolveActionType(DefinitionsService definitionsService, Action action) - 
Uses of Action in org.apache.unomi.graphql.actions
Methods in org.apache.unomi.graphql.actions with parameters of type Action 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 Action in org.apache.unomi.groovy.actions
Methods in org.apache.unomi.groovy.actions with parameters of type Action Modifier and Type Method Description IntegerGroovyActionDispatcher. execute(Action action, Event event, String actionName) - 
Uses of Action in org.apache.unomi.lists.actions
Methods in org.apache.unomi.lists.actions with parameters of type Action Modifier and Type Method Description intAddToListsAction. execute(Action action, Event event) - 
Uses of Action in org.apache.unomi.plugins.baseplugin.actions
Methods in org.apache.unomi.plugins.baseplugin.actions with parameters of type Action 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 Action in org.apache.unomi.plugins.mail.actions
Methods in org.apache.unomi.plugins.mail.actions with parameters of type Action Modifier and Type Method Description intSendMailAction. execute(Action action, Event event) - 
Uses of Action in org.apache.unomi.plugins.request.actions
Methods in org.apache.unomi.plugins.request.actions with parameters of type Action 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 Action in org.apache.unomi.samples.tweet_button_plugin.actions
Methods in org.apache.unomi.samples.tweet_button_plugin.actions with parameters of type Action Modifier and Type Method Description intIncrementTweetNumberAction. execute(Action action, Event event) - 
Uses of Action in org.apache.unomi.services.actions
Methods in org.apache.unomi.services.actions with parameters of type Action 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 Action in org.apache.unomi.services.actions.impl
Methods in org.apache.unomi.services.actions.impl that return Action Modifier and Type Method Description ActionActionExecutorDispatcherImpl. getContextualAction(Action action, Event event)Methods in org.apache.unomi.services.actions.impl with parameters of type Action Modifier and Type Method Description intActionExecutorDispatcherImpl. execute(Action action, Event event)ActionActionExecutorDispatcherImpl. getContextualAction(Action action, Event event) - 
Uses of Action in org.apache.unomi.sfdc.actions
Methods in org.apache.unomi.sfdc.actions with parameters of type Action Modifier and Type Method Description intCreateOrUpdateLeadAction. execute(Action action, Event event)intUpdateProfileFromLeadAction. execute(Action action, Event event) - 
Uses of Action in org.apache.unomi.training
Methods in org.apache.unomi.training with parameters of type Action Modifier and Type Method Description intTrainedNotificationAction. execute(Action action, Event event) - 
Uses of Action in org.apache.unomi.weatherupdate.actions
Methods in org.apache.unomi.weatherupdate.actions with parameters of type Action Modifier and Type Method Description intWeatherUpdateAction. execute(Action action, Event event) 
 -