|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
---|
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()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |