jBPM distribution 6.0.0.CR4-Pre1

org.jbpm.process.audit.event
Class DefaultAuditEventBuilderImpl

java.lang.Object
  extended by org.jbpm.process.audit.event.DefaultAuditEventBuilderImpl
All Implemented Interfaces:
AuditEventBuilder
Direct Known Subclasses:
ServicesAwareAuditEventBuilder

public class DefaultAuditEventBuilderImpl
extends Object
implements AuditEventBuilder


Constructor Summary
DefaultAuditEventBuilderImpl()
           
 
Method Summary
 AuditEvent buildEvent(ProcessCompletedEvent pce, Object log)
           
 AuditEvent buildEvent(ProcessNodeLeftEvent pnle, Object log)
           
 AuditEvent buildEvent(ProcessNodeTriggeredEvent pnte)
           
 AuditEvent buildEvent(ProcessStartedEvent pse)
           
 AuditEvent buildEvent(ProcessVariableChangedEvent pvce)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultAuditEventBuilderImpl

public DefaultAuditEventBuilderImpl()
Method Detail

buildEvent

public AuditEvent buildEvent(ProcessStartedEvent pse)
Specified by:
buildEvent in interface AuditEventBuilder

buildEvent

public AuditEvent buildEvent(ProcessCompletedEvent pce,
                             Object log)
Specified by:
buildEvent in interface AuditEventBuilder

buildEvent

public AuditEvent buildEvent(ProcessNodeTriggeredEvent pnte)
Specified by:
buildEvent in interface AuditEventBuilder

buildEvent

public AuditEvent buildEvent(ProcessNodeLeftEvent pnle,
                             Object log)
Specified by:
buildEvent in interface AuditEventBuilder

buildEvent

public AuditEvent buildEvent(ProcessVariableChangedEvent pvce)
Specified by:
buildEvent in interface AuditEventBuilder

jBPM distribution 6.0.0.CR4-Pre1

Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.