Pre Commit Action BOM

This BOM is used to perform any pre-processing actions on a Business Object during an Apply operation before the Change Set is committed to the database. An example of an activity that could be implemented in this BOM is validating the Business Object contents against other Business Objects that may have been in the Change Set. This BOM can be implemented by providing an implementation of the interface curam.util.ctm.bom.PreCommitActionBOM. Please refer to the Javadoc for curam.util.ctm.bom.PreCommitActionBOM for further information.