com.sap.sl.sdk.authoring.businesslayer
Interface OlapBusinessLayer

All Superinterfaces:
BusinessLayer, Customizable, Nameable, QueryScriptCustomizable, SlResource

public interface OlapBusinessLayer
extends BusinessLayer

A representation of the 'Olap Business Layer' model object.

The following features are supported:


Method Summary
 java.lang.String getConnectionPath()
          Returns the value of the 'Connection Path' attribute.
 void setConnectionPath(java.lang.String value)
          Sets the value of the 'Connection Path' attribute.
 
Methods inherited from interface com.sap.sl.sdk.authoring.businesslayer.BusinessLayer
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, setUseOfSubqueriesAllowed
 
Methods inherited from interface com.sap.sl.sdk.authoring.commons.SlResource
getResourcePath
 
Methods inherited from interface com.sap.sl.sdk.authoring.commons.Nameable
getName, setName
 
Methods inherited from interface com.sap.sl.sdk.authoring.commons.Customizable
getCustomProperties
 
Methods inherited from interface com.sap.sl.sdk.authoring.commons.QueryScriptCustomizable
getQueryScriptProperties, resetQueryScriptProperties
 

Method Detail

getConnectionPath

java.lang.String getConnectionPath()
Returns the value of the 'Connection Path' attribute.

Returns:
the value of the 'Connection Path' attribute.
See Also:
setConnectionPath(String)

setConnectionPath

void setConnectionPath(java.lang.String value)
Sets the value of the 'Connection Path' attribute.

Parameters:
value - the new value of the 'Connection Path' attribute.
See Also:
getConnectionPath()


© Copyright 2016 SAP SE or an SAP affiliate company. All rights reserved.