Uses of Interface
org.openl.rules.context.IRulesRuntimeContext
-
Packages that use IRulesRuntimeContext Package Description org.openl.rules.context org.openl.rules.runtime org.openl.rules.testmethod org.openl.rules.types.impl -
-
Uses of IRulesRuntimeContext in org.openl.rules.context
Classes in org.openl.rules.context that implement IRulesRuntimeContext Modifier and Type Class Description classDefaultRulesRuntimeContextMethods in org.openl.rules.context that return IRulesRuntimeContext Modifier and Type Method Description static IRulesRuntimeContextRulesRuntimeContextFactory. buildRulesRuntimeContext()IRulesRuntimeContextDefaultRulesRuntimeContext. clone()The default implementation Object.clone() method returns a Shallow Copy.IRulesRuntimeContextIRulesRuntimeContext. clone()IRulesRuntimeContextIRulesRuntimeContextProvider. getRuntimeContext()Gets runtime context.IRulesRuntimeContextDefaultRulesRuntimeContext.IRulesRuntimeContextAdapter. unmarshal(DefaultRulesRuntimeContext v)Methods in org.openl.rules.context with parameters of type IRulesRuntimeContext Modifier and Type Method Description DefaultRulesRuntimeContextDefaultRulesRuntimeContext.IRulesRuntimeContextAdapter. marshal(IRulesRuntimeContext v)voidIRulesRuntimeContextConsumer. setRuntimeContext(IRulesRuntimeContext context) -
Uses of IRulesRuntimeContext in org.openl.rules.runtime
Methods in org.openl.rules.runtime that return IRulesRuntimeContext Modifier and Type Method Description IRulesRuntimeContextOpenLRulesMethodHandler. getRuntimeContext() -
Uses of IRulesRuntimeContext in org.openl.rules.testmethod
Methods in org.openl.rules.testmethod that return IRulesRuntimeContext Modifier and Type Method Description IRulesRuntimeContextTestDescription. getRuntimeContext(OpenLCloner cloner)Constructors in org.openl.rules.testmethod with parameters of type IRulesRuntimeContext Constructor Description TestDescription(IOpenMethod testedMethod, IRulesRuntimeContext context, Object[] arguments, IDataBase db) -
Uses of IRulesRuntimeContext in org.openl.rules.types.impl
Methods in org.openl.rules.types.impl with parameters of type IRulesRuntimeContext Modifier and Type Method Description protected abstract CMatchingConstraint. getContextValue(IRulesRuntimeContext context)protected abstract CPropertyAccessDelegation. getContextValue(IRulesRuntimeContext context)MatchingResultDefaultPropertiesContextMatcher. match(String propName, ITableProperties props, IRulesRuntimeContext context)MatchingResultIPropertiesContextMatcher. 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 MATCHMatchingResultMatchingConstraint. match(ITableProperties properties, IRulesRuntimeContext context)
-