HasUsername_recentExecutionsByUser

Contributes the recentExecutionsByUser collection to any domain object implementing HasUsername .

For example the secman extension’s ApplicationUser entity implements this interface.

API

HasUsername_recentExecutionsByUser.java
class HasUsername_recentExecutionsByUser {
  List<? extends ExecutionLogEntry> coll()
  boolean hideColl()
}