com.atlassian.jira.plugin.jql.function
Class AbstractIssueTypeFunction
java.lang.Object
com.atlassian.jira.plugin.jql.function.AbstractJqlFunction
com.atlassian.jira.plugin.jql.function.AbstractIssueTypeFunction
- All Implemented Interfaces:
- JqlFunction
- Direct Known Subclasses:
- AllStandardIssueTypesFunction, AllSubIssueTypesFunction
public abstract class AbstractIssueTypeFunction
- extends AbstractJqlFunction
Base class for issue type functions.
- Since:
- v4.0
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractIssueTypeFunction
protected AbstractIssueTypeFunction(SubTaskManager subTaskManager)
validate
public MessageSet validate(User searcher,
FunctionOperand operand,
TerminalClause terminalClause)
- Description copied from interface:
JqlFunction
- Will validate the function operand's arguments and report back any errors.
- Parameters:
searcher - the user performing the searchoperand - the operand to validateterminalClause - the terminal clause that contains the operand
- Returns:
- a MessageSet which will contain any validation errors or warnings or will be empty if there is nothing to
report; never null.
Copyright © 2002-2009 Atlassian. All Rights Reserved.