Uses of Class
org.eclipse.datatools.connectivity.oda.spec.manifest.ExtensionContributor

Packages that use ExtensionContributor
org.eclipse.datatools.connectivity.oda.spec The runtime API for an ODA data set query's dynamic result set specification. 
org.eclipse.datatools.connectivity.oda.spec.manifest Provides a utility component for accessing the capabilities registered by an ODA extension that implements the org.eclipse.datatools.connectivity.oda.dynamicResultSet extension point. 
org.eclipse.datatools.connectivity.oda.spec.util Defines utilities for use with the Open Data Access (ODA) query specification. 
 

Uses of ExtensionContributor in org.eclipse.datatools.connectivity.oda.spec
 

Methods in org.eclipse.datatools.connectivity.oda.spec that return ExtensionContributor
 ExtensionContributor ValidationContext.getContributor()
          Gets the contributor of a custom filter expression being validated.
 

Constructors in org.eclipse.datatools.connectivity.oda.spec with parameters of type ExtensionContributor
ValidationContext(ExtensionContributor contributor)
           
 

Uses of ExtensionContributor in org.eclipse.datatools.connectivity.oda.spec.manifest
 

Methods in org.eclipse.datatools.connectivity.oda.spec.manifest that return ExtensionContributor
 ExtensionContributor FilterExpressionDefinition.getContributor()
          Returns the contributor of this type of custom expression.
 ExtensionContributor FunctionExpressionDefinition.getContributor()
          Returns the contributor of this type of custom function expression.
 ExtensionContributor AggregateDefinition.getContributor()
          Returns the contributor of this type of custom aggregate expression.
 ExtensionContributor[] ResultExtensionExplorer.getContributorsOfDataSet(java.lang.String odaDataSourceId, java.lang.String odaDataSetId)
          Gets the collection of contributors that contribute dynamicResultSet extension to the specified data set type defined within the specified data source type.
 ExtensionContributor ResultExtensionExplorer.getExtensionContributor(java.lang.String extensionId)
          Returns the contributor of the specified extension.
 

Methods in org.eclipse.datatools.connectivity.oda.spec.manifest with parameters of type ExtensionContributor
 AggregateDefinition ResultExtensionExplorer.getContributedAggregateDefinition(ExtensionContributor extensionContributor, java.lang.String exprId)
          Gets the definition of the specified custom aggregate declared by the specified expression contributor.
 AggregateDefinition[] ResultExtensionExplorer.getContributedAggregateDefinitions(ExtensionContributor extensionContributor)
          Gets the collection of custom aggregate definitions declared by the specified contributor.
 FilterExpressionDefinition ResultExtensionExplorer.getContributedFilterDefinition(ExtensionContributor extensionContributor, java.lang.String exprId)
          Gets the definition of the specified custom filter expression declared by the specified expression contributor.
 FilterExpressionDefinition[] ResultExtensionExplorer.getContributedFilterDefinitions(ExtensionContributor extensionContributor)
          Gets the collection of custom filter expression definitions declared by the specified contributor.
 

Uses of ExtensionContributor in org.eclipse.datatools.connectivity.oda.spec.util
 

Constructors in org.eclipse.datatools.connectivity.oda.spec.util with parameters of type ExtensionContributor
QuerySpecificationHelper(ExtensionContributor contributor)
          Constructor for use with the specified dynamicResultSet extension contributor.