Package org.bonitasoft.engine.work.audit
Class AuditListener
- java.lang.Object
-
- org.bonitasoft.engine.work.audit.AuditListener
-
@Component public class AuditListener extends java.lang.ObjectDefault implementation backed to a slf4j logger.
-
-
Constructor Summary
Constructors Constructor Description AuditListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidabnormalExecutionStatusDetected(WorkDescriptor work, ExecutionStatus executionStatus)voiddetectionStarted(WorkDescriptor work)voidsuccess(WorkDescriptor work)
-
-
-
Method Detail
-
detectionStarted
public void detectionStarted(WorkDescriptor work)
-
abnormalExecutionStatusDetected
public void abnormalExecutionStatusDetected(WorkDescriptor work, ExecutionStatus executionStatus)
-
success
public void success(WorkDescriptor work)
-
-