|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.atlassian.jira.jql.resolver.IdentityIndexInfoResolver
public class IdentityIndexInfoResolver
A do-nothing IndexInfoResolver useful for numeric values that should not be even so much as padded to match index values.
Constructor Summary | |
---|---|
IdentityIndexInfoResolver()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public IdentityIndexInfoResolver()
Method Detail |
---|
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
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |