com.atlassian.jira.upgrade.tasks.jql
Class UserClauseXmlHandler
java.lang.Object
com.atlassian.jira.upgrade.tasks.jql.UserClauseXmlHandler
- All Implemented Interfaces:
- ClauseXmlHandler
public class UserClauseXmlHandler
- extends Object
- implements ClauseXmlHandler
Generates a TerminalClause
that represents a user system field and some values
provided the "old-style" affected version parameter XML.
- Since:
- v4.0
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GROUP_SUFFIX
public static final String GROUP_SUFFIX
- See Also:
- Constant Field Values
UserClauseXmlHandler
public UserClauseXmlHandler(UserFieldSearchConstantsWithEmpty searchConstants)
convertXmlToClause
public ClauseXmlHandler.ConversionResult convertXmlToClause(electric.xml.Element el)
- Description copied from interface:
ClauseXmlHandler
- Produce a clause from the legacy, SearchParameter, XML storage format.
- Specified by:
convertXmlToClause
in interface ClauseXmlHandler
- Parameters:
el
- XML element
- Returns:
- a Clause that corresponds to the search that is described by the XML, must not be null.
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
- Returns:
- true if is safe to namify values produced by this handler; false otherwise.
Copyright © 2002-2012 Atlassian. All Rights Reserved.