|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.eclipse.datatools.connectivity.oda.design.ui.designsession.DesignSessionUtil
An utility class to help an ODA host designer or an ODA driver's customized designer to manipulate ODA Design API objects during an ODA design session.
| Method Summary | |
static Properties |
createDataSourceNonPublicProperties(java.lang.String odaDataSourceId,
java.util.Properties utilProps)
Creates an ODA design property collection for those given properties that are not defined in an ODA runtime extension manifest. |
static Properties |
createDataSourcePublicProperties(java.lang.String odaDataSourceId,
java.util.Properties utilProps)
Creates an ODA design property collection for the public properties defined in an ODA runtime extension manifest. |
static IConnectionProfile |
getLinkedProfile(DataSourceDesign dataSourceDesign)
Returns the connection profile instance externally referenced, i.e. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public static Properties createDataSourcePublicProperties(java.lang.String odaDataSourceId,
java.util.Properties utilProps)
throws OdaException
odaDataSourceId - the ODA extension data source element IDutilProps - java.util.properties, such as those collected from a connection profile
OdaException
public static Properties createDataSourceNonPublicProperties(java.lang.String odaDataSourceId,
java.util.Properties utilProps)
throws OdaException
odaDataSourceId - the ODA extension data source element IDutilProps - a java.util.Properties collection,
such as those collected from a connection profile
OdaException
public static IConnectionProfile getLinkedProfile(DataSourceDesign dataSourceDesign)
throws OdaException
dataSourceDesign -
OdaException - if referenced connection profile is not found
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||