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.AuditEventbuildEvent(org.kie.api.event.process.ProcessAsyncNodeScheduledEvent pnse)org.jbpm.process.audit.event.AuditEventbuildEvent(org.kie.api.event.process.ProcessCompletedEvent pce, Object log)org.jbpm.process.audit.event.AuditEventbuildEvent(org.kie.api.event.process.ProcessDataChangedEvent pdce)org.jbpm.process.audit.event.AuditEventbuildEvent(org.kie.api.event.process.ProcessNodeLeftEvent pnle, Object log)org.jbpm.process.audit.event.AuditEventbuildEvent(org.kie.api.event.process.ProcessNodeTriggeredEvent pnte)org.jbpm.process.audit.event.AuditEventbuildEvent(org.kie.api.event.process.ProcessStartedEvent pse)org.jbpm.process.audit.event.AuditEventbuildEvent(org.kie.api.event.process.ProcessVariableChangedEvent pvce)StringgetOwnerId()voidsetOwnerId(String ownerId)
-
-
-
Method Detail
-
buildEvent
public org.jbpm.process.audit.event.AuditEvent buildEvent(org.kie.api.event.process.ProcessStartedEvent pse)
- Specified by:
buildEventin interfaceorg.jbpm.process.audit.event.AuditEventBuilder- Overrides:
buildEventin 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:
buildEventin interfaceorg.jbpm.process.audit.event.AuditEventBuilder- Overrides:
buildEventin classorg.jbpm.process.audit.event.DefaultAuditEventBuilderImpl
-
buildEvent
public org.jbpm.process.audit.event.AuditEvent buildEvent(org.kie.api.event.process.ProcessNodeTriggeredEvent pnte)
- Specified by:
buildEventin interfaceorg.jbpm.process.audit.event.AuditEventBuilder- Overrides:
buildEventin 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:
buildEventin interfaceorg.jbpm.process.audit.event.AuditEventBuilder- Overrides:
buildEventin classorg.jbpm.process.audit.event.DefaultAuditEventBuilderImpl
-
buildEvent
public org.jbpm.process.audit.event.AuditEvent buildEvent(org.kie.api.event.process.ProcessVariableChangedEvent pvce)
- Specified by:
buildEventin interfaceorg.jbpm.process.audit.event.AuditEventBuilder- Overrides:
buildEventin classorg.jbpm.process.audit.event.DefaultAuditEventBuilderImpl
-
buildEvent
public org.jbpm.process.audit.event.AuditEvent buildEvent(org.kie.api.event.process.ProcessAsyncNodeScheduledEvent pnse)
- Specified by:
buildEventin interfaceorg.jbpm.process.audit.event.AuditEventBuilder- Overrides:
buildEventin classorg.jbpm.process.audit.event.DefaultAuditEventBuilderImpl
-
buildEvent
public org.jbpm.process.audit.event.AuditEvent buildEvent(org.kie.api.event.process.ProcessDataChangedEvent pdce)
- Specified by:
buildEventin interfaceorg.jbpm.process.audit.event.AuditEventBuilder- Overrides:
buildEventin classorg.jbpm.process.audit.event.DefaultAuditEventBuilderImpl
-
getOwnerId
public String getOwnerId()
-
setOwnerId
public void setOwnerId(String ownerId)
-
-