|
Drools Workbench - Data Model API 6.1.0.Beta4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.drools.workbench.models.datamodel.auditlog.AuditLog
public class 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.
| Constructor Summary | |
|---|---|
AuditLog()
|
|
AuditLog(AuditLogFilter filter)
|
|
| Method Summary | ||
|---|---|---|
boolean |
add(AuditLogEntry e)
Add a new AuditLogEntry at the beginning of the list. |
|
void |
add(int index,
AuditLogEntry element)
Not supported. |
|
boolean |
addAll(Collection<? extends AuditLogEntry> c)
Not supported. |
|
boolean |
addAll(int index,
Collection<? extends AuditLogEntry> c)
Not supported. |
|
void |
clear()
|
|
boolean |
contains(Object o)
|
|
boolean |
containsAll(Collection<?> c)
|
|
boolean |
equals(Object o)
|
|
AuditLogEntry |
get(int index)
|
|
AuditLogFilter |
getAuditLogFilter()
|
|
int |
hashCode()
|
|
int |
indexOf(Object o)
|
|
boolean |
isEmpty()
|
|
Iterator<AuditLogEntry> |
iterator()
|
|
int |
lastIndexOf(Object o)
|
|
ListIterator<AuditLogEntry> |
listIterator()
|
|
ListIterator<AuditLogEntry> |
listIterator(int index)
|
|
AuditLogEntry |
remove(int index)
|
|
boolean |
remove(Object o)
|
|
boolean |
removeAll(Collection<?> c)
Not supported. |
|
boolean |
retainAll(Collection<?> c)
Not supported. |
|
AuditLogEntry |
set(int index,
AuditLogEntry element)
Not supported. |
|
int |
size()
|
|
List<AuditLogEntry> |
subList(int fromIndex,
int toIndex)
|
|
Object[] |
toArray()
|
|
|
toArray(T[] a)
|
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AuditLog()
public AuditLog(AuditLogFilter filter)
| Method Detail |
|---|
public AuditLogFilter getAuditLogFilter()
public int size()
size in interface Collection<AuditLogEntry>size in interface List<AuditLogEntry>public boolean isEmpty()
isEmpty in interface Collection<AuditLogEntry>isEmpty in interface List<AuditLogEntry>public boolean contains(Object o)
contains in interface Collection<AuditLogEntry>contains in interface List<AuditLogEntry>public Iterator<AuditLogEntry> iterator()
iterator in interface Iterable<AuditLogEntry>iterator in interface Collection<AuditLogEntry>iterator in interface List<AuditLogEntry>public Object[] toArray()
toArray in interface Collection<AuditLogEntry>toArray in interface List<AuditLogEntry>public <T> T[] toArray(T[] a)
toArray in interface Collection<AuditLogEntry>toArray in interface List<AuditLogEntry>public boolean add(AuditLogEntry e)
add in interface Collection<AuditLogEntry>add in interface List<AuditLogEntry>public boolean remove(Object o)
remove in interface Collection<AuditLogEntry>remove in interface List<AuditLogEntry>public boolean containsAll(Collection<?> c)
containsAll in interface Collection<AuditLogEntry>containsAll in interface List<AuditLogEntry>public void clear()
clear in interface Collection<AuditLogEntry>clear in interface List<AuditLogEntry>public boolean equals(Object o)
equals in interface Collection<AuditLogEntry>equals in interface List<AuditLogEntry>equals in class Objectpublic int hashCode()
hashCode in interface Collection<AuditLogEntry>hashCode in interface List<AuditLogEntry>hashCode in class Objectpublic AuditLogEntry get(int index)
get in interface List<AuditLogEntry>public AuditLogEntry remove(int index)
remove in interface List<AuditLogEntry>public int indexOf(Object o)
indexOf in interface List<AuditLogEntry>public int lastIndexOf(Object o)
lastIndexOf in interface List<AuditLogEntry>public ListIterator<AuditLogEntry> listIterator()
listIterator in interface List<AuditLogEntry>public ListIterator<AuditLogEntry> listIterator(int index)
listIterator in interface List<AuditLogEntry>
public List<AuditLogEntry> subList(int fromIndex,
int toIndex)
subList in interface List<AuditLogEntry>public boolean addAll(Collection<? extends AuditLogEntry> c)
addAll in interface Collection<AuditLogEntry>addAll in interface List<AuditLogEntry>
public boolean addAll(int index,
Collection<? extends AuditLogEntry> c)
addAll in interface List<AuditLogEntry>public boolean removeAll(Collection<?> c)
removeAll in interface Collection<AuditLogEntry>removeAll in interface List<AuditLogEntry>public boolean retainAll(Collection<?> c)
retainAll in interface Collection<AuditLogEntry>retainAll in interface List<AuditLogEntry>
public AuditLogEntry set(int index,
AuditLogEntry element)
set in interface List<AuditLogEntry>
public void add(int index,
AuditLogEntry element)
add in interface List<AuditLogEntry>
|
Drools Workbench - Data Model API 6.1.0.Beta4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||