|
Oracle Corporation | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||
Filter interface. Used to optionally filter a query based on java objects. This is implemented by the user and configured separately. A public default (no argument) constructor is required in the implementing class.
| Method Summary | |
boolean |
matches(Object value)
Evaluate if a store entry matches the filter. |
void |
setParameters(Serializable[] parameters)
Set query parameters. |
| Method Detail |
public boolean matches(Object value)
value - The store entry value to evaluate.
public void setParameters(Serializable[] parameters)
throws StorageException
parameters - The query parameters to use.
StorageException
|
Oracle Corporation | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||