You are here:
UOWSupportedInterface
UOWSupportedInterface supports custom validation and pricing implementations by handling certain Data Manipulation Language (DML) transactions related to sObjects when the UOWMode configuration setting is set to true. It indicates that the custom validation and pricing implementations are compatible with UOWMode.
Signature
This is an empty marker interface.
global Boolean invokeMethod(String methodName, Map<String,Object> inputMap, Map<String,Object> outputMap, Map<String,Object> options)Default Implementation
DefaultUOWSupportedImplementation, which is an internal-only implementation that is called using VlocityOpenInterface.

