|
jBPM distribution 6.1.0.CR2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AuditLoggerFactory.Type | |
---|---|
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 | |
---|---|
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 | |
---|---|
static AbstractAuditLogger |
AuditLoggerFactory.newInstance(AuditLoggerFactory.Type type,
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. |
|
jBPM distribution 6.1.0.CR2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |