Even though all the properties of an object may themselves be valid, there could be inter-property dependencies which are invalid. For example fromDate > toDate would probably represent an invalid state.
In the standard Apache Isis Programming Model, typically corresponds to the validate method. @see PersistingCallbackFacet @see UpdatingCallbackFacet
|
|
|
|