public interface GenericSearchParameterDescriptor extends SearchParameterDescriptor
| Type | Property and Description |
|---|---|
boolean |
isSimpleSearch
Gets the value of the property simpleSearchProperty.
|
PropertyDescriptor.Multiplicity, PropertyDescriptor.OccurrenceBOOLEAN, DATE, DECIMAL, ENUM, FEATURE, FLOAT, INTEGER, LONG, PK, QUALIFIER_DELIM, QUALIFIER_DELIM_EXP, REFERENCE, TEXT| Modifier and Type | Method and Description |
|---|---|
GenericCondition |
createCondition(GenericQuery query,
java.lang.Object value,
Operator operator)
Creates the condition for the given generic query combined of the specified arguments.
|
java.lang.String |
getAttributeQualifier()
Returns the attribute qualifier of the underlying property.
|
Operator |
getDefaultOperator()
Returns the default operator for the property, which can be "equals", "contains", etc..
|
ComposedTypeModel |
getRequiredComposedType()
Returns the required composed type that is enclosing type of underlying property descriptor.
|
boolean |
isSimpleSearchProperty()
Gets the value of the property simpleSearchProperty.
|
getOperatorsgetDescription, getEditorType, getMultiplicity, getName, getName, getOccurence, getQualifier, getSelectionOf, isLocalized, isReadable, isWritableboolean isSimpleSearchProperty
boolean isSimpleSearchProperty()
ComposedTypeModel getRequiredComposedType()
GenericCondition createCondition(GenericQuery query, java.lang.Object value, Operator operator)
query - the generic query that condition will be created forvalue - the value used to create conditionoperator - the operator used to create conditionjava.lang.String getAttributeQualifier()
Operator getDefaultOperator()
Copyright © 2018 SAP SE. All Rights Reserved.