Drools Workbench - Common Model 6.0.0.CR4-Pre1

Uses of Class
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
 

Methods in org.drools.workbench.models.commons.shared.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.workbench.models.commons.shared.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.workbench.models.commons.shared.auditlog with parameters of type AuditLogEntry
 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.
 

Method parameters in org.drools.workbench.models.commons.shared.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.
 


Drools Workbench - Common Model 6.0.0.CR4-Pre1

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