|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectgov.nih.nci.cagrid.data.cql.CQLQueryProcessor
gov.nih.nci.cagrid.data.cql.LazyCQLQueryProcessor
public abstract class LazyCQLQueryProcessor
LazyCQLQueryProcessor Extends CQLQueryProcessor to include a method for retrieving results lazily (on demand) from the backend data source
| Constructor Summary | |
|---|---|
LazyCQLQueryProcessor()
|
|
| Method Summary | |
|---|---|
abstract java.util.Iterator |
processQueryLazy(CQLQuery cqlQuery)
|
| Methods inherited from class gov.nih.nci.cagrid.data.cql.CQLQueryProcessor |
|---|
getConfigurationUiClassname, getConfiguredParameters, getConfiguredWsddStream, getPropertiesFromEtc, getRequiredParameters, initialize, processQuery |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LazyCQLQueryProcessor()
| Method Detail |
|---|
public abstract java.util.Iterator processQueryLazy(CQLQuery cqlQuery)
throws MalformedQueryException,
QueryProcessingException
MalformedQueryException
QueryProcessingException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||