Package | Description |
---|---|
org.drools.workbench.models.datamodel.auditlog |
Modifier and Type | Method and Description |
---|---|
AuditLogEntry |
AuditLog.get(int index) |
AuditLogEntry |
AuditLog.remove(int index) |
AuditLogEntry |
AuditLog.set(int index,
AuditLogEntry element)
Not supported.
|
Modifier and Type | Method and Description |
---|---|
Iterator<AuditLogEntry> |
AuditLog.iterator() |
ListIterator<AuditLogEntry> |
AuditLog.listIterator() |
ListIterator<AuditLogEntry> |
AuditLog.listIterator(int index) |
List<AuditLogEntry> |
AuditLog.subList(int fromIndex,
int toIndex) |
Modifier and Type | Method and Description |
---|---|
boolean |
DefaultAuditLogFilter.accept(AuditLogEntry entry)
This is the filtering method.
|
boolean |
AuditLogFilter.accept(AuditLogEntry entry)
This is the filtering method.
|
boolean |
AuditLog.add(AuditLogEntry e)
Add a new AuditLogEntry at the beginning of the list.
|
void |
AuditLog.add(int index,
AuditLogEntry element)
Not supported.
|
AuditLogEntry |
AuditLog.set(int index,
AuditLogEntry element)
Not supported.
|
Modifier and Type | Method and Description |
---|---|
boolean |
AuditLog.addAll(Collection<? extends AuditLogEntry> c)
Not supported.
|
boolean |
AuditLog.addAll(int index,
Collection<? extends AuditLogEntry> c)
Not supported.
|
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.