com.sap.sl.sdk.authoring.connection
Interface OlapConnectionShortcut
- All Superinterfaces:
- Connection, ConnectionShortcut, SlResource
public interface OlapConnectionShortcut
- extends ConnectionShortcut
Describes an OLAP connection shortcut.
You can get an OlapConnectionShortcut
as follows:
String connectionShortcutPath = retrieveUniverse(cmsConnectionPath, targetFolder, saveForAllUsers);
OlapConnectionShortcut olapConnectionShortcut = (OlapConnectionShortcut) load(connectionShortcutPath);
- See Also:
CmsResourceService.retrieveUniverse(java.lang.String, java.lang.String, boolean)
,
LocalResourceService.load(java.lang.String)
© Copyright 2016 SAP SE or an SAP affiliate company. All rights reserved.