Interface CustomFieldSearcherModuleDescriptor
- All Superinterfaces:
JiraResourcedModuleDescriptor<CustomFieldSearcher>,com.atlassian.plugin.ModuleDescriptor<CustomFieldSearcher>,com.atlassian.plugin.Resourced,com.atlassian.plugin.ScopeAware
- All Known Implementing Classes:
CustomFieldSearcherModuleDescriptorImpl
@PublicApi
public interface CustomFieldSearcherModuleDescriptor
extends JiraResourcedModuleDescriptor<CustomFieldSearcher>
-
Method Summary
Modifier and TypeMethodDescriptiongetSearchHtml(CustomField customField, CustomFieldValueProvider provider, SearchContext searchContext, FieldValuesHolder fieldValuesHolder, Map displayParameters, webwork.action.Action action, Map velocityParams) getStatHtml(CustomField field, Object value, String urlPrefix) getViewHtml(CustomField customField, CustomFieldValueProvider provider, SearchContext searchContext, FieldValuesHolder fieldValuesHolder, Map displayParameters, webwork.action.Action action, Map velocityParams) getViewHtml(CustomField field, Object value) Methods inherited from interface com.atlassian.jira.plugin.JiraResourcedModuleDescriptor
getHtml, getHtml, getI18nBean, writeHtmlMethods inherited from interface com.atlassian.plugin.ModuleDescriptor
destroy, equals, getCompleteKey, getDescription, getDescriptionKey, getDisplayName, getI18nNameKey, getKey, getMinJavaVersion, getModule, getModuleClass, getName, getParams, getPlugin, getPluginKey, hashCode, init, isBroken, isEnabled, isEnabledByDefault, isSystemModule, satisfiesMinJavaVersion, setBrokenMethods inherited from interface com.atlassian.plugin.Resourced
getResourceDescriptor, getResourceDescriptors, getResourceLocationMethods inherited from interface com.atlassian.plugin.ScopeAware
getScopeKey
-
Method Details
-
getSearchHtml
String getSearchHtml(CustomField customField, CustomFieldValueProvider provider, SearchContext searchContext, FieldValuesHolder fieldValuesHolder, Map displayParameters, webwork.action.Action action, Map velocityParams) -
getViewHtml
String getViewHtml(CustomField customField, CustomFieldValueProvider provider, SearchContext searchContext, FieldValuesHolder fieldValuesHolder, Map displayParameters, webwork.action.Action action, Map velocityParams) -
getViewHtml
-
getStatHtml
-
getValidCustomFieldKeys
Set getValidCustomFieldKeys()
-