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 Integer
ActionDispatcher. 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.int
ActionExecutor. 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 void
Rule. 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 boolean
ParserHelper. 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 int
CDPConsentUpdateAction. execute(Action action, Event event)
int
CDPSessionAction. execute(Action action, Event event)
int
CDPUpdateListsAction. 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 Integer
GroovyActionDispatcher. 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 int
AddToListsAction. 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 int
AllEventToProfilePropertiesAction. execute(Action action, Event event)
Deprecated.int
CopyPropertiesAction. execute(Action action, Event event)
int
EvaluateProfileAgeAction. execute(Action action, Event event)
int
EvaluateProfileSegmentsAction. execute(Action action, Event event)
int
EvaluateVisitPropertiesAction. execute(Action action, Event event)
int
EventToProfilePropertyAction. execute(Action action, Event event)
int
IncrementPropertyAction. execute(Action action, Event event)
int
MergeProfilesOnPropertyAction. execute(Action action, Event event)
int
ModifyConsentAction. execute(Action action, Event event)
int
SendEventAction. execute(Action action, Event event)
int
SetEventOccurenceCountAction. execute(Action action, Event event)
int
SetPropertyAction. execute(Action action, Event event)
int
UpdatePropertiesAction. 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 int
SendMailAction. 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 int
RequestHeaderToProfilePropertyAction. execute(Action action, Event event)
int
RequestParameterToProfilePropertyAction. execute(Action action, Event event)
int
SetRemoteHostInfoAction. 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 int
IncrementTweetNumberAction. 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 int
ActionExecutorDispatcher. 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 Action
ActionExecutorDispatcherImpl. getContextualAction(Action action, Event event)
Methods in org.apache.unomi.services.actions.impl with parameters of type Action Modifier and Type Method Description int
ActionExecutorDispatcherImpl. execute(Action action, Event event)
Action
ActionExecutorDispatcherImpl. 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 int
CreateOrUpdateLeadAction. execute(Action action, Event event)
int
UpdateProfileFromLeadAction. 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 int
TrainedNotificationAction. 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 int
WeatherUpdateAction. execute(Action action, Event event)
-