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) boolean
boolean
Methods inherited from interface com.atlassian.plugin.web.api.descriptors.ConditionalDescriptor
getCondition
Methods inherited from interface com.atlassian.jira.plugin.JiraResourcedModuleDescriptor
getHtml, getHtml, getI18nBean, writeHtml
Methods 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, setBroken
Methods inherited from interface com.atlassian.jira.plugin.OrderableModuleDescriptor
getOrder
Methods inherited from interface com.atlassian.plugin.Resourced
getResourceDescriptor, getResourceDescriptors, getResourceLocation
Methods 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()
-