|
|||||||||
| Version 1.5 | APIs subject to change! | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Searchable
Interface to a searchable object collection. Implementations can run a search on a set of objects. The SearchClause specifies which objects are matched and the SearchSelection specifies the content and form of the returned objects.
| Method Summary | |
|---|---|
java.util.Collection |
runSearch(SearchClause searchClause,
SearchSelection selection)
Run an object search and return selected information. |
| Method Detail |
|---|
java.util.Collection runSearch(SearchClause searchClause,
SearchSelection selection)
searchClause - Object matching criteria.selection - Describes the object information to return and
how the result collection is structured.
|
Copyright © 2008 The Multiverse Network, Inc. |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||