Uses of Interface
org.apache.unomi.api.actions.ActionExecutor
-
-
Uses of ActionExecutor in org.apache.unomi.graphql.actions
Classes in org.apache.unomi.graphql.actions that implement ActionExecutor Modifier and Type Class Description class
CDPConsentUpdateAction
class
CDPSessionAction
class
CDPUpdateListsAction
A rule action that can add a profile to a list -
Uses of ActionExecutor in org.apache.unomi.lists.actions
Classes in org.apache.unomi.lists.actions that implement ActionExecutor Modifier and Type Class Description class
AddToListsAction
A rule action that can add a profile to a list -
Uses of ActionExecutor in org.apache.unomi.plugins.baseplugin.actions
Classes in org.apache.unomi.plugins.baseplugin.actions that implement ActionExecutor Modifier and Type Class Description class
AllEventToProfilePropertiesAction
Deprecated.class
CopyPropertiesAction
class
EvaluateProfileAgeAction
An action that sets the age of a profile based on his birth dateclass
EvaluateProfileSegmentsAction
class
EvaluateVisitPropertiesAction
This action is used to calculate the firstVisit, lastVisit and previousVisit date properties on the profile Depending on the event timestamp it will adjust one or multiples of this properties accordingly to the logical chronology.class
EventToProfilePropertyAction
A action to copy an event property to a profile propertyclass
IncrementPropertyAction
class
MergeProfilesOnPropertyAction
class
ModifyConsentAction
This class will process consent modification actions and update the profile's consents accordingly.class
SendEventAction
class
SetEventOccurenceCountAction
class
SetPropertyAction
class
UpdatePropertiesAction
-
Uses of ActionExecutor in org.apache.unomi.plugins.mail.actions
Classes in org.apache.unomi.plugins.mail.actions that implement ActionExecutor Modifier and Type Class Description class
SendMailAction
-
Uses of ActionExecutor in org.apache.unomi.plugins.request.actions
Classes in org.apache.unomi.plugins.request.actions that implement ActionExecutor Modifier and Type Class Description class
RequestHeaderToProfilePropertyAction
Copies a request header value to a profile property TODO add support for multi-valued parameters or storing values as a listclass
RequestParameterToProfilePropertyAction
Copies a request parameter to a profile property TODO add support for multi-valued parameters or storing values as a listclass
SetRemoteHostInfoAction
-
Uses of ActionExecutor in org.apache.unomi.samples.tweet_button_plugin.actions
Classes in org.apache.unomi.samples.tweet_button_plugin.actions that implement ActionExecutor Modifier and Type Class Description class
IncrementTweetNumberAction
Increments the number of times the user associated with the profile tweeted. -
Uses of ActionExecutor in org.apache.unomi.services.actions.impl
Method parameters in org.apache.unomi.services.actions.impl with type arguments of type ActionExecutor Modifier and Type Method Description void
ActionExecutorDispatcherImpl. bindExecutor(org.osgi.framework.ServiceReference<ActionExecutor> actionExecutorServiceReference)
void
ActionExecutorDispatcherImpl. unbindExecutor(org.osgi.framework.ServiceReference<ActionExecutor> actionExecutorServiceReference)
-
Uses of ActionExecutor in org.apache.unomi.sfdc.actions
Classes in org.apache.unomi.sfdc.actions that implement ActionExecutor Modifier and Type Class Description class
CreateOrUpdateLeadAction
Creates or updates a Salesforce lead from the corresponding Apache Unomi profile (using a common identifier field, usually the email address)class
UpdateProfileFromLeadAction
Update an Apache Unomi profile from a corresponding Salesforce Lead with the same common identifier (usually the email address) -
Uses of ActionExecutor in org.apache.unomi.training
Classes in org.apache.unomi.training that implement ActionExecutor Modifier and Type Class Description class
TrainedNotificationAction
Created by amidani on 11/04/2017. -
Uses of ActionExecutor in org.apache.unomi.weatherupdate.actions
Classes in org.apache.unomi.weatherupdate.actions that implement ActionExecutor Modifier and Type Class Description class
WeatherUpdateAction
Get the weather location of the users by an API
-