Knowledge API Legacy5 Adapter 6.1.0.Final

Uses of Interface
org.drools.runtime.rule.Row

Packages that use Row
org.drools.impl.adapters   
org.drools.runtime.rule The rule runtime classes. 
 

Uses of Row in org.drools.impl.adapters
 

Classes in org.drools.impl.adapters that implement Row
 class QueryResultsRowAdapter
           
 class RowAdapter
           
 

Uses of Row in org.drools.runtime.rule
 

Subinterfaces of Row in org.drools.runtime.rule
 interface QueryResultsRow
          A row of data from the QueryResults container.
 

Methods in org.drools.runtime.rule with parameters of type Row
 void ViewChangedEventListener.rowAdded(Row row)
           
 void ViewChangedEventListener.rowRemoved(Row row)
           
 void ViewChangedEventListener.rowUpdated(Row row)
           
 


Knowledge API Legacy5 Adapter 6.1.0.Final

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