TransactionChangeRecorder.setValidateEditSupport(
ValidateEditSupport validateEdit)
Sets my validate-edit support, if applicable, for the duration of a
root transaction.
ValidateEditSupport.Default
A default implementation of the
ValidateEditSupport interface,
that uses the editing domain's read-only resource map to determine
whether a resource can be edited and depends on notifications of the
Resource.isModified() property changing to track which resources
need to be validated (note that this implies that the resource is
tracking modifications).