public interface ConnectionMapping
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:
| Modifier and Type | Method and Description |
|---|---|
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. |
java.lang.String getOriginalConnectionPath()
This is the path of the original connection attached to the universe in the CMS repository.
setOriginalConnectionPath(String)void setOriginalConnectionPath(java.lang.String value)
Original Connection Path' attribute.
This is the path of the original connection attached to the universe in the CMS repository.
value - the new value of the 'Original Connection Path' attribute.getOriginalConnectionPath()java.lang.String getReplacementConnectionPath()
This is the path of the replacement connection to be attached to the universe in the CMS repository.
setReplacementConnectionPath(String)void setReplacementConnectionPath(java.lang.String value)
Replacement Connection Path' attribute.
This is the path of the replacement connection to be attached to the universe in the CMS repository.
value - the new value of the 'Replacement Connection Path' attribute.getReplacementConnectionPath()