public interface RelationalBusinessLayer extends BusinessLayer
See:
BusinessLayerFactory.createRelationalBusinessLayer(String, String) to instantiate a relational business layer.LocalResourceService to load a business layer from the local disk.CmsResourceService to load a business layer from the CMS.The following features are supported:
| Modifier and Type | Method and Description |
|---|---|
java.util.List<AggregateIncompatibility> |
getAggregateIncompatibilities()
Returns the value of the 'Aggregate Incompatibilities' reference list.
|
java.lang.String |
getDataFoundationPath()
Returns the value of the 'Data Foundation Path' attribute.
|
void |
setDataFoundationPath(java.lang.String value)
Sets the value of the '
Data Foundation Path' attribute. |
getBlItem, getBusinessLayerViews, getComments, getCoreUniverseReferences, getCostEstimateExcessTime, getCustomNavigationPaths, getDescription, getLovs, getNavigationPathMode, getParameters, getQueryExecutionTimeLimit, getResultSetSizeLimit, getRootFolder, isComplexOperandsInFilterAllowed, isCostEstimateWarningEnabled, isMasterViewHidden, isMultipleSQLStatementsPerMeasureAllowed, isQueryExecutionTimeLimited, isQueryStrippingAllowed, isResultSetSizeLimited, isUseOfCombinedQueriesAllowed, isUseOfSubqueriesAllowed, setComments, setComplexOperandsInFilterAllowed, setCostEstimateExcessTime, setCostEstimateWarningEnabled, setDescription, setMasterViewHidden, setMultipleSQLStatementsPerMeasureAllowed, setNavigationPathMode, setQueryExecutionTimeLimit, setQueryExecutionTimeLimited, setQueryStrippingAllowed, setResultSetSizeLimit, setResultSetSizeLimited, setUseOfCombinedQueriesAllowed, setUseOfSubqueriesAllowedgetResourcePathgetCustomPropertiesgetQueryScriptProperties, resetQueryScriptPropertiesjava.lang.String getDataFoundationPath()
This is the path to the data foundation file.
setDataFoundationPath(String)void setDataFoundationPath(java.lang.String value)
Data Foundation Path' attribute.
This is the path to an existing data foundation (.dfx). Validation will be done at save time.
value - the new value of the 'Data Foundation Path' attribute.getDataFoundationPath()java.util.List<AggregateIncompatibility> getAggregateIncompatibilities()
AggregateIncompatibility.
This is the list of aggregate incompatibilities defined between business layer objects and aggregate tables of the database.