public interface WorkRatioSearcherInputHelper
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.
|
Map<String,String> convertClause(Clause clause, ApplicationUser user)
Note: 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.
clause
- the clause to convert.user
- the user trying to convert the clause.Copyright © 2002-2024 Atlassian. All Rights Reserved.