@NonInjectableComponent public class DefaultWorkRatioSearcherInputHelper extends Object implements WorkRatioSearcherInputHelper
| Constructor and Description |
|---|
DefaultWorkRatioSearcherInputHelper(SimpleFieldSearchConstants constants,
JqlOperandResolver operandResolver) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
convertClause(Clause clause,
ApplicationUser user)
Take the passed clause and try and get the equivalent navigator parameters.
|
public DefaultWorkRatioSearcherInputHelper(SimpleFieldSearchConstants constants, JqlOperandResolver operandResolver)
public Map<String,String> convertClause(Clause clause, ApplicationUser user)
WorkRatioSearcherInputHelperNote: this also performs a validity check on the structure of the clause to determine if it fits for the Navigator. Therefore, it is not required to check this before the call is made.
convertClause in interface WorkRatioSearcherInputHelperclause - the clause to convert.user - the user trying to convert the clause.Copyright © 2002-2017 Atlassian. All Rights Reserved.