java.lang.Object | |
↳ | com.atlassian.jira.upgrade.util.AbstractLegacyPortletUpgradeTask |
Known Direct Subclasses
|
Abstract implementation that provides a default way of converting properties to the new userpreferences format.
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
String | MULTIVALUE_SEPARATOR | Separator used by new gadgets | |||||||||
String | PORTLET_MULTI_VALUE_SEPARATOR | ||||||||||
String | SEPARATOR_ENCODED | If a multivalue value contains a '|' then Shindig will %encode it to this |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Converts the propertySet in use by this portletConfiguration to a Map
| |||||||||||
Returns the gadget URI to be used for this portlet.
| |||||||||||
Returns the portletKey that this upgrade task can convert.
|
Protected Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
[Expand]
Inherited Methods | |||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class java.lang.Object | |||||||||||||||||
From interface
com.atlassian.jira.upgrade.util.LegacyPortletUpgradeTask
|
Separator used by new gadgets
If a multivalue value contains a '|' then Shindig will %encode it to this
Converts the propertySet in use by this portletConfiguration to a Map
propertySet | the old portletConfiguration propertySet to be converted |
---|
Returns the gadget URI to be used for this portlet. Should be a relative URI pointing to the gadget replacing this portlet. For example: 'rest/gadgets/1.0/g/com.atlassian.jira.gadgets/gadgets/filter-results-gadget.xml'
Returns the portletKey that this upgrade task can convert. Note that this is the full key that can be contained via com.atlassian.jira.portal.Portlet#getId(). For example: 'com.atlassian.jira.plugin.system.portlets:inprogress'