com.atlassian.greenhopper.customfield.backlog
Class BacklogValuesExistValidator
java.lang.Object
com.atlassian.greenhopper.customfield.backlog.jira42.ValuesExistValidator
com.atlassian.greenhopper.customfield.backlog.BacklogValuesExistValidator
public class BacklogValuesExistValidator
- extends ValuesExistValidator
A clause validator that can be used for backlog clause values (thus backlog names).
This validator only accepts backlog names that are present in at least one of the projects the user has access to.
Method Summary |
protected boolean |
longValueExist(com.opensymphony.user.User searcher,
java.lang.Long value)
|
protected boolean |
stringValueExists(com.opensymphony.user.User searcher,
java.lang.String value)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BacklogValuesExistValidator
public BacklogValuesExistValidator(com.atlassian.jira.jql.operand.JqlOperandResolver operandResolver,
BacklogIndexInfoResolver backlogIndexInfoResolver,
BacklogService backlogService)
stringValueExists
protected boolean stringValueExists(com.opensymphony.user.User searcher,
java.lang.String value)
- Specified by:
stringValueExists
in class ValuesExistValidator
longValueExist
protected boolean longValueExist(com.opensymphony.user.User searcher,
java.lang.Long value)
- Specified by:
longValueExist
in class ValuesExistValidator
Copyright © 2007-2011 Atlassian. All Rights Reserved.