public interface RuleUnitFluent<T extends RuleUnitFluent,U>
RuleUnit
and RuleUnitExecutor
Modifier and Type | Method and Description |
---|---|
<E> T |
bindVariable(String name,
E variableValue) |
T |
bindVariableByExpression(String name,
Function<Context,Object> expression) |
<E> DataSourceFluent<E,T> |
createDataSource(Class<E> type) |
U |
dispose() |
T |
getGlobal(String identifier) |
<E extends RuleUnit> |
run(Class<E> unit) |
<E extends RuleUnit> |
run(Supplier<E> unitSupplier) |
T |
setGlobal(String identifier,
Object object) |
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.