public static class Conditions.SimpleConditionBuilder extends Object implements ConditionAwareBuilder
Constructor and Description |
---|
Conditions.SimpleConditionBuilder() |
Modifier and Type | Method and Description |
---|---|
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.
|
public ConditionAwareBuilder setCondition(QueryExpression<Boolean> conditionExpression)
ConditionAwareBuilder
setCondition
in interface ConditionAwareBuilder
conditionExpression
- the query expression createdpublic QueryExpression<Boolean> getResult()
Copyright © 2016 SAPERION AG. All rights reserved.