com.atlassian.jira.jql.validator
Class LocalDateValidator

java.lang.Object
  extended by com.atlassian.jira.jql.validator.LocalDateValidator
All Implemented Interfaces:
ClauseValidator
Direct Known Subclasses:
DueDateValidator

public class LocalDateValidator
extends Object
implements ClauseValidator

All the date validators essentially do the same thing - validate against operators and then against the date values.

Since:
v4.4

Constructor Summary
LocalDateValidator(JqlOperandResolver operandResolver, JqlLocalDateSupport jqlLocalDateSupport)
           
 
Method Summary
 MessageSet validate(com.atlassian.crowd.embedded.api.User searcher, TerminalClause terminalClause)
          Validates a clause and adds human readable i18n'ed messages if there is a problem.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LocalDateValidator

public LocalDateValidator(JqlOperandResolver operandResolver,
                          JqlLocalDateSupport jqlLocalDateSupport)
Method Detail

validate

public MessageSet validate(com.atlassian.crowd.embedded.api.User searcher,
                           TerminalClause terminalClause)
Description copied from interface: ClauseValidator
Validates a clause and adds human readable i18n'ed messages if there is a problem.

Specified by:
validate in interface ClauseValidator
Parameters:
searcher - the user who is executing the search.
terminalClause - the clause to validate.
Returns:
an MessageSet that will contain any messages relating to failed validation. An empty message set must be returned to indicate there were no errors. null can never be returned.


Copyright © 2002-2012 Atlassian. All Rights Reserved.