public class IdentityIndexInfoResolver extends Object implements IndexInfoResolver<Object>
Constructor and Description |
---|
IdentityIndexInfoResolver() |
Modifier and Type | Method and Description |
---|---|
String |
getIndexedValue(Object indexedObject)
Delegates to toString().
|
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 List<String> getIndexedValues(String singleValueOperand)
IndexInfoResolver
getIndexedValues
in interface IndexInfoResolver<Object>
singleValueOperand
- the value whose indexed term equivalent is to be returned.public List<String> getIndexedValues(Long singleValueOperand)
IndexInfoResolver
getIndexedValues
in interface IndexInfoResolver<Object>
singleValueOperand
- the value whose indexed term equivalent is to be returned.public String getIndexedValue(Object indexedObject)
getIndexedValue
in interface IndexInfoResolver<Object>
indexedObject
- Copyright © 2002-2021 Atlassian. All Rights Reserved.