OnUpdatedBy

Allows domain entities that reference the user that updated them to be called by the (framework-provided) TimestampService whenever modified in a transaction with the current user.

Note that this interface defines only a setter. The org.apache.causeway.applib.mixins.security.HasUsername can be used to expose this user name, allowing other modules to contribute behaviour to that mixee.

API

OnUpdatedBy.java
interface OnUpdatedBy {
  void setUpdatedBy(String updatedBy)
}