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