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