Uses of Class
org.apache.unomi.api.actions.Action
Packages that use Action
Package
Description
-
Uses of Action in org.apache.unomi.api.actions
Methods in org.apache.unomi.api.actions with parameters of type ActionModifier and TypeMethodDescriptionThis 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
-
Uses of Action in org.apache.unomi.api.rules
Methods in org.apache.unomi.api.rules that return types with arguments of type ActionModifier and TypeMethodDescriptionRule.getActions()
Retrieves the actions to be performed when this rule triggers.Method parameters in org.apache.unomi.api.rules with type arguments of type ActionModifier and TypeMethodDescriptionvoid
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 ActionModifier and TypeMethodDescriptionstatic 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 -
Uses of Action in org.apache.unomi.groovy.actions
Methods in org.apache.unomi.groovy.actions with parameters of type Action -
Uses of Action in org.apache.unomi.lists.actions
Methods in org.apache.unomi.lists.actions with parameters of type Action -
Uses of Action in org.apache.unomi.plugins.baseplugin.actions
Methods in org.apache.unomi.plugins.baseplugin.actions with parameters of type ActionModifier and TypeMethodDescriptionint
Deprecated.int
int
int
int
int
int
int
int
int
int
int
int
-
Uses of Action in org.apache.unomi.plugins.mail.actions
Methods in org.apache.unomi.plugins.mail.actions with parameters of type Action -
Uses of Action in org.apache.unomi.plugins.request.actions
Methods in org.apache.unomi.plugins.request.actions with parameters of type Action -
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 -
Uses of Action in org.apache.unomi.services.actions
Methods in org.apache.unomi.services.actions with parameters of type Action -
Uses of Action in org.apache.unomi.services.actions.impl
Methods in org.apache.unomi.services.actions.impl that return ActionModifier and TypeMethodDescriptionActionExecutorDispatcherImpl.getContextualAction
(Action action, Event event) Methods in org.apache.unomi.services.actions.impl with parameters of type Action -
Uses of Action in org.apache.unomi.sfdc.actions
Methods in org.apache.unomi.sfdc.actions with parameters of type Action -
Uses of Action in org.apache.unomi.training
Methods in org.apache.unomi.training with parameters of type Action -
Uses of Action in org.apache.unomi.weatherupdate.actions
Methods in org.apache.unomi.weatherupdate.actions with parameters of type Action