public class AuditLog extends Object implements List<AuditLogEntry>
Constructor and Description |
---|
AuditLog() |
AuditLog(AuditLogFilter filter) |
Modifier and Type | Method and Description |
---|---|
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() |
<T> T[] |
toArray(T[] a) |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
replaceAll, sort, spliterator
parallelStream, removeIf, stream
public AuditLog()
public AuditLog(AuditLogFilter filter)
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 Object
public int hashCode()
hashCode
in interface Collection<AuditLogEntry>
hashCode
in interface List<AuditLogEntry>
hashCode
in class Object
public 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>
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.