| 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.cms |
This package provides classes to publish and retrieve resources stored in a CMS.
|
| com.sap.sl.sdk.authoring.connection |
This package contains classes to create and manage connections and shortcuts.
|
| com.sap.sl.sdk.authoring.datafoundation |
This package provides classes to create data foundations and manage objects for editing data foundations.
|
| com.sap.sl.sdk.authoring.local |
This package contains an interface that you can use to perform some tasks on local resources (save, publish, retrieve, check integrity).
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
BusinessLayer
A representation of the 'Business Layer' model object.
|
interface |
OlapBusinessLayer
A representation of the 'Olap Business Layer' model object.
|
interface |
RelationalBusinessLayer
A representation of the 'Relational Business Layer' model object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CmsResourceService.close(SlResource resource)
Releases the resource to avoid memory leak.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
Connection
Describes a connection.
|
interface |
ConnectionShortcut
Describes a connection shortcut.
|
interface |
DatabaseConnection
Describes a database connection.
|
interface |
DataFederatorConnection
Describes a Data Federator connection.
|
interface |
DataFederatorConnectionShortcut
Describes a Data Federator connection shortcut.
|
interface |
OlapConnection
Describes an OLAP connection.
|
interface |
OlapConnectionShortcut
Describes an OLAP connection shortcut.
|
interface |
RelationalConnection
Describes a relational connection.
|
interface |
RelationalConnectionShortcut
Describes a relational connection shortcut.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ConnectionFactory.close(SlResource resource)
Releases the resource to avoid memory leak.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
DataFoundation
A representation of the 'Data Foundation' model object.
|
interface |
MonoSourceDataFoundation
A representation of the 'Mono Source Data Foundation' model object.
|
interface |
MultiSourceDataFoundation
A representation of the 'Multi Source Data Foundation' model object.
|
| Modifier and Type | Method and Description |
|---|---|
SlResource |
LocalResourceService.load(java.lang.String resourcePath)
Loads a resource that has been saved locally.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LocalResourceService.close(SlResource resource)
Releases the resource to avoid memory leak.
|
IStatus |
LocalResourceService.save(SlResource resource,
java.lang.String localTargetPath,
boolean overwrite)
Saves a resource on the user machine.
|