Uses of Class
org.drools.workbench.models.datamodel.auditlog.AuditLogEntry
-
Packages that use AuditLogEntry Package Description org.drools.workbench.models.datamodel.auditlog -
-
Uses of AuditLogEntry in org.drools.workbench.models.datamodel.auditlog
Methods in org.drools.workbench.models.datamodel.auditlog that return AuditLogEntry Modifier and Type Method Description AuditLogEntryAuditLog. get(int index)AuditLogEntryAuditLog. remove(int index)AuditLogEntryAuditLog. set(int index, AuditLogEntry element)Not supported.Methods in org.drools.workbench.models.datamodel.auditlog that return types with arguments of type AuditLogEntry Modifier and Type Method Description 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.workbench.models.datamodel.auditlog with parameters of type AuditLogEntry Modifier and Type Method Description booleanAuditLogFilter. accept(AuditLogEntry entry)This is the filtering method.booleanDefaultAuditLogFilter. accept(AuditLogEntry entry)This is the filtering method.voidAuditLog. add(int index, AuditLogEntry element)Not supported.booleanAuditLog. add(AuditLogEntry e)Add a new AuditLogEntry at the beginning of the list.AuditLogEntryAuditLog. set(int index, AuditLogEntry element)Not supported.Method parameters in org.drools.workbench.models.datamodel.auditlog with type arguments of type AuditLogEntry Modifier and Type Method Description booleanAuditLog. addAll(int index, Collection<? extends AuditLogEntry> c)Not supported.booleanAuditLog. addAll(Collection<? extends AuditLogEntry> c)Not supported.
-