Class MessageEventCaseUpdater
java.lang.Object
com.aquima.interactions.process.impl.MessageEventCaseUpdater
- All Implemented Interfaces:
IProcessCaseUpdates
This implementation updates the case data from a message event.
- Since:
- 9.1
- Author:
- A. Pragt
-
Constructor Summary
ConstructorsConstructorDescriptionMessageEventCaseUpdater
(IMessageEvent messageEvent, IMessageEventMapping messageEventMapping) -
Method Summary
Modifier and TypeMethodDescriptionvoid
performUpdates
(IProfile profile) This method will be invoked by the process engine to allow this object to perform the required updates to the case data.
-
Constructor Details
-
MessageEventCaseUpdater
public MessageEventCaseUpdater(IMessageEvent messageEvent, IMessageEventMapping messageEventMapping)
-
-
Method Details
-
performUpdates
Description copied from interface:IProcessCaseUpdates
This method will be invoked by the process engine to allow this object to perform the required updates to the case data.- Specified by:
performUpdates
in interfaceIProcessCaseUpdates
- Parameters:
profile
- Profile containing the current case data.- Throws:
AppException
- This exception is thrown when the case data could not be updated.
-