public class ResolutionIndexInfoResolver extends IssueConstantInfoResolver<Resolution>
IssueConstantInfoResolver
to allow handling of the "unresolved" operand in a special case.Modifier and Type | Field and Description |
---|---|
static String |
QUOTED_UNRESOLVED_VALUE |
static String |
UNRESOLVED_OPERAND |
Constructor and Description |
---|
ResolutionIndexInfoResolver(NameResolver<Resolution> resolutionNameResolver) |
Modifier and Type | Method and Description |
---|---|
List<String> |
getIndexedValues(String singleValueOperand)
Provides the values in the index for the operand with the given String value.
|
getIndexedValue, getIndexedValues
public static final String UNRESOLVED_OPERAND
public static final String QUOTED_UNRESOLVED_VALUE
public ResolutionIndexInfoResolver(NameResolver<Resolution> resolutionNameResolver)
resolutionNameResolver
- the name resolver for resolutions.public List<String> getIndexedValues(String singleValueOperand)
IndexInfoResolver
getIndexedValues
in interface IndexInfoResolver<Resolution>
getIndexedValues
in class IssueConstantInfoResolver<Resolution>
singleValueOperand
- the value whose indexed term equivalent is to be returned.Copyright © 2002-2018 Atlassian. All Rights Reserved.