Uses of Interface
org.kie.api.runtime.rule.Row
-
Packages that use Row Package Description org.kie.api.runtime.rule The rule runtime classes. -
-
Uses of Row in org.kie.api.runtime.rule
Subinterfaces of Row in org.kie.api.runtime.rule Modifier and Type Interface Description interface
QueryResultsRow
A row of data from the QueryResults container.Methods in org.kie.api.runtime.rule with parameters of type Row Modifier and Type Method Description void
ViewChangedEventListener. rowDeleted(Row row)
void
ViewChangedEventListener. rowInserted(Row row)
void
ViewChangedEventListener. rowUpdated(Row row)
-