Oracle Corporation

com.bea.wlcp.wlng.api.storage.filter
Interface EntryFilter

All Superinterfaces:
Filter, Serializable
All Known Subinterfaces:
EntryIndexFilter

public interface EntryFilter
extends Filter

Entry filter interface. Used to optionally filter a query based on Map.Entry objects. This is implemented by the user and configured separately. A public default (no argument) constructor is required in the implementing class.

Copyright © 2008 Oracle Corporation Systems, Inc. All Rights Reserved.

Methods inherited from interface com.bea.wlcp.wlng.api.storage.filter.Filter
matches, setParameters
 


Oracle Corporation