| Package | Description |
|---|---|
| org.openl.rules.table.xls.builder |
| Modifier and Type | Class and Description |
|---|---|
class |
DataTablePredefinedTypeVariable
A class that describes a Data Table's table type variable for predefined types such as String, BigDecimal, IntRange
etc
|
class |
DataTableUserDefinedTypeField
A class, containing description of Data Table's field columns (or variables)
|
| Modifier and Type | Method and Description |
|---|---|
List<DataTableField> |
DataTableField.getAggregatedFields()
Get a list of an aggregated fields that will be filled instead of referencing with a foreign key
|
protected abstract List<DataTableField> |
DataTableField.getAvailableFields()
Get available fields of a complex object
|
protected List<DataTableField> |
DataTablePredefinedTypeVariable.getAvailableFields()
Get a list containing one "this" field
|
protected List<DataTableField> |
DataTableUserDefinedTypeField.getAvailableFields()
Get available fields of a complex object
|
| Modifier and Type | Method and Description |
|---|---|
void |
DataTableField.setAggregatedFields(List<DataTableField> aggregatedFields)
Set a list of an aggregated fields that will be filled instead of referencing with a foreign key
|
void |
DataTableBuilder.writeFieldNames(List<? extends DataTableField> fields)
Write a field's description for a given data table (field technical and business names and their foreign keys).
|
Copyright © 2004–2019 OpenL Tablets. All rights reserved.