|
||||||||||
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
org.apache.slide.search.basic.expression.GenericBasicExpression
org.apache.slide.search.basic.expression.CompareExpression
org.apache.slide.search.basic.expression.ComparePropertyExpression
org.apache.slide.search.basic.expression.CheckResourceTypeExpression
org.apache.slide.search.basic.expression.IsCollectionExpression
Represents an is-collection expression.
Field Summary |
Fields inherited from class org.apache.slide.search.basic.expression.ComparePropertyExpression |
comparedProperty |
Fields inherited from class org.apache.slide.search.basic.expression.CompareExpression |
propertyProvider, requestedResourcesPool |
Fields inherited from class org.apache.slide.search.basic.expression.BasicExpression |
expressionElement, expressionFactory, resultSet |
Constructor Summary | |
IsCollectionExpression(org.jdom.Element e,
ComparableResourcesPool requestedResourcesPool)
Creates an is-collection expression |
Method Summary | |
java.lang.String |
toString()
For debugging purpose. |
Methods inherited from class org.apache.slide.search.basic.expression.CheckResourceTypeExpression |
compare |
Methods inherited from class org.apache.slide.search.basic.expression.ComparePropertyExpression |
getLiteral, toString |
Methods inherited from class org.apache.slide.search.basic.expression.CompareExpression |
execute, getRequestedResourcePool |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public IsCollectionExpression(org.jdom.Element e, ComparableResourcesPool requestedResourcesPool) throws InvalidQueryException
e
- jdom element, that describes the expressionrequestedResourcesPool
- the pool of resources to apply the expression to.Method Detail |
public java.lang.String toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |