public interface BusinessLayerView extends Identifiable, Nameable
A business layer view displays a restricted number of business objects of the business layer. Only dimensions, measures, and filters can be added to a business layer view. Folders and attributes are added implicitly. See the Information Design Tool User Guide for more information.
Use BusinessLayerFactory.createBusinessLayerView(String, BusinessLayer) to instantiate a business layer view.
The following features are supported:
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDescription()
Returns the value of the 'Description' attribute.
|
java.util.List<BlItem> |
getObjects()
Returns the value of the 'Objects' reference list.
|
void |
setDescription(java.lang.String value)
Sets the value of the '
Description' attribute. |
getIdentifierjava.lang.String getDescription()
This string represents the description of the business layer view.
setDescription(String)void setDescription(java.lang.String value)
Description' attribute.
This string represents the description of the business layer view.
value - the new value of the 'Description' attribute.getDescription()java.util.List<BlItem> getObjects()
BlItem.
This is the list of business layer items included in the business layer view. This list can only contain dimensions, measures, and filters.