Class ProcessCaseDataUpdates
java.lang.Object
com.aquima.interactions.process.impl.ProcessCaseDataUpdates
- All Implemented Interfaces:
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 Summary
Constructors -
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
-
ProcessCaseDataUpdates
-
-
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.
-