| Package | Description |
|---|---|
| org.jwall.audit.script | |
| org.jwall.log | |
| org.jwall.web.audit |
This package encapsulates the AuditEvent-framework that is used to represent,
create, manage and handle audit events within a Java environment.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ScriptRunner.setAuditEventView(EventView<AuditEvent> view) |
void |
ScriptRunner.setLogMessageView(EventView<LogMessage> view) |
| Constructor and Description |
|---|
EventList(EventView<E> view,
FilterExpression filter) |
ScriptEventView(String user,
EventView<E> parentView) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
LogMessageView
This interface defines a view for a set of log events (log messages).
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
AuditEventView
This interface defines all method that are accessible by a user for
investigating events contained in an event store.
|
Copyright © 2013 jwall.org. All Rights Reserved.