public class BooleanOperationBuilderImpl<ParentBuilder extends ConditionAwareBuilder> extends Object implements BooleanOperationBuilder<ParentBuilder>
BooleanOperationBuilder.| Constructor and Description |
|---|
BooleanOperationBuilderImpl(ParentBuilder parentBuilder) |
| Modifier and Type | Method and Description |
|---|---|
void |
addConjunction() |
BooleanOperationBuilderImpl<ParentBuilder> |
addOperand(QueryExpression<Boolean> operand) |
NegationBuilder<ParentBuilder> |
and() |
BooleanOperationBuilder<ParentBuilder> |
and(QueryExpression<Boolean> additionalConstraint) |
ParentBuilder |
holds() |
NegationBuilder<ParentBuilder> |
or() |
BooleanOperationBuilder<ParentBuilder> |
or(QueryExpression<Boolean> alternative) |
public BooleanOperationBuilderImpl(ParentBuilder parentBuilder)
public BooleanOperationBuilderImpl<ParentBuilder> addOperand(QueryExpression<Boolean> operand)
public NegationBuilder<ParentBuilder> or()
or in interface BooleanOperationBuilder<ParentBuilder extends ConditionAwareBuilder>public void addConjunction()
public NegationBuilder<ParentBuilder> and()
and in interface BooleanOperationBuilder<ParentBuilder extends ConditionAwareBuilder>public BooleanOperationBuilder<ParentBuilder> or(QueryExpression<Boolean> alternative)
or in interface BooleanOperationBuilder<ParentBuilder extends ConditionAwareBuilder>public BooleanOperationBuilder<ParentBuilder> and(QueryExpression<Boolean> additionalConstraint)
and in interface BooleanOperationBuilder<ParentBuilder extends ConditionAwareBuilder>public ParentBuilder holds()
holds in interface BooleanOperationBuilder<ParentBuilder extends ConditionAwareBuilder>Copyright © 2020 Hyland Software Germany GmbH. All rights reserved.