Class MessageEventCaseUpdater

java.lang.Object
com.aquima.interactions.process.impl.MessageEventCaseUpdater
All Implemented Interfaces:
IProcessCaseUpdates

public class MessageEventCaseUpdater extends Object implements IProcessCaseUpdates
This implementation updates the case data from a message event.
Since:
9.1
Author:
A. Pragt
  • Constructor Details

  • Method Details

    • performUpdates

      public void performUpdates(IProfile profile) throws AppException
      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 interface IProcessCaseUpdates
      Parameters:
      profile - Profile containing the current case data.
      Throws:
      AppException - This exception is thrown when the case data could not be updated.