Packages that use Filter | |
---|---|
it.list.jft | Provides interfaces for dealing with different FastTrack objects. |
it.list.jft.event | Provides interfaces for dealing with different types of events and listeners. |
Uses of Filter in it.list.jft |
---|
Subinterfaces of Filter in it.list.jft | |
---|---|
interface |
EntityFilter
Usually, fasttrack serverices implements a default filter to restrict the set of values notified by a Subscription, based on full or partial key values. |
Methods in it.list.jft that return Filter | |
---|---|
Filter |
SubscriptionParam.getFilter()
Returns the optional filter for the new subscription. |
Filter |
Context.makeFilter(Connection connection,
FilterParam param,
FilterListener listener)
Create and returns a new filter. |
Methods in it.list.jft with parameters of type Filter | |
---|---|
void |
SubscriptionParam.setFilter(Filter filter)
Set/replace the optional filter for the new subscription. |
Uses of Filter in it.list.jft.event |
---|
Methods in it.list.jft.event that return Filter | |
---|---|
Filter |
FilterEvent.getFilter()
Returns the filter associated to this event. |