Class ProcessCaseDataUpdates

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

public class ProcessCaseDataUpdates extends Object implements IProcessCaseUpdates
This object contains the updates that should be applied to the case data. The performUpdates methods maps the caseDataChangesMap to the ProcessCase Profile.
Since:
13.1
Author:
R. de Haard
  • Constructor Details

  • Method Details

    • performUpdates

      public void performUpdates(IProfile profile)
      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.