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