Package | Description |
---|---|
org.drools.ruleunit | |
org.drools.ruleunit.command | |
org.drools.ruleunit.datasources | |
org.drools.ruleunit.executor |
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
|
Constructor and Description |
---|
AddDataSourceCommand(Class<E> clazz,
List<String> names,
DataSource<E> values) |
Modifier and Type | Interface and Description |
---|---|
interface |
InternalDataSource<T> |
Modifier and Type | Class and Description |
---|---|
class |
CursoredDataSource<T> |
Modifier and Type | Method and Description |
---|---|
<T> DataSource<T> |
RuleUnitExecutorSession.newDataSource(String name,
T... items) |
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.