Uses of Interface
com.onwbp.adaptation.AdaptationFilter
Packages that use AdaptationFilter
Package
Description
Provides core classes and interfaces for accessing datasets, tables, and their records.
This package provides the capability to create custom user interface components
that are integrated within EBX®.
-
Uses of AdaptationFilter in com.onwbp.adaptation
Subinterfaces of AdaptationFilter in com.onwbp.adaptationModifier and TypeInterfaceDescriptioninterfaceDefines anAdaptationFilterthat can be optimized using a prefilter predicate.Classes in com.onwbp.adaptation that implement AdaptationFilterModifier and TypeClassDescriptionclassDefines a base class for implementing aPrefilteredAdaptationFilter.Methods in com.onwbp.adaptation that return AdaptationFilterModifier and TypeMethodDescriptionstatic AdaptationFilterXPathExpressionHelper.createAdaptationFilterForXPath(String anXPath, SchemaNode aTable, Locale aLocale) Creates a new filter, given a table and an XPath expression.Request.getSpecificFilter()Returns the current filter, if any.Methods in com.onwbp.adaptation with parameters of type AdaptationFilterModifier and TypeMethodDescriptionstatic PrefilteredAdaptationFilterPrefilteredAdaptationFilter.create(XPathFilter prefilter, AdaptationFilter filter) Creates aPrefilteredAdaptationFilterbased onAbstractPrefilteredAdaptationFilter.voidRequest.setSpecificFilter(AdaptationFilter aFilter) Specifies that the request result will only include the records that satisfy the filter passed as an argument. -
Uses of AdaptationFilter in com.orchestranetworks.ui
Methods in com.orchestranetworks.ui that return AdaptationFilterModifier and TypeMethodDescriptionUITableFilterRequestContext.getTableFilter()Returns the filter that has been set.UITableFilterResponseContext.getTableFilter()Returns the filter currently set on the table,nullif no filter has been set.Methods in com.orchestranetworks.ui with parameters of type AdaptationFilterModifier and TypeMethodDescriptionvoidUITableFilterRequestContext.setTableFilter(AdaptationFilter aFilter) Specifies the filter to be applied on the current table by the EBX® session.