public interface IndexInfoResolver<T>
Multiple values are returned because lookups cannot be guaranteed to be 1:1 as in name to id lookups for certain issue fields.
Modifier and Type | Method and Description |
---|---|
String |
getIndexedValue(T indexedObject)
Gets an indexed value from a domain object.
|
List<String> |
getIndexedValues(Long rawValue)
Provides the values in the index for the single value operand with the given Long value.
|
List<String> |
getIndexedValues(String rawValue)
Provides the values in the index for the operand with the given String value.
|
List<String> getIndexedValues(String rawValue)
rawValue
- the value whose indexed term equivalent is to be returned.List<String> getIndexedValues(Long rawValue)
rawValue
- the value whose indexed term equivalent is to be returned.Copyright © 2002-2018 Atlassian. All Rights Reserved.