getLevelNameMap(boolean includeHierarchyName)
Gets the level names in a map with the Level Display names as the keys and the insertable text as the values.
getLevelNames(boolean includeHierarchyName)
Gets the level names.
int
getMaxOutputObservations()
Returns the current maximum number of output observations returned when gathering
a list of possible values for a data item or physical item in the data source tree.
getPromptDataSourceTree()
Get the DataSource tree model containing the prompts of the business model
void
setMaxOutputObservations(int max)
Sets the current maximum number of output observations to be returned when
gathering a list of possible values for a data item or physical item in the data source tree.
Get the member names for a given level. This method is only meaningful
in the case where the level of data contains members (i.e. if getLevelHasMembers()
returns true).
Parameters:
levelName - the level for which to get the member names
Returns:
an array of Strings containing the names of the members for the specified
level if the adapter contains OLAP data; returns null otherwise.
a com.sas.expressions.visuals.OperationListInterface containing the Operations
that can be added in the Expression Editor (null allowed if not supported)
Get the Default DataSource tree model for this business model
Returns:
a com.sas.expressions.visuals.DataSourceTreeInterface containing the data sources
that can be added in the Expression Editor (null allowed if not supported)
Get the DataSource tree model from the Physical view of the business model
Returns:
a com.sas.expressions.visuals.DataSourceTreeInterface containing the data sources
that can be added in the Expression Editor (null allowed if not supported)
Get the DataSource tree model from the Business (Data Item) view of the business model
Returns:
a com.sas.expressions.visuals.DataSourceTreeInterface containing the data sources
that can be added in the Expression Editor (null allowed if not supported)
Get the DataSource tree model containing the prompts of the business model
Returns:
a com.sas.expressions.visuals.DataSourceTreeInterface containing the data sources
that can be added in the Expression Editor (null allowed if not supported)
a com.sas.expressions.visuals.FunctionTreeInterface containing the Categories with Functions
that can be added in the Expression Editor (null allowed if not supported)
getMaxOutputObservations
int getMaxOutputObservations()
Returns the current maximum number of output observations returned when gathering
a list of possible values for a data item or physical item in the data source tree.
Returns:
the maximum number of output observations
setMaxOutputObservations
void setMaxOutputObservations(int max)
Sets the current maximum number of output observations to be returned when
gathering a list of possible values for a data item or physical item in the data source tree.
Parameters:
max - the new maximum number of output observations