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.
|
static <T> DataSource<T> |
DataSource.DataSourceFactory.newInstance()
Returns a reference to the KieServices singleton
|
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.