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 TypeMethodDescriptionintvoidsetEventService(EventService eventService) voidsetProfileService(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:
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
-
setProfileService
-
setEventService
-