public class WorkRatioIndexInfoResolver extends Object implements IndexInfoResolver<Object>
Constructor and Description |
---|
WorkRatioIndexInfoResolver() |
Modifier and Type | Method and Description |
---|---|
String |
getIndexedValue(Object 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.
|
public List<String> getIndexedValues(String rawValue)
IndexInfoResolver
getIndexedValues
in interface IndexInfoResolver<Object>
rawValue
- the value whose indexed term equivalent is to be returned.public List<String> getIndexedValues(Long rawValue)
IndexInfoResolver
getIndexedValues
in interface IndexInfoResolver<Object>
rawValue
- the value whose indexed term equivalent is to be returned.public String getIndexedValue(Object indexedObject)
IndexInfoResolver
getIndexedValue
in interface IndexInfoResolver<Object>
indexedObject
- the domain object. Does not accept null.Copyright © 2002-2017 Atlassian. All Rights Reserved.