|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AuditLogEntry | |
|---|---|
| org.drools.ide.common.client.modeldriven.auditlog | |
| org.drools.ide.common.client.modeldriven.dt52.auditlog | |
| Uses of AuditLogEntry in org.drools.ide.common.client.modeldriven.auditlog |
|---|
| Methods in org.drools.ide.common.client.modeldriven.auditlog that return AuditLogEntry | |
|---|---|
AuditLogEntry |
AuditLog.get(int index)
|
AuditLogEntry |
AuditLog.remove(int index)
|
AuditLogEntry |
AuditLog.set(int index,
AuditLogEntry element)
Not supported. |
| Methods in org.drools.ide.common.client.modeldriven.auditlog that return types with arguments of type AuditLogEntry | |
|---|---|
Iterator<AuditLogEntry> |
AuditLog.iterator()
|
ListIterator<AuditLogEntry> |
AuditLog.listIterator()
|
ListIterator<AuditLogEntry> |
AuditLog.listIterator(int index)
|
List<AuditLogEntry> |
AuditLog.subList(int fromIndex,
int toIndex)
|
| Methods in org.drools.ide.common.client.modeldriven.auditlog with parameters of type AuditLogEntry | |
|---|---|
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. |
| Method parameters in org.drools.ide.common.client.modeldriven.auditlog with type arguments of type AuditLogEntry | |
|---|---|
boolean |
AuditLog.addAll(Collection<? extends AuditLogEntry> c)
Not supported. |
boolean |
AuditLog.addAll(int index,
Collection<? extends AuditLogEntry> c)
Not supported. |
| Uses of AuditLogEntry in org.drools.ide.common.client.modeldriven.dt52.auditlog |
|---|
| Subclasses of AuditLogEntry in org.drools.ide.common.client.modeldriven.dt52.auditlog | |
|---|---|
class |
DeleteColumnAuditLogEntry
An Audit Event for when a column is deleted |
class |
DeleteRowAuditLogEntry
An Audit Event when a row is deleted |
class |
InsertColumnAuditLogEntry
An Audit Event for when a column is inserted |
class |
InsertRowAuditLogEntry
An Audit Event when a row is inserted |
class |
UpdateColumnAuditLogEntry
An Audit Event for when a column is updated |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||