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 Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionLoggingAgendaOperationExecutionListener(ProcessExecutionLogger processExecutionLogger) -
Method Summary
Modifier and TypeMethodDescriptionvoidafterAll(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) voidafterExecute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext, Runnable runnable) voidafterExecuteException(org.flowable.common.engine.impl.interceptor.CommandContext commandContext, Runnable runnable, Throwable error) voidbeforeAll(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) voidbeforeExecute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext, Runnable runnable) protected StringgetDebugInfoKey(Runnable runnable)
-
Field Details
-
processExecutionLogger
-
-
Constructor Details
-
LoggingAgendaOperationExecutionListener
-
-
Method Details
-
beforeAll
public void beforeAll(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) - Specified by:
beforeAllin interfaceorg.flowable.common.engine.impl.agenda.AgendaOperationExecutionListener
-
beforeExecute
public void beforeExecute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext, Runnable runnable) - Specified by:
beforeExecutein interfaceorg.flowable.common.engine.impl.agenda.AgendaOperationExecutionListener
-
afterExecute
public void afterExecute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext, Runnable runnable) - Specified by:
afterExecutein interfaceorg.flowable.common.engine.impl.agenda.AgendaOperationExecutionListener
-
afterExecuteException
public void afterExecuteException(org.flowable.common.engine.impl.interceptor.CommandContext commandContext, Runnable runnable, Throwable error) - Specified by:
afterExecuteExceptionin interfaceorg.flowable.common.engine.impl.agenda.AgendaOperationExecutionListener
-
afterAll
public void afterAll(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) - Specified by:
afterAllin interfaceorg.flowable.common.engine.impl.agenda.AgendaOperationExecutionListener
-
getDebugInfoKey
-