| Modifier and Type | Method and Description |
|---|---|
Operator |
ConditionValue.getOperator() |
| Modifier and Type | Field and Description |
|---|---|
protected Operator |
AbstractConditionValue.operator |
| Modifier and Type | Method and Description |
|---|---|
Operator |
AbstractConditionValue.getOperator() |
| Constructor and Description |
|---|
DefaultConditionValue(Operator operator,
java.lang.Object... values) |
SimpleConditionValue(java.lang.Object value,
Operator operator) |
| Modifier and Type | Method and Description |
|---|---|
protected EditorConditionEntry |
AbstractExtensibleConditionUIEditor.getConditionEntry(Operator operator) |
| Modifier and Type | Field and Description |
|---|---|
static Operator |
Operator.BETWEEN |
static Operator |
Operator.CONTAINS |
static Operator |
Operator.EQUALS |
static Operator |
Operator.GREATER_OR_EQUALS |
static Operator |
Operator.IN |
static Operator |
Operator.LESS_OR_EQUALS |
| Modifier and Type | Method and Description |
|---|---|
Operator |
SearchParameterValue.getOperator() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Operator> |
SearchParameterDescriptor.getOperators() |
| Constructor and Description |
|---|
SearchParameterValue(SearchParameterDescriptor descriptor,
java.lang.Object value,
Operator operator) |
SearchParameterValue(SearchParameterDescriptor descriptor,
java.lang.Object value,
Operator operator,
LanguageModel language) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Operator> |
AbstractSearchParameterDescriptor.getOperators() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractSearchParameterDescriptor.setOperators(java.util.List<Operator> operators) |
| Modifier and Type | Method and Description |
|---|---|
protected ConditionValue |
SavedQueryServiceImpl.wrap(java.lang.String valStr,
Operator operator) |
| Modifier and Type | Field and Description |
|---|---|
protected static Operator |
AbstractSearchProvider.SIMPLE_OPERATOR |
| Modifier and Type | Method and Description |
|---|---|
Operator |
ItemAttributeSearchDescriptor.getDefaultOperator() |
Operator |
ClassAttributeSearchDescriptor.getDefaultOperator() |
Operator |
GenericSearchParameterDescriptor.getDefaultOperator()
Returns the default operator for the property, which can be "equals", "contains", etc..
|
Operator |
SpecialGenericSearchParameterDescriptor.getDefaultOperator() |
protected Operator |
GenericQuerySearchProvider.getSimpleOperator() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Operator> |
ItemAttributeSearchDescriptor.getOperators() |
java.util.List<Operator> |
ClassAttributeSearchDescriptor.getOperators() |
| Modifier and Type | Method and Description |
|---|---|
GenericCondition |
ItemAttributeSearchDescriptor.createCondition(GenericQuery query,
java.lang.Object value,
Operator operator) |
GenericCondition |
ClassAttributeSearchDescriptor.createCondition(GenericQuery query,
java.lang.Object value,
Operator operator) |
GenericCondition |
GenericSearchParameterDescriptor.createCondition(GenericQuery query,
java.lang.Object value,
Operator operator)
Creates the condition for the given generic query combined of the specified arguments.
|
GenericCondition |
SpecialGenericSearchParameterDescriptor.createCondition(GenericQuery query,
java.lang.Object value,
Operator operator) |
GenericCondition |
GenericQueryParameterCreator.createCondition(java.lang.Object value,
Operator operator) |
protected GenericCondition |
GenericQueryParameterCreator.createSingleTokenCondition(java.lang.Object value,
Operator operator) |
protected GenericCondition |
GenericQueryClassParameterCreator.createSingleTokenCondition(java.lang.String typeCode,
java.lang.String attribute,
java.lang.Object value,
Operator operator) |
protected GenericCondition |
GenericQueryParameterCreator.createSingleTokenCondition(java.lang.String typeCode,
java.lang.String attribute,
java.lang.Object value,
Operator operator) |
protected GenericCondition |
GenericQueryParameterCreator.createSingleTokenCondition(java.lang.String typeCode,
java.lang.String attribute,
java.lang.Object value,
Operator operator,
boolean localized) |
ConditionTranslator |
ConditionTranslatorRegistry.getTranslator(java.lang.String attributeType,
Operator operator) |
| Modifier and Type | Method and Description |
|---|---|
void |
ItemAttributeSearchDescriptor.setOperators(java.util.List<Operator> operators) |
void |
ClassAttributeSearchDescriptor.setOperators(java.util.List<Operator> operators) |
Copyright © 2018 SAP SE. All Rights Reserved.