com.sap.sl.sdk.authoring.security
Interface ConnectionMapping


public interface ConnectionMapping

A representation of the model object 'Connection Mapping'.

This object represents the "Connections" setting of data security profiles. See the Information Design Tool User Guide for a definition of this setting.

The following features are supported:


Method Summary
 java.lang.String getOriginalConnectionPath()
          Returns the value of the 'Original Connection Path' attribute.
 java.lang.String getReplacementConnectionPath()
          Returns the value of the 'Replacement Connection Path' attribute.
 void setOriginalConnectionPath(java.lang.String value)
          Sets the value of the 'Original Connection Path' attribute.
 void setReplacementConnectionPath(java.lang.String value)
          Sets the value of the 'Replacement Connection Path' attribute.
 

Method Detail

getOriginalConnectionPath

java.lang.String getOriginalConnectionPath()
Returns the value of the 'Original Connection Path' attribute.

This is the path of the original connection attached to the universe in the CMS repository.

Returns:
the value of the 'Original Connection Path' attribute.
See Also:
setOriginalConnectionPath(String)

setOriginalConnectionPath

void setOriginalConnectionPath(java.lang.String value)
Sets the value of the 'Original Connection Path' attribute.

This is the path of the original connection attached to the universe in the CMS repository.

Parameters:
value - the new value of the 'Original Connection Path' attribute.
See Also:
getOriginalConnectionPath()

getReplacementConnectionPath

java.lang.String getReplacementConnectionPath()
Returns the value of the 'Replacement Connection Path' attribute.

This is the path of the replacement connection to be attached to the universe in the CMS repository.

Returns:
the value of the 'Replacement Connection Path' attribute.
See Also:
setReplacementConnectionPath(String)

setReplacementConnectionPath

void setReplacementConnectionPath(java.lang.String value)
Sets the value of the 'Replacement Connection Path' attribute.

This is the path of the replacement connection to be attached to the universe in the CMS repository.

Parameters:
value - the new value of the 'Replacement Connection Path' attribute.
See Also:
getReplacementConnectionPath()


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