Interface SearchRequestViewModuleDescriptor
- All Superinterfaces:
com.atlassian.plugin.web.api.descriptors.ConditionalDescriptor,JiraResourcedModuleDescriptor<SearchRequestView>,com.atlassian.plugin.ModuleDescriptor<SearchRequestView>,OrderableModuleDescriptor,com.atlassian.plugin.Resourced,com.atlassian.plugin.ScopeAware
- All Known Implementing Classes:
SearchRequestViewModuleDescriptorImpl
public interface SearchRequestViewModuleDescriptor
extends JiraResourcedModuleDescriptor<SearchRequestView>, OrderableModuleDescriptor, com.atlassian.plugin.web.api.descriptors.ConditionalDescriptor
An search request view allows you to view a search request in different ways (eg XML, Word, PDF, Excel)
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptiongetURLWithoutContextPath(SearchRequest searchRequest) getURLWithoutContextPath(SearchRequestInfo searchRequest) booleanbooleanMethods inherited from interface com.atlassian.plugin.web.api.descriptors.ConditionalDescriptor
getConditionMethods 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.jira.plugin.OrderableModuleDescriptor
getOrderMethods inherited from interface com.atlassian.plugin.Resourced
getResourceDescriptor, getResourceDescriptors, getResourceLocationMethods inherited from interface com.atlassian.plugin.ScopeAware
getScopeKey
-
Method Details
-
getSearchRequestView
SearchRequestView getSearchRequestView() -
getContentType
String getContentType() -
getFileExtension
String getFileExtension() -
getURLWithoutContextPath
-
getURLWithoutContextPath
-
isBasicAuthenticationRequired
boolean isBasicAuthenticationRequired() -
isExcludeFromLimitFilter
boolean isExcludeFromLimitFilter()
-