|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.atlassian.jira.jql.resolver.VersionIndexInfoResolver
public class VersionIndexInfoResolver
Index resolver that can find the index values for versions.
Constructor Summary | |
---|---|
VersionIndexInfoResolver(NameResolver<Version> versionResolver)
|
Method Summary | |
---|---|
String |
getIndexedValue(Version version)
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public VersionIndexInfoResolver(NameResolver<Version> versionResolver)
Method Detail |
---|
public List<String> getIndexedValues(String rawValue)
IndexInfoResolver
getIndexedValues
in interface IndexInfoResolver<Version>
rawValue
- the value whose indexed term equivalent is to be returned.
public List<String> getIndexedValues(Long rawValue)
IndexInfoResolver
getIndexedValues
in interface IndexInfoResolver<Version>
rawValue
- the value whose indexed term equivalent is to be returned.
public String getIndexedValue(Version version)
IndexInfoResolver
getIndexedValue
in interface IndexInfoResolver<Version>
version
- the domain object. Does not accept null.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |