| 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.checkintegrity |
This package contains an interface that you can use to start or cancel a check integrity process.
|
| 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).
|
| com.sap.sl.sdk.framework |
This package contains interfaces used to manage errors.
|
| Modifier and Type | Method and Description |
|---|---|
IStatus |
BusinessLayerService.addCoreUniverses(java.lang.String blPath,
java.util.List<java.lang.String> unxIdentifiers)
Adds core universes to a linked universe.
|
IStatus |
BusinessLayerService.includeCoreUniverses(java.lang.String blPath,
java.util.List<java.lang.String> unxIdentifiers)
Integrates core universe components into a linked universe (folders, objects, tables, joins, views, and so on).
|
IStatus |
BusinessLayerService.refreshUniverseReferences(java.lang.String blPath)
Updates the paths or names of the core universes used in a linked universe.
|
IStatus |
BusinessLayerService.removeCoreUniverses(java.lang.String blPath,
java.util.List<java.lang.String> unxIdentifiers)
Removes core universes from a linked universe.
|
IStatus |
BusinessLayerService.synchronizeCoreUniverses(java.lang.String blPath,
java.util.List<java.lang.String> unxIdentifiers)
Synchronizes core universe components of a linked universe with their latest versions in the CMS repository (folders, objects, tables, joins, views, and so on).
|
IStatus |
BusinessLayerService.validateBusinessFilterExpression(java.lang.String expression)
Validates the expression of a business filter.
|
IStatus |
BusinessLayerService.validateBusinessQueryLovExpression(java.lang.String expression)
Validates the business query of a list of values.
|
IStatus |
BusinessQueryLov.validateExpression()
Validates the query specification against its XSD and returns a status.
|
IStatus |
BusinessFilter.validateExpression()
Validates the query specification against its XSD and returns a status.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
RuleStatus
The status of the rule built as an
IStatus object. |
| Modifier and Type | Method and Description |
|---|---|
IStatus |
CheckIntegrityRunner.start()
Starts the check integrity process.
|
| Modifier and Type | Method and Description |
|---|---|
IStatus |
UniverseSecurityCache.commit() |
IStatus |
CmsResourceService.convertUniverse(java.lang.String sourceUnvFilePath,
java.lang.String destinationFolder,
java.lang.String newResourceName,
ConversionOptions options)
Converts a
.unv universe stored in the repository into a .unx universe. |
| Modifier and Type | Method and Description |
|---|---|
IStatus |
ConnectionService.testConnection(Connection connection,
boolean localTest)
Tests the connection.
|
| Modifier and Type | Method and Description |
|---|---|
IStatus |
DataFoundationService.refreshStructure(java.lang.String dataFoundationPath,
boolean applyChanges)
Refreshes the structure of the data foundation.
|
IStatus |
DataFoundationService.setConnectionPath(java.lang.String multiDataFoundationPath,
java.util.List<DataFederatorSourceInfo> sourceInfos)
Set the connection paths of a multi-source data foundation.
|
IStatus |
DataFoundationService.setConnectionPath(java.lang.String monoDataFoundationPath,
java.lang.String connectionPath)
Set the connection path of a mono-source data foundation.
|
| Modifier and Type | Method and Description |
|---|---|
IStatus |
LocalResourceService.convertUniverse(java.lang.String sourceUnvFilePath,
java.lang.String destinationFolder,
java.lang.String newResourceName,
ConversionOptions options)
Converts a local
.unv universe into a local .unx universe. |
IStatus |
LocalResourceService.save(SlResource resource,
java.lang.String localTargetPath,
boolean overwrite)
Saves a resource on the user machine.
|
| Modifier and Type | Method and Description |
|---|---|
IStatus[] |
IStatus.getChildren()
Returns children of a status.
|
IStatus |
SlException.getStatus()
Retrieves the error status.
|
IStatus |
IStatusProvider.getStatus()
Returns the error status.
|