public class DefaultFieldFlagOperandRegistry extends Object implements FieldFlagOperandRegistry
Constructor and Description |
---|
DefaultFieldFlagOperandRegistry() |
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.
|
public Operand getOperandForFlag(String fieldName, String flagValue)
FieldFlagOperandRegistry
FunctionOperand
corresponding to the
AllStandardIssueTypesFunction
getOperandForFlag
in interface FieldFlagOperandRegistry
fieldName
- The name of the fieldflagValue
- The navigator flag valuepublic Set<String> getFlagForOperand(String fieldName, Operand operand)
FieldFlagOperandRegistry
getFlagForOperand
in interface FieldFlagOperandRegistry
fieldName
- The name of the fieldoperand
- the Operand
Copyright © 2002-2019 Atlassian. All Rights Reserved.