jBPM :: RuntimeManager 6.1.0.Final

org.jbpm.runtime.manager.impl
Class ManagedAuditEventBuilderImpl

java.lang.Object
  extended by org.jbpm.process.audit.event.DefaultAuditEventBuilderImpl
      extended by org.jbpm.runtime.manager.impl.ManagedAuditEventBuilderImpl
All Implemented Interfaces:
org.jbpm.process.audit.event.AuditEventBuilder

public class ManagedAuditEventBuilderImpl
extends org.jbpm.process.audit.event.DefaultAuditEventBuilderImpl


Constructor Summary
ManagedAuditEventBuilderImpl()
           
 
Method Summary
 org.jbpm.process.audit.event.AuditEvent buildEvent(org.kie.api.event.process.ProcessCompletedEvent pce, Object log)
           
 org.jbpm.process.audit.event.AuditEvent buildEvent(org.kie.api.event.process.ProcessNodeLeftEvent pnle, Object log)
           
 org.jbpm.process.audit.event.AuditEvent buildEvent(org.kie.api.event.process.ProcessNodeTriggeredEvent pnte)
           
 org.jbpm.process.audit.event.AuditEvent buildEvent(org.kie.api.event.process.ProcessStartedEvent pse)
           
 org.jbpm.process.audit.event.AuditEvent buildEvent(org.kie.api.event.process.ProcessVariableChangedEvent pvce)
           
 String getOwnerId()
           
 void setOwnerId(String ownerId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ManagedAuditEventBuilderImpl

public ManagedAuditEventBuilderImpl()
Method Detail

buildEvent

public org.jbpm.process.audit.event.AuditEvent buildEvent(org.kie.api.event.process.ProcessStartedEvent pse)
Specified by:
buildEvent in interface org.jbpm.process.audit.event.AuditEventBuilder
Overrides:
buildEvent in class org.jbpm.process.audit.event.DefaultAuditEventBuilderImpl

buildEvent

public org.jbpm.process.audit.event.AuditEvent buildEvent(org.kie.api.event.process.ProcessCompletedEvent pce,
                                                          Object log)
Specified by:
buildEvent in interface org.jbpm.process.audit.event.AuditEventBuilder
Overrides:
buildEvent in class org.jbpm.process.audit.event.DefaultAuditEventBuilderImpl

buildEvent

public org.jbpm.process.audit.event.AuditEvent buildEvent(org.kie.api.event.process.ProcessNodeTriggeredEvent pnte)
Specified by:
buildEvent in interface org.jbpm.process.audit.event.AuditEventBuilder
Overrides:
buildEvent in class org.jbpm.process.audit.event.DefaultAuditEventBuilderImpl

buildEvent

public org.jbpm.process.audit.event.AuditEvent buildEvent(org.kie.api.event.process.ProcessNodeLeftEvent pnle,
                                                          Object log)
Specified by:
buildEvent in interface org.jbpm.process.audit.event.AuditEventBuilder
Overrides:
buildEvent in class org.jbpm.process.audit.event.DefaultAuditEventBuilderImpl

buildEvent

public org.jbpm.process.audit.event.AuditEvent buildEvent(org.kie.api.event.process.ProcessVariableChangedEvent pvce)
Specified by:
buildEvent in interface org.jbpm.process.audit.event.AuditEventBuilder
Overrides:
buildEvent in class org.jbpm.process.audit.event.DefaultAuditEventBuilderImpl

getOwnerId

public String getOwnerId()

setOwnerId

public void setOwnerId(String ownerId)

jBPM :: RuntimeManager 6.1.0.Final

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