Drools Workbench - Common Model 6.0.0.Beta3

Uses of Interface
org.drools.workbench.models.commons.shared.auditlog.AuditLogEntry

Packages that use AuditLogEntry
org.drools.workbench.models.commons.shared.auditlog   
 

Uses of AuditLogEntry in org.drools.workbench.models.commons.shared.auditlog
 

Classes in org.drools.workbench.models.commons.shared.auditlog that implement AuditLogEntry
 class DefaultAuditLogEntry
          An entry in an Audit Log
 

Methods in org.drools.workbench.models.commons.shared.auditlog that return AuditLogEntry
 AuditLogEntry DefaultAuditLog.get(int index)
           
 AuditLogEntry DefaultAuditLog.remove(int index)
           
 AuditLogEntry DefaultAuditLog.set(int index, AuditLogEntry element)
          Not supported.
 

Methods in org.drools.workbench.models.commons.shared.auditlog that return types with arguments of type AuditLogEntry
 Iterator<AuditLogEntry> DefaultAuditLog.iterator()
           
 ListIterator<AuditLogEntry> DefaultAuditLog.listIterator()
           
 ListIterator<AuditLogEntry> DefaultAuditLog.listIterator(int index)
           
 List<AuditLogEntry> DefaultAuditLog.subList(int fromIndex, int toIndex)
           
 

Methods in org.drools.workbench.models.commons.shared.auditlog with parameters of type AuditLogEntry
 boolean AuditLogFilter.accept(AuditLogEntry entry)
          This is the filtering method.
 boolean DefaultAuditLogFilter.accept(AuditLogEntry entry)
          This is the filtering method.
 boolean DefaultAuditLog.add(AuditLogEntry e)
          Add a new AuditLogEntry at the beginning of the list.
 boolean AuditLog.add(AuditLogEntry e)
          Add a new AuditLogEntry at the beginning of the list.
 void DefaultAuditLog.add(int index, AuditLogEntry element)
          Not supported.
 AuditLogEntry DefaultAuditLog.set(int index, AuditLogEntry element)
          Not supported.
 

Method parameters in org.drools.workbench.models.commons.shared.auditlog with type arguments of type AuditLogEntry
 boolean DefaultAuditLog.addAll(Collection<? extends AuditLogEntry> c)
          Not supported.
 boolean DefaultAuditLog.addAll(int index, Collection<? extends AuditLogEntry> c)
          Not supported.
 


Drools Workbench - Common Model 6.0.0.Beta3

Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.