| Modifier and Type | Method and Description |
|---|---|
Function<Object,ValueWrapper> |
FactCheckerHandle.getCheckFuction() |
| Modifier and Type | Method and Description |
|---|---|
void |
RuleStatelessScenarioExecutableBuilder.addInternalCondition(Class<?> clazz,
Function<Object,ValueWrapper> checkFunction,
ScenarioResult scenarioResult) |
void |
RuleStatefulScenarioExecutableBuilder.addInternalCondition(Class<?> clazz,
Function<Object,ValueWrapper> checkFunction,
ScenarioResult scenarioResult) |
void |
RuleScenarioExecutableBuilder.addInternalCondition(Class<?> clazz,
Function<Object,ValueWrapper> checkFunction,
ScenarioResult scenarioResult) |
| Constructor and Description |
|---|
FactCheckerHandle(Class<?> clazz,
Function<Object,ValueWrapper> checkFuction,
ScenarioResult scenarioResult) |
| Modifier and Type | Method and Description |
|---|---|
protected ValueWrapper<Object> |
AbstractRunnerHelper.getDirectMapping(Map<List<String>,Object> params) |
protected ValueWrapper |
AbstractRunnerHelper.getResultWrapper(String className,
FactMappingValue expectedResult,
ExpressionEvaluator expressionEvaluator,
Object expectedResultRaw,
Object resultRaw,
Class<?> resultClass) |
protected ValueWrapper |
DMNScenarioRunnerHelper.getSingleFactValueResult(FactMapping factMapping,
FactMappingValue expectedResult,
org.kie.dmn.api.core.DMNDecisionResult decisionResult,
ExpressionEvaluator expressionEvaluator) |
| Modifier and Type | Method and Description |
|---|---|
protected Function<Object,ValueWrapper> |
RuleScenarioRunnerHelper.createExtractorFunction(ExpressionEvaluator expressionEvaluator,
FactMappingValue expectedResult,
ScesimModelDescriptor scesimModelDescriptor) |
| Modifier and Type | Method and Description |
|---|---|
protected Object |
RuleScenarioRunnerHelper.createObject(ValueWrapper<Object> initialInstance,
String className,
Map<List<String>,Object> params,
ClassLoader classLoader) |
protected Object |
DMNScenarioRunnerHelper.createObject(ValueWrapper<Object> initialInstance,
String className,
Map<List<String>,Object> params,
ClassLoader classLoader) |
protected abstract Object |
AbstractRunnerHelper.createObject(ValueWrapper<Object> initialInstance,
String className,
Map<List<String>,Object> params,
ClassLoader classLoader)
Create and fill object with params.
|
| Modifier and Type | Method and Description |
|---|---|
protected ScenarioResult |
AbstractRunnerHelper.fillResult(FactMappingValue expectedResult,
Supplier<ValueWrapper<?>> resultSupplier,
ExpressionEvaluator expressionEvaluator) |
| Modifier and Type | Method and Description |
|---|---|
static <T> ValueWrapper<T> |
ValueWrapper.errorEmptyMessage() |
static <T> ValueWrapper<T> |
ValueWrapper.errorWithCollectionPathToValue(T value,
List<String> path) |
static <T> ValueWrapper<T> |
ValueWrapper.errorWithMessage(String message) |
static <T> ValueWrapper<T> |
ValueWrapper.errorWithValidValue(T value,
T expected) |
static <T> ValueWrapper<T> |
ValueWrapper.of(T value) |
| Modifier and Type | Method and Description |
|---|---|
static <T> T |
ScenarioBeanUtil.fillBean(ValueWrapper<Object> initialInstance,
String className,
Map<List<String>,Object> params,
ClassLoader classLoader) |
Copyright © 2001–2021 JBoss by Red Hat. All rights reserved.