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() |
ParentBuilder |
holds() |
NegationBuilder<ParentBuilder> |
or() |
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 ParentBuilder holds()
holds
in interface BooleanOperationBuilder<ParentBuilder extends ConditionAwareBuilder>
Copyright © 2016 SAPERION AG. All rights reserved.