Package | Description |
---|---|
org.jbpm.process.audit |
Business Activity Monitoring (BAM) resources supporting activity events and activity logs.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and 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.
|
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.