Class UpdatePropertiesAction
java.lang.Object
org.apache.unomi.plugins.baseplugin.actions.UpdatePropertiesAction
- All Implemented Interfaces:
ActionExecutor
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
void
setEventService
(EventService eventService) void
setProfileService
(ProfileService profileService)
-
Field Details
-
PROPS_TO_ADD
- See Also:
-
PROPS_TO_UPDATE
- See Also:
-
PROPS_TO_DELETE
- See Also:
-
PROPS_TO_ADD_TO_SET
- See Also:
-
TARGET_ID_KEY
- See Also:
-
TARGET_TYPE_KEY
- See Also:
-
TARGET_TYPE_PROFILE
- See Also:
-
-
Constructor Details
-
UpdatePropertiesAction
public UpdatePropertiesAction()
-
-
Method Details
-
execute
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
-
setProfileService
-
setEventService
-