| Package | Description |
|---|---|
| com.sap.sl.sdk.authoring.businesslayer |
This package provides classes to create business layers and manage business layer objects.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
Dimension
A representation of the 'Dimension' model object.
|
interface |
Folder
A representation of the 'Folder' model object.
|
interface |
Measure
A representation of the 'Measure' model object.
|
interface |
RootFolder
This interface represents the root folder of a
BusinessLayer. |
| Modifier and Type | Method and Description |
|---|---|
BlContainer |
BlItem.getParent()
Returns the value of the 'Parent' container reference.
|
| Modifier and Type | Method and Description |
|---|---|
<T extends BlItem> |
BusinessLayerFactory.createBlItem(java.lang.Class<T> type,
java.lang.String name,
BlContainer parent)
Creates a business layer item.
|
<T extends BlItem> |
BusinessLayerFactory.createBlItem(java.lang.Class<T> type,
java.lang.String name,
BlContainer parent,
java.lang.String identifier)
Creates a business layer item.
|