public static class Conditions.SimpleConditionBuilder extends QueryExpression<Boolean> implements ConditionAwareBuilder
| Modifier | Constructor and Description |
|---|---|
protected |
SimpleConditionBuilder() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(QueryExpressionVisitor visitor)
This method invokes the appropriate callback of the given
visitor and delegates
it to its children if present. |
QueryExpression<Boolean> |
getResult() |
ConditionAwareBuilder |
setCondition(QueryExpression<Boolean> conditionExpression)
After the condition builders are done they will use this method to yield teh result to their parent builder.
|
getExpressionTypepublic ConditionAwareBuilder setCondition(QueryExpression<Boolean> conditionExpression)
ConditionAwareBuildersetCondition in interface ConditionAwareBuilderconditionExpression - the query expression createdpublic QueryExpression<Boolean> getResult()
public void accept(QueryExpressionVisitor visitor)
QueryExpressionvisitor and delegates
it to its children if present.accept in class QueryExpression<Boolean>visitor - the visitor visiting this expressionCopyright © 2020 Hyland Software Germany GmbH. All rights reserved.