Class ProcessCaseUpdates

java.lang.Object
com.aquima.interactions.portal.model.process.ProcessCaseUpdates
All Implemented Interfaces:
IProcessCaseUpdates

public final class ProcessCaseUpdates extends Object implements IProcessCaseUpdates
Internal IProcessCaseUpdates implementation to update the case data with the profile of the implementation application.
Since:
7.1
Author:
Jon van Leuven
  • Constructor Details

  • Method Details

    • performUpdates

      public void performUpdates(IProfile target)
      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:
      target - Profile containing the current case data.