Interface IProcessCaseUpdates

All Known Implementing Classes:
MessageEventCaseUpdater, ProcessCaseDataUpdates, ProcessCaseUpdates

public interface IProcessCaseUpdates
This object contains the updates that should be applied to the case data.
Since:
7.0
Author:
O. Kerpershoek
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    This method will be invoked by the process engine to allow this object to perform the required updates to the case data.
  • Method Details

    • performUpdates

      void 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.
      Parameters:
      profile - Profile containing the current case data.
      Throws:
      AppException - This exception is thrown when the case data could not be updated.