| Package | Description |
|---|---|
| com.sap.sl.sdk.authoring.businesslayer |
This package provides classes to create business layers and manage business layer objects.
|
| com.sap.sl.sdk.authoring.commons |
This package defines the
SlResource object as the root object for SDK resources. |
| com.sap.sl.sdk.authoring.datafoundation |
This package provides classes to create data foundations and manage objects for editing data foundations.
|
| Modifier and Type | Method and Description |
|---|---|
CustomProperty |
BusinessLayerFactory.createCustomProperty(java.lang.String key,
java.lang.String value,
BlItem blItem)
Creates a custom property for the given business layer item.
|
CustomProperty |
BusinessLayerFactory.createCustomProperty(java.lang.String key,
java.lang.String value,
BusinessLayer businessLayer)
Creates a custom property for the given business layer.
|
CustomProperty |
BusinessLayerFactory.createCustomProperty(java.lang.String key,
java.lang.String value,
Parameter parameter)
Creates a custom property for the given parameter.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CustomProperty> |
Customizable.getCustomProperties()
Returns the value of the 'Custom Properties' reference list.
|
| Modifier and Type | Method and Description |
|---|---|
CustomProperty |
DataFoundationFactory.createCustomProperty(java.lang.String key,
java.lang.String value,
DataFoundation dataFoundation)
Creates a custom property for the given data foundation
|
CustomProperty |
DataFoundationFactory.createCustomProperty(java.lang.String key,
java.lang.String value,
Parameter parameter)
Creates a custom property for the given parameter.
|