public class UpdatePropertiesAction extends Object implements ActionExecutor
Modifier and Type | Field and Description |
---|---|
static String |
PROPS_TO_ADD |
static String |
PROPS_TO_ADD_TO_SET |
static String |
PROPS_TO_DELETE |
static String |
PROPS_TO_UPDATE |
static String |
TARGET_ID_KEY |
static String |
TARGET_TYPE_KEY |
static String |
TARGET_TYPE_PROFILE |
Constructor and Description |
---|
UpdatePropertiesAction() |
Modifier and Type | Method and Description |
---|---|
int |
execute(Action action,
Event event)
|
void |
setEventService(EventService eventService) |
void |
setProfileService(ProfileService profileService) |
public static final String PROPS_TO_ADD
public static final String PROPS_TO_UPDATE
public static final String PROPS_TO_DELETE
public static final String PROPS_TO_ADD_TO_SET
public static final String TARGET_ID_KEY
public static final String TARGET_TYPE_KEY
public static final String TARGET_TYPE_PROFILE
public int execute(Action action, Event event)
ActionExecutor
execute
in interface ActionExecutor
action
- the Action
to executeevent
- the Event
that triggered the actionEventService
public void setProfileService(ProfileService profileService)
public void setEventService(EventService eventService)
Copyright © 2014–2022 Apache Software Foundation. All rights reserved.