public abstract class FieldOperatorCustomizer
extends java.lang.Object
Constructor and Description |
---|
FieldOperatorCustomizer() |
Modifier and Type | Method and Description |
---|---|
abstract OperatorId[] |
getFieldOperators(java.lang.String fieldName,
OperatorId[] defaultOperators,
FilterBuilder filterBuilder)
getFieldOperators() should be implemented and return the list of OperatorIds applicable
to the passed fieldName
|
public abstract OperatorId[] getFieldOperators(java.lang.String fieldName, OperatorId[] defaultOperators, FilterBuilder filterBuilder)
fieldName
- the name of the field to return OperatorIds fordefaultOperators
- the default list of OperatorIds that would be returned in the absence of this customizerfilterBuilder
- the FilterBuilder this customizer is attached to