| Package | Description |
|---|---|
| org.openl.rules.data | |
| org.openl.rules.lang.xls | |
| org.openl.rules.lang.xls.binding | |
| org.openl.rules.lang.xls.prebind | |
| org.openl.rules.testmethod |
| Modifier and Type | Class and Description |
|---|---|
class |
DataBase |
| Modifier and Type | Method and Description |
|---|---|
IDataBase |
DataTableBoundNode.getDataBase() |
| Modifier and Type | Method and Description |
|---|---|
DomainOpenClass |
ForeignKeyColumnDescriptor.getDomainClassForForeignTable(IDataBase db) |
IOpenField |
ForeignKeyColumnDescriptor.getForeignKeyField(IOpenClass type,
IDataBase db) |
Object |
ForeignKeyColumnDescriptor.getLiteralByForeignKey(IOpenClass fieldType,
ILogicalTable valuesTable,
IDataBase db,
IBindingContext bindingContext)
Method is using to load data from foreign table, using foreign key (see
DataTableBindHelper.getForeignKeyTokens(IBindingContext, ILogicalTable, int)). |
void |
ITable.populate(IDataBase db,
IBindingContext bindingContext) |
void |
Table.populate(IDataBase dataBase,
IBindingContext bindingContext) |
void |
ForeignKeyColumnDescriptor.populateLiteralByForeignKey(Object target,
ILogicalTable valuesTable,
IDataBase db,
IBindingContext cxt)
Method is using to load data from foreign table, using foreign key (see
DataTableBindHelper.getForeignKeyTokens(IBindingContext, ILogicalTable, int)). |
| Modifier and Type | Method and Description |
|---|---|
protected IDataBase |
XlsBinder.getModuleDatabase() |
| Modifier and Type | Method and Description |
|---|---|
protected XlsModuleOpenClass |
XlsBinder.createModuleOpenClass(XlsModuleSyntaxNode moduleNode,
OpenL openl,
IDataBase dbase,
Set<CompiledDependency> moduleDependencies,
IBindingContext bindingContext)
Creates
XlsModuleOpenClass |
| Modifier and Type | Method and Description |
|---|---|
IDataBase |
XlsModuleOpenClass.getDataBase() |
| Constructor and Description |
|---|
XlsModuleOpenClass(String name,
XlsMetaInfo metaInfo,
OpenL openl,
IDataBase dbase,
Set<CompiledDependency> usingModules,
ClassLoader classLoader,
boolean useDescisionTableDispatcher,
boolean dispatchingValidationEnabled)
Constructor for module with dependent modules
|
| Modifier and Type | Method and Description |
|---|---|
protected XlsLazyModuleOpenClass |
XlsPreBinder.createModuleOpenClass(XlsModuleSyntaxNode moduleNode,
OpenL openl,
IDataBase dbase,
Set<CompiledDependency> moduleDependencies,
IBindingContext bindingContext) |
| Constructor and Description |
|---|
XlsLazyModuleOpenClass(String name,
XlsMetaInfo metaInfo,
OpenL openl,
IDataBase dbase,
IPrebindHandler prebindHandler,
Set<CompiledDependency> usingModules,
ClassLoader classLoader,
boolean useDescisionTableDispatcher,
boolean dispatchingValidationEnabled) |
| Modifier and Type | Method and Description |
|---|---|
protected static IOpenField |
TestDescription.getKeyField(String paramName,
IOpenClass type,
Object value,
IDataBase db,
ITableModel dataModel) |
| Constructor and Description |
|---|
TestDescription(IOpenMethod testedMethod,
DynamicObject testObject,
List<IOpenField> fields,
ITableModel dataModel,
IDataBase db) |
TestDescription(IOpenMethod testedMethod,
Object[] arguments,
IDataBase db) |
Copyright © 2004–2019 OpenL Tablets. All rights reserved.