Class SetEventOccurenceCountAction
java.lang.Object
org.apache.unomi.plugins.baseplugin.actions.SetEventOccurenceCountAction
- All Implemented Interfaces:
ActionExecutor
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintvoidsetDefinitionsService(DefinitionsService definitionsService) voidsetPersistenceService(PersistenceService persistenceService)
-
Constructor Details
-
SetEventOccurenceCountAction
public SetEventOccurenceCountAction()
-
-
Method Details
-
setDefinitionsService
-
setPersistenceService
-
execute
Description copied from interface:ActionExecutor- Specified by:
executein interfaceActionExecutor- Parameters:
action- theActionto executeevent- theEventthat triggered the action- Returns:
- an integer status corresponding to what happened as defined by public constants of
EventService
-