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 classCDPConsentUpdateActionclassCDPSessionActionclassCDPUpdateListsActionA 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 classAddToListsActionA 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 classAllEventToProfilePropertiesActionDeprecated.classCopyPropertiesActionclassEvaluateProfileAgeActionAn action that sets the age of a profile based on his birth dateclassEvaluateProfileSegmentsActionclassEvaluateVisitPropertiesActionThis 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.classEventToProfilePropertyActionA action to copy an event property to a profile propertyclassIncrementPropertyActionclassMergeProfilesOnPropertyActionclassModifyConsentActionThis class will process consent modification actions and update the profile's consents accordingly.classSendEventActionclassSetEventOccurenceCountActionclassSetPropertyActionclassUpdatePropertiesAction - 
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 classSendMailAction - 
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 classRequestHeaderToProfilePropertyActionCopies a request header value to a profile property TODO add support for multi-valued parameters or storing values as a listclassRequestParameterToProfilePropertyActionCopies a request parameter to a profile property TODO add support for multi-valued parameters or storing values as a listclassSetRemoteHostInfoAction - 
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 classIncrementTweetNumberActionIncrements 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 voidActionExecutorDispatcherImpl. bindExecutor(org.osgi.framework.ServiceReference<ActionExecutor> actionExecutorServiceReference)voidActionExecutorDispatcherImpl. 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 classCreateOrUpdateLeadActionCreates or updates a Salesforce lead from the corresponding Apache Unomi profile (using a common identifier field, usually the email address)classUpdateProfileFromLeadActionUpdate 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 classTrainedNotificationActionCreated 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 classWeatherUpdateActionGet the weather location of the users by an API 
 -