Class TransitionActionWriteAuditLog

All Implemented Interfaces:
Component, DestructableComponent, InitializableComponent, ProfileAction, Aware, MessageSource, MessageSourceAware, Action

public class TransitionActionWriteAuditLog extends WriteAuditLog
A simple extension of the WriteAuditLog action that creates an Event with the string literal 'success', such that the write audit log action can be used inside a transition and does not prevent the transition from proceeding.
  • Constructor Details

    • TransitionActionWriteAuditLog

      public TransitionActionWriteAuditLog()
  • Method Details