public interface DateSearcherInputHelper
Modifier and Type | Interface and Description |
---|---|
static class |
DateSearcherInputHelper.ConvertClauseResult |
Modifier and Type | Method and Description |
---|---|
DateSearcherInputHelper.ConvertClauseResult |
convertClause(Clause clause,
ApplicationUser user,
boolean allowTimeComponent)
Take the passed clause and try and get the equivalent navigator parameters.
|
DateSearcherInputHelper.ConvertClauseResult convertClause(Clause clause, ApplicationUser user, boolean allowTimeComponent)
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.allowTimeComponent
- if true, date values which aren't midnight dates will be returned as midnight
dates (thereby losing precision)Copyright © 2002-2017 Atlassian. All Rights Reserved.