|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ResourceIdentifiers | |
---|---|
org.eclipse.datatools.connectivity.oda.design | [Platform API] Defines an Open Data Access (ODA) design session that allows a custom ODA designer tool to specify the slice of data to access at run-time. |
org.eclipse.datatools.connectivity.oda.design.ui.designsession | A utility component that provides the services to handle the DTP ODA Design Session Model API objects. |
org.eclipse.datatools.connectivity.oda.design.util | Provides a utility component for handling of ODA Design API objects. |
org.eclipse.datatools.connectivity.oda.flatfile.ui.wizards | [Non-API] Flat File Data Source Designer - an ODA designer UI extension. |
Uses of ResourceIdentifiers in org.eclipse.datatools.connectivity.oda.design |
---|
Methods in org.eclipse.datatools.connectivity.oda.design that return ResourceIdentifiers | |
---|---|
ResourceIdentifiers |
DesignFactory.createResourceIdentifiers()
Returns a new object of class 'Resource Identifiers'. |
ResourceIdentifiers |
DataSourceDesign.getHostResourceIdentifiers()
Returns the value of the 'Host Resource Identifiers' containment reference. |
Methods in org.eclipse.datatools.connectivity.oda.design with parameters of type ResourceIdentifiers | |
---|---|
void |
DataSourceDesign.setHostResourceIdentifiers(ResourceIdentifiers value)
Sets the value of the ' Host Resource Identifiers ' containment reference. |
Uses of ResourceIdentifiers in org.eclipse.datatools.connectivity.oda.design.ui.designsession |
---|
Methods in org.eclipse.datatools.connectivity.oda.design.ui.designsession with parameters of type ResourceIdentifiers | |
---|---|
static java.util.Map<java.lang.String,java.lang.Object> |
DesignSessionUtil.createResourceIdentifiersContext(ResourceIdentifiers designResourceIdentifiers)
A convenience method to create an application context Map with the entry of a runtime ResourceIdentifiers, based on the resource URIs defined by the specified designResourceIdentifiers. |
static ResourceIdentifiers |
DesignSessionUtil.createRuntimeResourceIdentifiers(ResourceIdentifiers designResourceIdentifiers)
Create a runtime ResourceIdentifiers, based on the resource URIs defined by the specified designResourceIdentifiers. |
void |
DataSourceDesignSession.setUseProfileSelectionPage(boolean use,
ResourceIdentifiers profileResourceIds)
Specifies whether the design session should provide a connection profile selection UI page, and a host resource identifiers for use by the profile selection page. |
static DataSourceDesignSession |
DataSourceDesignSession.startNewDesignFromProfile(ResourceIdentifiers profileResourceIdentifiers)
Starts a design session to create a new data source design instance, whose properties and their values are copied from, or referenced to, the given profile instance reference. |
Uses of ResourceIdentifiers in org.eclipse.datatools.connectivity.oda.design.util |
---|
Methods in org.eclipse.datatools.connectivity.oda.design.util with parameters of type ResourceIdentifiers | |
---|---|
T |
DesignSwitch.caseResourceIdentifiers(ResourceIdentifiers object)
Returns the result of interpreting the object as an instance of 'Resource Identifiers'. |
static java.lang.String |
DesignUtil.convertFileToResourcePath(java.io.File aFile,
ResourceIdentifiers designResourceIds,
boolean convertToRelativePath)
Converts the specified file to a string representation that can be persisted in an oda design model. |
static java.io.File |
DesignUtil.convertPathToResourceFile(java.lang.String filePath,
ResourceIdentifiers designResourceIds)
Converts the specified string representation of a file pathname, persisted in an oda design model, to its abstract absolute representation. |
static java.lang.String |
DesignUtil.resolveToApplResourcePath(java.lang.String filePath,
ResourceIdentifiers designResourceIds)
Returns the absolute path of the specified filePath based on the specified host application resource identifiers. |
Uses of ResourceIdentifiers in org.eclipse.datatools.connectivity.oda.flatfile.ui.wizards |
---|
Methods in org.eclipse.datatools.connectivity.oda.flatfile.ui.wizards with parameters of type ResourceIdentifiers | |
---|---|
void |
FolderSelectionPageHelper.setResourceIdentifiers(ResourceIdentifiers resourceIdentifiers)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |