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

Packages that use FilterExpressionDefinition
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.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.result.filter Defines the concrete filter expressions for use in the Open Data Access (ODA) result set filtering specification. 
 

Uses of FilterExpressionDefinition in org.eclipse.datatools.connectivity.oda.design.ui.designsession
 

Methods in org.eclipse.datatools.connectivity.oda.design.ui.designsession that return FilterExpressionDefinition
static FilterExpressionDefinition DesignSessionUtil.getExtensionCustomDefinition(CustomFilterExpression customExpr)
          An utility method to look up the definition of the specified custom filter expression design.
static FilterExpressionDefinition DesignSessionUtil.getExtensionCustomDefinition(java.lang.String extensionId, java.lang.String exprId)
          An utility method to look up the definition of the specified custom filter expression declared by the specified extension.
 

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

Methods in org.eclipse.datatools.connectivity.oda.spec.manifest that return FilterExpressionDefinition
 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.
 FilterExpressionDefinition ResultExtensionExplorer.getExtensionFilterDefinition(java.lang.String extensionId, java.lang.String exprId)
          Gets the definition of the specified custom filter expression type declared by the specified extension.
 FilterExpressionDefinition[] ResultExtensionExplorer.getExtensionFilterDefinitions(java.lang.String extensionId)
          Gets the collection of custom filter expression definitions declared by the specified extension.
 

Uses of FilterExpressionDefinition in org.eclipse.datatools.connectivity.oda.spec.result.filter
 

Methods in org.eclipse.datatools.connectivity.oda.spec.result.filter that return FilterExpressionDefinition
 FilterExpressionDefinition CustomExpression.getDefinition()
          Gets the definition of this expression's capabilities and metadata, as registered by the provider in its extension of the org.eclipse.datatools.connectivity.oda.dynamicResultSet extension point.