public static class ConditionalOperators.ConditionalOperatorFactory extends Object
| Constructor and Description |
|---|
ConditionalOperatorFactory(AggregationExpression expression)
Creates new
ConditionalOperators.ConditionalOperatorFactory for given AggregationExpression. |
ConditionalOperatorFactory(CriteriaDefinition criteriaDefinition)
Creates new
ConditionalOperators.ConditionalOperatorFactory for given CriteriaDefinition. |
ConditionalOperatorFactory(String fieldReference)
Creates new
ConditionalOperators.ConditionalOperatorFactory for given fieldReference. |
| Modifier and Type | Method and Description |
|---|---|
ConditionalOperators.Cond.OtherwiseBuilder |
then(Object value)
Creates new
AggregationExpression that evaluates a boolean expression to return one of the two specified
return expressions. |
ConditionalOperators.Cond.OtherwiseBuilder |
thenValueOf(AggregationExpression expression)
Creates new
AggregationExpression that evaluates a boolean expression to return one of the two specified
return expressions. |
ConditionalOperators.Cond.OtherwiseBuilder |
thenValueOf(String fieldReference)
Creates new
AggregationExpression that evaluates a boolean expression to return one of the two specified
return expressions. |
public ConditionalOperatorFactory(String fieldReference)
ConditionalOperators.ConditionalOperatorFactory for given fieldReference.fieldReference - must not be null.public ConditionalOperatorFactory(AggregationExpression expression)
ConditionalOperators.ConditionalOperatorFactory for given AggregationExpression.expression - must not be null.public ConditionalOperatorFactory(CriteriaDefinition criteriaDefinition)
ConditionalOperators.ConditionalOperatorFactory for given CriteriaDefinition.criteriaDefinition - must not be null.public ConditionalOperators.Cond.OtherwiseBuilder then(Object value)
AggregationExpression that evaluates a boolean expression to return one of the two specified
return expressions.value - must not be null.public ConditionalOperators.Cond.OtherwiseBuilder thenValueOf(AggregationExpression expression)
AggregationExpression that evaluates a boolean expression to return one of the two specified
return expressions.expression - must not be null.public ConditionalOperators.Cond.OtherwiseBuilder thenValueOf(String fieldReference)
AggregationExpression that evaluates a boolean expression to return one of the two specified
return expressions.fieldReference - must not be null.Copyright © 2011–2020 Pivotal Software, Inc.. All rights reserved.