Interface IRulesMethodWrapper
-
- All Superinterfaces:
IOpenMethodWrapper
- All Known Implementing Classes:
AlgorithmSubroutineMethodWrapper,AlgorithmWrapper,ColumnMatchWrapper,DecisionTableWrapper,MatchingOpenMethodDispatcherWrapper,OverloadedMethodsDispatcherTableWrapper,SpreadsheetWrapper,TableMethodWrapper
public interface IRulesMethodWrapper extends IOpenMethodWrapper
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description org.openl.rules.lang.xls.binding.wrapper.ContextPropertiesInjectorgetContextPropertiesInjector()IOpenMethodgetTopOpenClassMethod(IOpenClass openClass)IOpenClassgetType()XlsModuleOpenClassgetXlsModuleOpenClass()default ObjectinvokeDelegateWithContextPropertiesInjector(Object target, Object[] params, IRuntimeEnv env, SimpleRulesRuntimeEnv simpleRulesRuntimeEnv)-
Methods inherited from interface org.openl.rules.lang.xls.binding.wrapper.IOpenMethodWrapper
getDelegate
-
-
-
-
Method Detail
-
invokeDelegateWithContextPropertiesInjector
default Object invokeDelegateWithContextPropertiesInjector(Object target, Object[] params, IRuntimeEnv env, SimpleRulesRuntimeEnv simpleRulesRuntimeEnv)
-
getContextPropertiesInjector
org.openl.rules.lang.xls.binding.wrapper.ContextPropertiesInjector getContextPropertiesInjector()
-
getXlsModuleOpenClass
XlsModuleOpenClass getXlsModuleOpenClass()
-
getTopOpenClassMethod
IOpenMethod getTopOpenClassMethod(IOpenClass openClass)
-
getType
IOpenClass getType()
-
-