com.atlassian.jira.upgrade.tasks.jql
Class AffectedVersionClauseXmlHandler
java.lang.Object
com.atlassian.jira.upgrade.tasks.jql.AbstractSimpleClauseXmlHandler
com.atlassian.jira.upgrade.tasks.jql.AffectedVersionClauseXmlHandler
- All Implemented Interfaces:
- ClauseXmlHandler
public class AffectedVersionClauseXmlHandler
- extends AbstractSimpleClauseXmlHandler
- implements ClauseXmlHandler
Generates a TerminalClause
that represents an affected version and some values
provided the "old-style" affected version parameter XML.
- Since:
- v4.0
Method Summary |
boolean |
isSafeToNamifyValue()
Some search parameters have values which when running through "namification" could lose precision or change the
original meaning of the value. |
protected boolean |
xmlFieldIdSupported(String xmlFieldId)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AffectedVersionClauseXmlHandler
public AffectedVersionClauseXmlHandler(FieldFlagOperandRegistry fieldFlagOperandRegistry)
xmlFieldIdSupported
protected boolean xmlFieldIdSupported(String xmlFieldId)
- Specified by:
xmlFieldIdSupported
in class AbstractSimpleClauseXmlHandler
isSafeToNamifyValue
public boolean isSafeToNamifyValue()
- Description copied from interface:
ClauseXmlHandler
- Some search parameters have values which when running through "namification" could lose precision or change the
original meaning of the value. This flag indicates whether it is safe for the upgrade task to namify the values.
- Specified by:
isSafeToNamifyValue
in interface ClauseXmlHandler
- Overrides:
isSafeToNamifyValue
in class AbstractSimpleClauseXmlHandler
- Returns:
- true if is safe to namify values produced by this handler; false otherwise.
Copyright © 2002-2012 Atlassian. All Rights Reserved.