|
Drools Workbench - Common Model 6.0.0.Beta3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface AuditLog
An Audit Log that filters entries added to it depending on the type of entries the Log is configured to receive. Users of this log need therefore not filter which entries should be appended as this is handled by the log itself.
| Method Summary | |
|---|---|
boolean |
add(AuditLogEntry e)
Add a new AuditLogEntry at the beginning of the list. |
AuditLogFilter |
getAuditLogFilter()
Get the AuditLogFilter in operation on the AuditLog |
| Methods inherited from interface java.util.List |
|---|
add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, retainAll, set, size, subList, toArray, toArray |
| Method Detail |
|---|
AuditLogFilter getAuditLogFilter()
boolean add(AuditLogEntry e)
add in interface Collection<AuditLogEntry>add in interface List<AuditLogEntry>
|
Drools Workbench - Common Model 6.0.0.Beta3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||