|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.slide.search.basic.expression.EmptyExpression
Represents an AND expression.
| Field Summary | |
protected ComparableResourcesPool |
requestedResourcesPool
The pool of resources to apply the expression to. |
| Constructor Summary | |
EmptyExpression(ComparableResourcesPool requestedResourcesPool)
Creates an empty expression. |
|
| Method Summary | |
IBasicResultSet |
execute()
Executes the expression. |
IBasicExpressionFactory |
getFactory()
Method getFactory |
void |
setFactory(IBasicExpressionFactory factory)
Method setFactory |
java.lang.String |
toString()
String representation for debugging purposes. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
protected ComparableResourcesPool requestedResourcesPool
| Constructor Detail |
public EmptyExpression(ComparableResourcesPool requestedResourcesPool)
requestedResourcesPool - the pool of resources to apply the expression to.| Method Detail |
public IBasicResultSet execute()
throws SearchException
execute in interface IBasicExpressionSearchExceptionpublic void setFactory(IBasicExpressionFactory factory)
setFactory in interface IBasicExpressionfactory - an IBasicExpressionFactorypublic IBasicExpressionFactory getFactory()
getFactory in interface IBasicExpressionpublic java.lang.String toString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||