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)
FieldFlagOperandRegistryFunctionOperand corresponding to the
AllStandardIssueTypesFunctiongetOperandForFlag in interface FieldFlagOperandRegistryfieldName - The name of the fieldflagValue - The navigator flag valuepublic Set<String> getFlagForOperand(String fieldName, Operand operand)
FieldFlagOperandRegistrygetFlagForOperand in interface FieldFlagOperandRegistryfieldName - The name of the fieldoperand - the OperandCopyright © 2002-2019 Atlassian. All Rights Reserved.