|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.slide.search.basic.expression.BasicExpression
A BasicSearchExpression represents exactly one operator (AND, GT, ...).
| Field Summary | |
protected org.jdom.Element |
expressionElement
the JDOM element representing this expression. |
protected BasicExpressionFactory |
expressionFactory
|
protected IBasicResultSet |
resultSet
the resultset of this expression, if it has the state resolved |
| Constructor Summary | |
protected |
BasicExpression(org.jdom.Element e)
constructor. |
| Method Summary | |
IBasicExpressionFactory |
getFactory()
factory accessor |
void |
setFactory(IBasicExpressionFactory factory)
writes backptr to the factory |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.apache.slide.search.basic.IBasicExpression |
execute |
| Field Detail |
protected BasicExpressionFactory expressionFactory
protected org.jdom.Element expressionElement
protected IBasicResultSet resultSet
| Constructor Detail |
protected BasicExpression(org.jdom.Element e)
throws InvalidQueryException
e - the jdom element representing this expression.| Method Detail |
public void setFactory(IBasicExpressionFactory factory)
setFactory in interface IBasicExpressionfactory - an IBasicExpressionFactorypublic IBasicExpressionFactory getFactory()
getFactory in interface IBasicExpression
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||