org.jbpm.runtime.manager.impl
Class ManagedAuditEventBuilderImpl
java.lang.Object
org.jbpm.process.audit.event.DefaultAuditEventBuilderImpl
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
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 |
ManagedAuditEventBuilderImpl
public ManagedAuditEventBuilderImpl()
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)
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.