Package 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
-
-
Constructor Summary
Constructors Constructor Description ManagedAuditEventBuilderImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.jbpm.process.audit.event.AuditEvent
buildEvent(org.kie.api.event.process.ProcessAsyncNodeScheduledEvent pnse)
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)
-
-
-
Method Detail
-
buildEvent
public org.jbpm.process.audit.event.AuditEvent buildEvent(org.kie.api.event.process.ProcessStartedEvent pse)
- Specified by:
buildEvent
in interfaceorg.jbpm.process.audit.event.AuditEventBuilder
- Overrides:
buildEvent
in classorg.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 interfaceorg.jbpm.process.audit.event.AuditEventBuilder
- Overrides:
buildEvent
in classorg.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 interfaceorg.jbpm.process.audit.event.AuditEventBuilder
- Overrides:
buildEvent
in classorg.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 interfaceorg.jbpm.process.audit.event.AuditEventBuilder
- Overrides:
buildEvent
in classorg.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 interfaceorg.jbpm.process.audit.event.AuditEventBuilder
- Overrides:
buildEvent
in classorg.jbpm.process.audit.event.DefaultAuditEventBuilderImpl
-
buildEvent
public org.jbpm.process.audit.event.AuditEvent buildEvent(org.kie.api.event.process.ProcessAsyncNodeScheduledEvent pnse)
- Specified by:
buildEvent
in interfaceorg.jbpm.process.audit.event.AuditEventBuilder
- Overrides:
buildEvent
in classorg.jbpm.process.audit.event.DefaultAuditEventBuilderImpl
-
getOwnerId
public String getOwnerId()
-
setOwnerId
public void setOwnerId(String ownerId)
-
-