public class SelectCustomFieldIndexInfoResolver extends Object implements IndexInfoResolver<CustomField>
Constructor and Description |
---|
SelectCustomFieldIndexInfoResolver(CustomFieldOptionResolver customFieldOptionResolver) |
Modifier and Type | Method and Description |
---|---|
String |
getIndexedValue(CustomField indexedObject)
Gets an indexed value from a domain object.
|
List<String> |
getIndexedValues(Long singleValueOperand)
Provides the values in the index for the single value operand with the given Long value.
|
List<String> |
getIndexedValues(String singleValueOperand)
Provides the values in the index for the operand with the given String value.
|
public SelectCustomFieldIndexInfoResolver(CustomFieldOptionResolver customFieldOptionResolver)
public List<String> getIndexedValues(String singleValueOperand)
IndexInfoResolver
getIndexedValues
in interface IndexInfoResolver<CustomField>
singleValueOperand
- the value whose indexed term equivalent is to be returned.public List<String> getIndexedValues(Long singleValueOperand)
IndexInfoResolver
getIndexedValues
in interface IndexInfoResolver<CustomField>
singleValueOperand
- the value whose indexed term equivalent is to be returned.public String getIndexedValue(CustomField indexedObject)
IndexInfoResolver
getIndexedValue
in interface IndexInfoResolver<CustomField>
indexedObject
- the domain object. Does not accept null.Copyright © 2002-2019 Atlassian. All Rights Reserved.