Uses of Interface
com.atlassian.jira.issue.search.SearchContext

Packages that use SearchContext
com.atlassian.jira.bc.issue.search   
com.atlassian.jira.issue   
com.atlassian.jira.issue.customfields.converters   
com.atlassian.jira.issue.fields   
com.atlassian.jira.issue.search.managers   
com.atlassian.jira.issue.search.searchers   
com.atlassian.jira.issue.search.searchers.renderer   
com.atlassian.jira.issue.search.searchers.transformer   
com.atlassian.jira.plugin.customfield   
com.atlassian.jira.web   
 

Uses of SearchContext in com.atlassian.jira.bc.issue.search
 

Methods in com.atlassian.jira.bc.issue.search that return SearchContext
 SearchContext SearchService.getSearchContext(User searcher, Query query)
          Deprecated. Use SearchService.getSearchContext(com.atlassian.crowd.embedded.api.User, com.atlassian.query.Query). Since v4.3
 SearchContext SearchService.getSearchContext(com.atlassian.crowd.embedded.api.User searcher, Query query)
          This produces an old-style SearchContext based on the passed in search query and the user that is performing the search.
 

Uses of SearchContext in com.atlassian.jira.issue
 

Methods in com.atlassian.jira.issue with parameters of type SearchContext
 List<CustomField> CustomFieldManager.getCustomFieldObjects(SearchContext searchContext)
          Returns all customfields in a particular SearchContext.
 

Uses of SearchContext in com.atlassian.jira.issue.customfields.converters
 

Methods in com.atlassian.jira.issue.customfields.converters that return SearchContext
 SearchContext SelectConverter.getPossibleSearchContextFromValue(Object value, CustomField customField)
           
 

Uses of SearchContext in com.atlassian.jira.issue.fields
 

Methods in com.atlassian.jira.issue.fields with parameters of type SearchContext
 FieldConfig CustomField.getReleventConfig(SearchContext searchContext)
          The FieldConfig that is relevent to all issue contexts in the search context Checks that all configs within search context are the same - i.e.
 boolean CustomField.isInScope(SearchContext searchContext)
          Determines whether this custom field is in scope.
 boolean CustomField.isInScope(com.atlassian.crowd.embedded.api.User user, SearchContext searchContext)
          Deprecated. Use CustomField.isInScope(com.atlassian.jira.issue.search.SearchContext) instead. Since v4.3
 

Uses of SearchContext in com.atlassian.jira.issue.search.managers
 

Methods in com.atlassian.jira.issue.search.managers with parameters of type SearchContext
 Collection<SearcherGroup> IssueSearcherManager.getSearcherGroups(SearchContext searchContext)
          Get all searcher groups with the IssueSearcher that are applicable for the context.
 Collection<SearcherGroup> SearchHandlerManager.getSearcherGroups(SearchContext searchContext)
          Get all searcher groups with the IssueSearcher that are applicable for the context.
 Collection<IssueSearcher<?>> IssueSearcherManager.getSearchers(User searcher, SearchContext context)
          Get searchers that are applicable for a given context.
 Collection<IssueSearcher<?>> IssueSearcherManager.getSearchers(com.atlassian.crowd.embedded.api.User searcher, SearchContext context)
          Get searchers that are applicable for a given context.
 Collection<IssueSearcher<?>> SearchHandlerManager.getSearchers(User searcher, SearchContext context)
          Get searchers that are applicable for a given context.
 Collection<IssueSearcher<?>> SearchHandlerManager.getSearchers(com.atlassian.crowd.embedded.api.User searcher, SearchContext context)
          Get searchers that are applicable for a given context.
 Collection<IssueSearcher<?>> SearchHandlerManager.getSearchersByClauseName(User user, String jqlClauseName, SearchContext searchContext)
          Return a collection of IssueSearchers registered against the passed JQL clause name.
 Collection<IssueSearcher<?>> SearchHandlerManager.getSearchersByClauseName(com.atlassian.crowd.embedded.api.User user, String jqlClauseName, SearchContext searchContext)
          Return a collection of IssueSearchers registered against the passed JQL clause name.
 

Uses of SearchContext in com.atlassian.jira.issue.search.searchers
 

Methods in com.atlassian.jira.issue.search.searchers with parameters of type SearchContext
 boolean SearcherGroup.isShown(User searcher, SearchContext searchContext)
           
 

Uses of SearchContext in com.atlassian.jira.issue.search.searchers.renderer
 

Methods in com.atlassian.jira.issue.search.searchers.renderer with parameters of type SearchContext
 String SearchRenderer.getEditHtml(User searcher, SearchContext searchContext, FieldValuesHolder fieldValuesHolder, Map<?,?> displayParameters, webwork.action.Action action)
          Used to produce an HTML input that is rendered on the JIRA issue navigator.
 String SearchRenderer.getViewHtml(User searcher, SearchContext searchContext, FieldValuesHolder fieldValuesHolder, Map<?,?> displayParameters, webwork.action.Action action)
          Used to produce the HTML that displays a searchers summary information (e.g.
 boolean SearchRenderer.isShown(User searcher, SearchContext searchContext)
          Checks if the searcher should be shown in this context on the Issue Navigator.
 

Uses of SearchContext in com.atlassian.jira.issue.search.searchers.transformer
 

Methods in com.atlassian.jira.issue.search.searchers.transformer with parameters of type SearchContext
 boolean SearchInputTransformer.doRelevantClausesFitFilterForm(User searcher, Query query, SearchContext searchContext)
          Tells the caller whether or not the relevant clauses from the passed query can be represented on the issue navigator.
 void SearchInputTransformer.populateFromQuery(User searcher, FieldValuesHolder fieldValuesHolder, Query query, SearchContext searchContext)
          This method transforms any query information contained in the query that is relevant to this SearchInputTransformer into the values that the HTML rendering expects.
 void SearchInputTransformer.validateParams(User searcher, SearchContext searchContext, FieldValuesHolder fieldValuesHolder, I18nHelper i18nHelper, ErrorCollection errors)
          Adds error meessages to the errors object if values in the fieldValuesHolder fails validation.
 

Uses of SearchContext in com.atlassian.jira.plugin.customfield
 

Methods in com.atlassian.jira.plugin.customfield with parameters of type SearchContext
abstract  String CustomFieldSearcherModuleDescriptor.getSearchHtml(CustomField customField, CustomFieldValueProvider provider, SearchContext searchContext, FieldValuesHolder fieldValuesHolder, Map displayParameters, webwork.action.Action action, Map velocityParams)
           
abstract  String CustomFieldSearcherModuleDescriptor.getViewHtml(CustomField customField, CustomFieldValueProvider provider, SearchContext searchContext, FieldValuesHolder fieldValuesHolder, Map displayParameters, webwork.action.Action action, Map velocityParams)
           
 

Uses of SearchContext in com.atlassian.jira.web
 

Methods in com.atlassian.jira.web with parameters of type SearchContext
 boolean FieldVisibilityManager.isFieldHiddenInAllSchemes(String fieldId, SearchContext context, com.atlassian.crowd.embedded.api.User user)
           
 boolean FieldVisibilityManager.isFieldHiddenInAllSchemes(String fieldId, SearchContext context, User user)
          Deprecated. Use FieldVisibilityManager.isFieldHiddenInAllSchemes(String, com.atlassian.jira.issue.search.SearchContext, com.atlassian.crowd.embedded.api.User) instead. Since v4.3
 



Copyright © 2002-2011 Atlassian. All Rights Reserved.