public static class ConditionTemplate.ExpressionTemplateBuilder extends Object implements ConditionAwareBuilder
| Constructor and Description |
|---|
ExpressionTemplateBuilder() |
| Modifier and Type | Method and Description |
|---|---|
ConditionAwareBuilder |
setCondition(QueryExpression<Boolean> conditionExpression)
After the condition builders are done they will use this method to yield teh result to their parent builder.
|
ConditionTemplate |
template() |
public ConditionAwareBuilder setCondition(QueryExpression<Boolean> conditionExpression)
ConditionAwareBuildersetCondition in interface ConditionAwareBuilderconditionExpression - the query expression createdpublic ConditionTemplate template()
Copyright © 2020 Hyland Software Germany GmbH. All rights reserved.