Class EvaluateProfileSegmentsAction
- java.lang.Object
-
- org.apache.unomi.plugins.baseplugin.actions.EvaluateProfileSegmentsAction
-
- All Implemented Interfaces:
ActionExecutor
public class EvaluateProfileSegmentsAction extends Object implements ActionExecutor
-
-
Constructor Summary
Constructors Constructor Description EvaluateProfileSegmentsAction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
execute(Action action, Event event)
SegmentService
getSegmentService()
void
setSegmentService(SegmentService segmentService)
-
-
-
Method Detail
-
getSegmentService
public SegmentService getSegmentService()
-
setSegmentService
public void setSegmentService(SegmentService segmentService)
-
execute
public int execute(Action action, Event event)
Description copied from interface:ActionExecutor
- Specified by:
execute
in interfaceActionExecutor
- Parameters:
action
- theAction
to executeevent
- theEvent
that triggered the action- Returns:
- an integer status corresponding to what happened as defined by public constants of
EventService
-
-