Oracle Corporation

Uses of Interface
com.bea.wlcp.wlng.api.storage.filter.Filter

Packages that use Filter
com.bea.wlcp.wlng.api.storage.filter   
 

Uses of Filter in com.bea.wlcp.wlng.api.storage.filter
 

Subinterfaces of Filter in com.bea.wlcp.wlng.api.storage.filter
 interface EntryFilter
          Entry filter interface.
 interface EntryIndexFilter
          Special filter that use indexes to speed up filter queries, but with fallback to filtering Map.Entry objects using the matches method instead of using filtering on the value object only.
 interface IndexFilter
          Special filter that use indexes to speed up filter queries.
 


Oracle Corporation