|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.softwareag.centrasite.appl.framework.persistence.search.impl.DefaultPredicate
com.softwareag.centrasite.appl.framework.persistence.search.impl.NestedPredicate
public class NestedPredicate
*
Constructor Summary | |
---|---|
NestedPredicate(Property property,
Operation operation,
java.lang.Object value)
Creates a NestedProperty instance |
Method Summary | |
---|---|
java.lang.String |
getQueryString(SearchQuery searchQuery)
The nested predicate holds information about the real property it represents and if present the next nested property.By calling getQueryString all nested predicates except the last one will provide a specific path for the query. |
Methods inherited from class com.softwareag.centrasite.appl.framework.persistence.search.impl.DefaultPredicate |
---|
getOperation, getProperty, getValue |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NestedPredicate(Property property, Operation operation, java.lang.Object value)
property
- operation
- value
- Method Detail |
---|
public java.lang.String getQueryString(SearchQuery searchQuery) throws CSAppFrameworkException
getQueryString
in interface Predicate
getQueryString
in class DefaultPredicate
CSAppFrameworkException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |