public interface FieldFlagOperandRegistry
Modifier and Type | Method and Description |
---|---|
Set<String> |
getFlagForOperand(String fieldName,
Operand operand)
Retrieves the navigator flag values associated with the field name and operand pair.
|
Operand |
getOperandForFlag(String fieldName,
String flagValue)
Retrieves the operand associated with a field and navigator flag value pair.
|
Operand getOperandForFlag(String fieldName, String flagValue)
FunctionOperand
corresponding to the
AllStandardIssueTypesFunction
fieldName
- The name of the fieldflagValue
- The navigator flag valueSet<String> getFlagForOperand(String fieldName, Operand operand)
fieldName
- The name of the fieldoperand
- the Operand
Copyright © 2002-2017 Atlassian. All Rights Reserved.