Drools Workbench - Data Model API 6.2.0.CR4

Uses of Class
org.drools.workbench.models.datamodel.auditlog.AuditLogEntry

Packages that use AuditLogEntry
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
 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.datamodel.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.datamodel.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.datamodel.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 - Data Model API 6.2.0.CR4

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