| |
|
| java.lang.Object org.openidex.search.SearchGroup org.openidex.search.DataObjectSearchGroup
DataObjectSearchGroup | public class DataObjectSearchGroup extends SearchGroup (Code) | | Search group which perform search on data objects. It is a
convenience and the default implementation of SearchGroup
abstract class.
author: Peter Zavadsky author: Marian Petras See Also: org.openidex.search.SearchGroup |
Method Summary | |
protected void | add(SearchType searchType) If the specified search type does not support searching
in DataObject s, the group is left unmodified, too. | public void | doSearch() Actual search implementation. | public Node | getNodeForFoundObject(Object object) Gets node for found object. |
doSearch | public void doSearch()(Code) | | Actual search implementation. Fires PROP_FOUND notifications.
Implements superclass abstract method.
throws: RuntimeException - annotated at USER level by reason (on low memory condition) |
getNodeForFoundObject | public Node getNodeForFoundObject(Object object)(Code) | | Gets node for found object. Implements superclass method.
node delegate for found data object or null if the object is not of DataObjectType |
|
|
|