Class LoggingAgendaOperationExecutionListener

java.lang.Object
org.flowable.engine.test.impl.logger.LoggingAgendaOperationExecutionListener
All Implemented Interfaces:
org.flowable.common.engine.impl.agenda.AgendaOperationExecutionListener

public class LoggingAgendaOperationExecutionListener extends Object implements org.flowable.common.engine.impl.agenda.AgendaOperationExecutionListener
Author:
Joram Barrez, Filip Hrisafov
  • Field Details

  • Constructor Details

    • LoggingAgendaOperationExecutionListener

      public LoggingAgendaOperationExecutionListener(ProcessExecutionLogger processExecutionLogger)
  • Method Details

    • beforeAll

      public void beforeAll(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
      Specified by:
      beforeAll in interface org.flowable.common.engine.impl.agenda.AgendaOperationExecutionListener
    • beforeExecute

      public void beforeExecute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext, Runnable runnable)
      Specified by:
      beforeExecute in interface org.flowable.common.engine.impl.agenda.AgendaOperationExecutionListener
    • afterExecute

      public void afterExecute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext, Runnable runnable)
      Specified by:
      afterExecute in interface org.flowable.common.engine.impl.agenda.AgendaOperationExecutionListener
    • afterExecuteException

      public void afterExecuteException(org.flowable.common.engine.impl.interceptor.CommandContext commandContext, Runnable runnable, Throwable error)
      Specified by:
      afterExecuteException in interface org.flowable.common.engine.impl.agenda.AgendaOperationExecutionListener
    • afterAll

      public void afterAll(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
      Specified by:
      afterAll in interface org.flowable.common.engine.impl.agenda.AgendaOperationExecutionListener
    • getDebugInfoKey

      protected String getDebugInfoKey(Runnable runnable)