rs.sol.soloist.server.guiconfiguration.components
Class GUISearchResultComponent.OQLSearch

java.lang.Object
  extended by rs.sol.soloist.server.guiconfiguration.components.GUISearchResultComponent.QueryDefinitionSearch
      extended by rs.sol.soloist.server.guiconfiguration.components.GUISearchResultComponent.OQLSearch
All Implemented Interfaces:
GUISearchResultComponent.ISearch
Enclosing class:
GUISearchResultComponent

public abstract static class GUISearchResultComponent.OQLSearch
extends GUISearchResultComponent.QueryDefinitionSearch

Search based on OQL query.

Author:
marko.ninkovic

Constructor Summary
GUISearchResultComponent.OQLSearch()
           
 
Method Summary
 
Methods inherited from class rs.sol.soloist.server.guiconfiguration.components.GUISearchResultComponent.QueryDefinitionSearch
abortSearch, executeSearch, initialSearch
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GUISearchResultComponent.OQLSearch

public GUISearchResultComponent.OQLSearch()