| 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 |
|---|---|
QueryScriptProperty |
BusinessLayerFactory.createQueryScriptProperty(java.lang.String key,
java.lang.String value,
BusinessLayer businessLayer)
Creates a custom query script property.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<QueryScriptProperty> |
QueryScriptCustomizable.getQueryScriptProperties()
Returns the value of the 'Query Script Properties' containment reference list.
|
| Modifier and Type | Method and Description |
|---|---|
QueryScriptProperty |
DataFoundationFactory.createQueryScriptProperty(java.lang.String key,
java.lang.String value,
DataFoundation dataFoundation)
Creates a custom query script property.
|