com.atlassian.jira.upgrade.tasks.jql
Interface ClauseXmlHandlerRegistry

All Known Implementing Classes:
DefaultClauseXmlHandlerRegistry

public interface ClauseXmlHandlerRegistry

Looks up the ClauseXmlHandler by the "old" SearchParameter class name string and the element name that will be processed so that we can convert the old saved search parameter elements to JQL clauses.

Since:
v4.0

Method Summary
 ClauseXmlHandler getClauseXmlHandler(String searchParameterClassName, String elementName)
           
 

Method Detail

getClauseXmlHandler

ClauseXmlHandler getClauseXmlHandler(String searchParameterClassName,
                                     String elementName)
Parameters:
searchParameterClassName - the string that represents the fully qualified class name of the "old" SearchParameter that used to represent this search element in JIRA.
elementName - the XML element that will be handled.
Returns:
a ClauseXmlHandler that knows how to build a TerminalClause provided the old-style SearchParameter XML.


Copyright © 2002-2012 Atlassian. All Rights Reserved.