public class IssueConstantIndexedInputHelper<T extends IssueConstant> extends DefaultIndexedInputHelper<T>
DefaultIndexedInputHelper that knows how to create SingleValueOperands by resolving
ids to Issue Constant names.| Constructor and Description |
|---|
IssueConstantIndexedInputHelper(IndexInfoResolver<T> indexInfoResolver,
JqlOperandResolver operandResolver,
FieldFlagOperandRegistry fieldFlagOperandRegistry,
NameResolver<T> issueConstantResolver) |
| Modifier and Type | Method and Description |
|---|---|
protected SingleValueOperand |
createSingleValueOperandFromId(String stringValue)
Resolve this string representation of a navigator value (known not to be a field flag) into an operand to be used
in a clause (assuming that this is a single value operand).
|
createOperand, getAllIndexValuesForMatchingClauses, getAllIndexValuesForMatchingClauses, getAllNavigatorValuesForMatchingClauses, getAllNavigatorValuesForMatchingClauses, getClauseForNavigatorValuespublic IssueConstantIndexedInputHelper(IndexInfoResolver<T> indexInfoResolver, JqlOperandResolver operandResolver, FieldFlagOperandRegistry fieldFlagOperandRegistry, NameResolver<T> issueConstantResolver)
protected SingleValueOperand createSingleValueOperandFromId(String stringValue)
DefaultIndexedInputHelpercreateSingleValueOperandFromId in class DefaultIndexedInputHelper<T extends IssueConstant>stringValue - the navigator value as a string e.g. 123Copyright © 2002-2018 Atlassian. All Rights Reserved.