| Package | Description | 
|---|---|
| org.kie.api.runtime.rule | 
 The rule runtime classes. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static <T> DataSource<T> | 
DataSource.create(T... items)
Creates a DataSource, optionally containing some items 
 | 
<T> DataSource<T> | 
RuleUnitExecutor.newDataSource(String name,
             T... items)
Creates a DataSource, optionally containing some items, and bind it this executor with the given name. 
 | 
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.