Uses of Interface
org.jbpm.process.audit.event.AuditEventBuilder
-
Packages that use AuditEventBuilder Package Description org.jbpm.process.audit Business Activity Monitoring (BAM) resources supporting activity events and activity logs.org.jbpm.process.audit.event org.jbpm.process.audit.variable -
-
Uses of AuditEventBuilder in org.jbpm.process.audit
Fields in org.jbpm.process.audit declared as AuditEventBuilder Modifier and Type Field Description protected AuditEventBuilderAbstractAuditLogger. builderMethods in org.jbpm.process.audit that return AuditEventBuilder Modifier and Type Method Description AuditEventBuilderAbstractAuditLogger. getBuilder()Methods in org.jbpm.process.audit with parameters of type AuditEventBuilder Modifier and Type Method Description voidAbstractAuditLogger. setBuilder(AuditEventBuilder builder) -
Uses of AuditEventBuilder in org.jbpm.process.audit.event
Classes in org.jbpm.process.audit.event that implement AuditEventBuilder Modifier and Type Class Description classDefaultAuditEventBuilderImpl -
Uses of AuditEventBuilder in org.jbpm.process.audit.variable
Methods in org.jbpm.process.audit.variable with parameters of type AuditEventBuilder Modifier and Type Method Description List<org.kie.api.runtime.manager.audit.VariableInstanceLog>ProcessIndexerManager. index(AuditEventBuilder builder, org.kie.api.event.process.ProcessVariableChangedEvent event)
-