com.atlassian.jira.jql.validator
Class ComponentValidator
java.lang.Object
com.atlassian.jira.jql.validator.ComponentValidator
- All Implemented Interfaces:
- ClauseValidator
public class ComponentValidator
- extends Object
- implements ClauseValidator
An Validator for the component field clauses
- Since:
- v4.0
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ComponentValidator
public ComponentValidator(ComponentResolver componentResolver,
JqlOperandResolver operandResolver,
PermissionManager permissionManager,
ProjectComponentManager projectComponentManager,
ProjectManager projectManager)
validate
public MessageSet validate(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-2011 Atlassian. All Rights Reserved.