com.atlassian.jira.jql.resolver
Class ResolutionIndexInfoResolver
java.lang.Object
com.atlassian.jira.jql.resolver.IssueConstantInfoResolver<Resolution>
com.atlassian.jira.jql.resolver.ResolutionIndexInfoResolver
- All Implemented Interfaces:
- IndexInfoResolver<Resolution>
public class ResolutionIndexInfoResolver
- extends IssueConstantInfoResolver<Resolution>
Customisation of the IssueConstantInfoResolver
to allow handling of the "unresolved" operand in a special case.
- Since:
- v4.0
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UNRESOLVED_OPERAND
public static final String UNRESOLVED_OPERAND
- See Also:
- Constant Field Values
QUOTED_UNRESOLVED_VALUE
public static final String QUOTED_UNRESOLVED_VALUE
- See Also:
- Constant Field Values
ResolutionIndexInfoResolver
public ResolutionIndexInfoResolver(NameResolver<Resolution> resolutionNameResolver)
- Parameters:
resolutionNameResolver
- the name resolver for resolutions.
getIndexedValues
public List<String> getIndexedValues(String singleValueOperand)
- Description copied from interface:
IndexInfoResolver
- Provides the values in the index for the operand with the given String value.
- Specified by:
getIndexedValues
in interface IndexInfoResolver<Resolution>
- Overrides:
getIndexedValues
in class IssueConstantInfoResolver<Resolution>
- Parameters:
singleValueOperand
- the value whose indexed term equivalent is to be returned.
- Returns:
- the values to put or search for in the index, possibly empty, never containing null.
Copyright © 2002-2011 Atlassian. All Rights Reserved.