| Package | Description |
|---|---|
| org.openl.rules.context | |
| org.openl.rules.runtime | |
| org.openl.rules.testmethod | |
| org.openl.rules.types.impl |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultRulesRuntimeContext |
class |
RulesRuntimeContextDelegator
Runtime context delegator.
|
| Modifier and Type | Method and Description |
|---|---|
static IRulesRuntimeContext |
RulesRuntimeContextFactory.buildRulesRuntimeContext() |
IRulesRuntimeContext |
IRulesRuntimeContextProvider.getRuntimeContext()
Gets runtime context.
|
IRulesRuntimeContext |
DefaultRulesRuntimeContext.IRulesRuntimeContextAdapter.unmarshal(DefaultRulesRuntimeContext v) |
| Modifier and Type | Method and Description |
|---|---|
DefaultRulesRuntimeContext |
DefaultRulesRuntimeContext.IRulesRuntimeContextAdapter.marshal(IRulesRuntimeContext v) |
void |
IRulesRuntimeContextConsumer.setRuntimeContext(IRulesRuntimeContext context) |
| Constructor and Description |
|---|
RulesRuntimeContextDelegator(IRulesRuntimeContext delegate) |
| Modifier and Type | Method and Description |
|---|---|
IRulesRuntimeContext |
OpenLRulesInvocationHandler.getRuntimeContext() |
| Modifier and Type | Method and Description |
|---|---|
IRulesRuntimeContext |
TestDescription.getRuntimeContext(OpenLArgumentsCloner cloner) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract C |
MatchingConstraint.getContextValue(IRulesRuntimeContext context) |
protected abstract C |
PropertyAccessDelegation.getContextValue(IRulesRuntimeContext context) |
MatchingResult |
MatchingConstraint.match(ITableProperties properties,
IRulesRuntimeContext context) |
MatchingResult |
DefaultPropertiesContextMatcher.match(String propName,
ITableProperties props,
IRulesRuntimeContext context) |
MatchingResult |
IPropertiesContextMatcher.match(String propertyName,
ITableProperties tableProperties,
IRulesRuntimeContext context)
Matcher compares a single Table property and returns one of the 3 values NO_MATCH, if a property does not match
with a context variable MATCH_BY_DEFAULT, for example, context has value for LOB, but properties have empty value
MATCH
|
Copyright © 2004–2019 OpenL Tablets. All rights reserved.