com.sap.sl.sdk.authoring.connection
Interface RelationalConnectionShortcut

All Superinterfaces:
Connection, ConnectionShortcut, SlResource

public interface RelationalConnectionShortcut
extends ConnectionShortcut

Describes a relational connection shortcut.

You can get a RelationalConnectionShortcut as follows:

       String connectionShortcutPath = retrieveUniverse(cmsConnectionPath, targetFolder, saveForAllUsers);
       RelationalConnectionShortcut relationalConnectionShortcut = (RelationalConnectionShortcut) load(connectionShortcutPath);
       

See Also:
CmsResourceService.retrieveUniverse(java.lang.String, java.lang.String, boolean), LocalResourceService.load(java.lang.String)

Method Summary
 
Methods inherited from interface com.sap.sl.sdk.authoring.connection.ConnectionShortcut
getPath, getServerName, setPath
 
Methods inherited from interface com.sap.sl.sdk.authoring.connection.Connection
getDescription, getName, setDescription, setName
 
Methods inherited from interface com.sap.sl.sdk.authoring.commons.SlResource
getResourcePath
 



© Copyright 2016 SAP SE or an SAP affiliate company. All rights reserved.