Class MessageEventFieldMapperActionHandler
java.lang.Object
com.aquima.interactions.portal.model.process.actionhandler.MessageEventFieldMapperActionHandler
- All Implemented Interfaces:
IActionHandler
-
Constructor Summary
ConstructorsConstructorDescriptionMessageEventFieldMapperActionHandler
(Map<String, Object> messageEventFields, MessageEventFlowDetails messageEventFlowDetails) -
Method Summary
Modifier and TypeMethodDescriptionhandle
(IActionContext context) This method will be called from the portal session to handle an action request from the client.boolean
This method indicates if the action handler does not modify any profile data.
-
Constructor Details
-
MessageEventFieldMapperActionHandler
public MessageEventFieldMapperActionHandler(Map<String, Object> messageEventFields, MessageEventFlowDetails messageEventFlowDetails)
-
-
Method Details
-
isReadOnly
public boolean isReadOnly()Description copied from interface:IActionHandler
This method indicates if the action handler does not modify any profile data.- Specified by:
isReadOnly
in interfaceIActionHandler
- Returns:
- boolean indicating if the handler does not modify any profile data.
-
handle
Description copied from interface:IActionHandler
This method will be called from the portal session to handle an action request from the client. The method returns an Action result object which can be used by the client to act upon this result.- Specified by:
handle
in interfaceIActionHandler
- Parameters:
context
- The portal context of the current session.- Returns:
- The result of the handle method, may be null.
-