public class IssueConstantIndexedInputHelper<T extends IssueConstant> extends DefaultIndexedInputHelper<T>
DefaultIndexedInputHelper
that knows how to create SingleValueOperand
s 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, getClauseForNavigatorValues
public IssueConstantIndexedInputHelper(IndexInfoResolver<T> indexInfoResolver, JqlOperandResolver operandResolver, FieldFlagOperandRegistry fieldFlagOperandRegistry, NameResolver<T> issueConstantResolver)
protected SingleValueOperand createSingleValueOperandFromId(String stringValue)
DefaultIndexedInputHelper
createSingleValueOperandFromId
in class DefaultIndexedInputHelper<T extends IssueConstant>
stringValue
- the navigator value as a string e.g. 123
Copyright © 2002-2019 Atlassian. All Rights Reserved.