Package org.jbpm.process.audit.event
Class DefaultAuditEventBuilderImpl
- java.lang.Object
-
- org.jbpm.process.audit.event.DefaultAuditEventBuilderImpl
-
- All Implemented Interfaces:
AuditEventBuilder
- Direct Known Subclasses:
ManagedAuditEventBuilderImpl,ServicesAwareAuditEventBuilder
public class DefaultAuditEventBuilderImpl extends Object implements AuditEventBuilder
-
-
Constructor Summary
Constructors Constructor Description DefaultAuditEventBuilderImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AuditEventbuildEvent(org.kie.api.event.process.ProcessAsyncNodeScheduledEvent pnse)AuditEventbuildEvent(org.kie.api.event.process.ProcessCompletedEvent pce, Object log)AuditEventbuildEvent(org.kie.api.event.process.ProcessNodeLeftEvent pnle, Object log)AuditEventbuildEvent(org.kie.api.event.process.ProcessNodeTriggeredEvent pnte)AuditEventbuildEvent(org.kie.api.event.process.ProcessNodeTriggeredEvent pnte, Object log)AuditEventbuildEvent(org.kie.api.event.process.ProcessStartedEvent pse)AuditEventbuildEvent(org.kie.api.event.process.ProcessVariableChangedEvent pvce)protected StringgetNodeContainerId(org.kie.api.definition.process.NodeContainer nodeContainer)
-
-
-
Method Detail
-
buildEvent
public AuditEvent buildEvent(org.kie.api.event.process.ProcessStartedEvent pse)
- Specified by:
buildEventin interfaceAuditEventBuilder
-
buildEvent
public AuditEvent buildEvent(org.kie.api.event.process.ProcessCompletedEvent pce, Object log)
- Specified by:
buildEventin interfaceAuditEventBuilder
-
buildEvent
public AuditEvent buildEvent(org.kie.api.event.process.ProcessAsyncNodeScheduledEvent pnse)
- Specified by:
buildEventin interfaceAuditEventBuilder
-
buildEvent
public AuditEvent buildEvent(org.kie.api.event.process.ProcessNodeTriggeredEvent pnte)
- Specified by:
buildEventin interfaceAuditEventBuilder
-
buildEvent
public AuditEvent buildEvent(org.kie.api.event.process.ProcessNodeTriggeredEvent pnte, Object log)
- Specified by:
buildEventin interfaceAuditEventBuilder
-
buildEvent
public AuditEvent buildEvent(org.kie.api.event.process.ProcessNodeLeftEvent pnle, Object log)
- Specified by:
buildEventin interfaceAuditEventBuilder
-
buildEvent
public AuditEvent buildEvent(org.kie.api.event.process.ProcessVariableChangedEvent pvce)
- Specified by:
buildEventin interfaceAuditEventBuilder
-
getNodeContainerId
protected String getNodeContainerId(org.kie.api.definition.process.NodeContainer nodeContainer)
-
-