Uses of Class
org.jbpm.process.audit.AuditLoggerFactory.Type
-
Packages that use AuditLoggerFactory.Type Package Description org.jbpm.process.audit Business Activity Monitoring (BAM) resources supporting activity events and activity logs. -
-
Uses of AuditLoggerFactory.Type in org.jbpm.process.audit
Methods in org.jbpm.process.audit that return AuditLoggerFactory.Type Modifier and Type Method Description static AuditLoggerFactory.Type
AuditLoggerFactory.Type. valueOf(String name)
Returns the enum constant of this type with the specified name.static AuditLoggerFactory.Type[]
AuditLoggerFactory.Type. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jbpm.process.audit with parameters of type AuditLoggerFactory.Type Modifier and Type Method Description static AbstractAuditLogger
AuditLoggerFactory. newInstance(AuditLoggerFactory.Type type, org.kie.api.runtime.KieSession ksession, Map<String,Object> properties)
Creates new instance of audit logger based on given type and parameters and registers it directly in given ksession to receive its events.
-