public interface BooleanOperationBuilder<ParentBuilder extends ConditionAwareBuilder>
query expressions
of type
boolean with "AND" and "OR".
It is also the last builder in the queue of builders. Calling holds()
will delegate building to the
parent builder given to the NegationBuilder
.Modifier and Type | Method and Description |
---|---|
NegationBuilder<ParentBuilder> |
and() |
BooleanOperationBuilder<ParentBuilder> |
and(QueryExpression<Boolean> additionalConstraint) |
ParentBuilder |
holds() |
NegationBuilder<ParentBuilder> |
or() |
BooleanOperationBuilder<ParentBuilder> |
or(QueryExpression<Boolean> alternative) |
NegationBuilder<ParentBuilder> or()
BooleanOperationBuilder<ParentBuilder> or(QueryExpression<Boolean> alternative)
NegationBuilder<ParentBuilder> and()
BooleanOperationBuilder<ParentBuilder> and(QueryExpression<Boolean> additionalConstraint)
ParentBuilder holds()
Copyright © 2020 Hyland Software Germany GmbH. All rights reserved.