HasInteractionId_commandLogEntry

Contributes a commandLogEntry property to any object implementing HasInteractionId , in other words the command giving rise or related to the implementing object.

For example, the AuditTrailEntry entity (in the audit trail extension), or the ExecutionLogEntry entity (in the execution log extension) both implement HasInteractionId .

API

HasInteractionId_commandLogEntry.java
class HasInteractionId_commandLogEntry {
  CommandLogEntry prop()
  boolean hideProp()     (1)
}
1 hideProp()

Hide if the contributee is a CommandLogEntry , because we don’t want to navigate to ourselves, and there are other ways to navigate to the parent or child commands.

Members

hideProp()

Hide if the contributee is a CommandLogEntry , because we don’t want to navigate to ourselves, and there are other ways to navigate to the parent or child commands.