java.lang.Object | |
↳ | com.atlassian.jira.issue.search.searchers.util.AbstractDateSearchInputHelper |
Known Direct Subclasses
|
@Internal
classes and interfaces can not expect to be compatible with any version
other than the version they were compiled against (even minor version and milestone releases may break binary
compatibility with respect to @Internal
elements).
Nested Classes | |||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
AbstractDateSearchInputHelper.ParseDateResult |
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
CONVERT_CLAUSE_BAD_RESULT | |||||||||||
config | |||||||||||
operandResolver |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Take the passed clause and try and get the equivalent navigator parameters.
|
[Expand]
Inherited Methods | |||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class java.lang.Object | |||||||||||||
From interface
com.atlassian.jira.issue.search.searchers.util.DateSearcherInputHelper
|
Take the passed clause and try and get the equivalent navigator parameters. 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) |