Class ServicesAwareAuditEventBuilder

  • All Implemented Interfaces:
    org.jbpm.process.audit.event.AuditEventBuilder

    public class ServicesAwareAuditEventBuilder
    extends org.jbpm.process.audit.event.DefaultAuditEventBuilderImpl
    • Constructor Detail

      • ServicesAwareAuditEventBuilder

        public ServicesAwareAuditEventBuilder()
    • Method Detail

      • getIdentityProvider

        public org.kie.internal.identity.IdentityProvider getIdentityProvider()
      • setIdentityProvider

        public void setIdentityProvider​(org.kie.internal.identity.IdentityProvider identityProvider)
      • 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.ProcessAsyncNodeScheduledEvent 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
      • getDeploymentUnitId

        public String getDeploymentUnitId()
      • setDeploymentUnitId

        public void setDeploymentUnitId​(String deploymentUnitId)