Modifier and Type | Method and Description |
---|---|
SearchContext |
DefaultSearchService.getSearchContext(ApplicationUser searcher,
Query query) |
SearchContext |
SearchService.getSearchContext(ApplicationUser searcher,
Query query)
This produces an old-style
SearchContext based on the passed in
search query and the user that is performing the search. |
SearchContext |
QueryContextConverter.getSearchContext(QueryContext queryContext)
Converts a
QueryContext into a SearchContext . |
Modifier and Type | Method and Description |
---|---|
QueryContext |
QueryContextConverter.getQueryContext(SearchContext searchContext)
Converts a
SearchContext representation into
the QueryContext of a search context. |
Modifier and Type | Method and Description |
---|---|
List<CustomField> |
CustomFieldManager.getCustomFieldObjects(SearchContext searchContext)
Returns all customfields in a particular
SearchContext . |
Modifier and Type | Method and Description |
---|---|
static boolean |
CustomFieldUtils.isShownAndVisible(CustomField customField,
ApplicationUser user,
SearchContext searchContext,
FieldVisibilityManager fieldVisibilityManager)
Checks if the custom field is in the search context scope (using
OrderableField.isShown(com.atlassian.jira.issue.Issue) )
and visible in all field schemes (using com.atlassian.jira.web.FieldVisibilityManager#isFieldHiddenInAllSchemes(String, SearchContext, User) ) |
Modifier and Type | Method and Description |
---|---|
SearchContext |
SelectConverterImpl.getPossibleSearchContextFromValue(Option value,
CustomField customField) |
SearchContext |
SelectConverter.getPossibleSearchContextFromValue(Option value,
CustomField customField) |
Modifier and Type | Method and Description |
---|---|
protected Map<String,Object> |
UserPickerGroupCustomFieldRenderer.addUserGroupSuggestionParams(FieldValuesHolder fieldValuesHolder,
ApplicationUser user,
SearchContext searchContext,
List<String> selectedUsers) |
String |
MultiSelectCustomFieldSearchRenderer.getEditHtml(ApplicationUser user,
SearchContext searchContext,
FieldValuesHolder fieldValuesHolder,
Map<?,?> displayParameters,
webwork.action.Action action) |
String |
UserCustomFieldSearchRenderer.getEditHtml(ApplicationUser user,
SearchContext searchContext,
FieldValuesHolder fieldValuesHolder,
Map<?,?> displayParameters,
webwork.action.Action action) |
String |
CustomFieldRenderer.getEditHtml(ApplicationUser user,
SearchContext searchContext,
FieldValuesHolder fieldValuesHolder,
Map<?,?> displayParameters,
webwork.action.Action action) |
String |
GroupCustomFieldSearchRenderer.getEditHtml(ApplicationUser user,
SearchContext searchContext,
FieldValuesHolder fieldValuesHolder,
Map<?,?> displayParameters,
webwork.action.Action action) |
String |
CustomFieldRenderer.getEditHtml(SearchContext searchContext,
FieldValuesHolder fieldValuesHolder,
Map<?,?> displayParameters,
webwork.action.Action action,
Map<String,Object> velocityParams) |
protected Map<String,Object> |
DateCustomFieldSearchRenderer.getVelocityParams(ApplicationUser user,
SearchContext searchContext,
FieldLayoutItem fieldLayoutItem,
FieldValuesHolder fieldValuesHolder,
Map<?,?> displayParameters,
webwork.action.Action action) |
protected Map<String,Object> |
UserPickerGroupCustomFieldRenderer.getVelocityParams(ApplicationUser searcher,
SearchContext searchContext,
FieldLayoutItem fieldLayoutItem,
FieldValuesHolder fieldValuesHolder,
Map displayParameters,
webwork.action.Action action) |
String |
MultiSelectCustomFieldSearchRenderer.getViewHtml(ApplicationUser user,
SearchContext searchContext,
FieldValuesHolder fieldValuesHolder,
Map<?,?> displayParameters,
webwork.action.Action action) |
String |
CustomFieldRenderer.getViewHtml(ApplicationUser user,
SearchContext searchContext,
FieldValuesHolder fieldValuesHolder,
Map<?,?> displayParameters,
webwork.action.Action action) |
String |
GroupCustomFieldSearchRenderer.getViewHtml(ApplicationUser user,
SearchContext searchContext,
FieldValuesHolder fieldValuesHolder,
Map<?,?> displayParameters,
webwork.action.Action action) |
String |
CustomFieldRenderer.getViewHtml(SearchContext searchContext,
FieldValuesHolder fieldValuesHolder,
Map<?,?> displayParameters,
webwork.action.Action action,
Map<String,Object> velocityParams) |
boolean |
UserPickerGroupCustomFieldRenderer.isShown(ApplicationUser user,
SearchContext searchContext) |
boolean |
VersionPickerCustomFieldRenderer.isShown(ApplicationUser user,
SearchContext searchContext) |
boolean |
DateCustomFieldSearchRenderer.isShown(ApplicationUser user,
SearchContext searchContext) |
boolean |
CustomFieldRenderer.isShown(ApplicationUser user,
SearchContext searchContext) |
Modifier and Type | Method and Description |
---|---|
boolean |
ProjectCustomFieldSearchInputTransformer.doRelevantClausesFitFilterForm(ApplicationUser user,
Query query,
SearchContext searchContext) |
boolean |
MultiGroupCustomFieldSearchInputTransformer.doRelevantClausesFitFilterForm(ApplicationUser user,
Query query,
SearchContext searchContext) |
boolean |
CascadingSelectCustomFieldSearchInputTransformer.doRelevantClausesFitFilterForm(ApplicationUser user,
Query query,
SearchContext searchContext) |
boolean |
MultiSelectCustomFieldSearchInputTransformer.doRelevantClausesFitFilterForm(ApplicationUser user,
Query query,
SearchContext searchContext) |
boolean |
SelectCustomFieldSearchInputTransformer.doRelevantClausesFitFilterForm(ApplicationUser user,
Query query,
SearchContext searchContext) |
boolean |
ExactNumberCustomFieldSearchInputTransformer.doRelevantClausesFitFilterForm(ApplicationUser user,
Query query,
SearchContext searchContext) |
boolean |
ExactTextCustomFieldSearchInputTransformer.doRelevantClausesFitFilterForm(ApplicationUser user,
Query query,
SearchContext searchContext) |
boolean |
FreeTextCustomFieldSearchInputTransformer.doRelevantClausesFitFilterForm(ApplicationUser user,
Query query,
SearchContext searchContext) |
boolean |
NumberRangeCustomFieldSearchInputTransformer.doRelevantClausesFitFilterForm(ApplicationUser user,
Query query,
SearchContext searchContext) |
boolean |
UserPickerCustomFieldSearchInputTransformer.doRelevantClausesFitFilterForm(ApplicationUser user,
Query query,
SearchContext searchContext) |
protected CustomFieldParams |
ProjectCustomFieldSearchInputTransformer.getParamsFromSearchRequest(ApplicationUser user,
Query query,
SearchContext searchContext) |
protected CustomFieldParams |
MultiGroupCustomFieldSearchInputTransformer.getParamsFromSearchRequest(ApplicationUser user,
Query query,
SearchContext searchContext) |
protected CustomFieldParams |
CascadingSelectCustomFieldSearchInputTransformer.getParamsFromSearchRequest(ApplicationUser user,
Query query,
SearchContext searchContext) |
protected CustomFieldParams |
MultiSelectCustomFieldSearchInputTransformer.getParamsFromSearchRequest(ApplicationUser user,
Query query,
SearchContext searchContext) |
protected CustomFieldParams |
SelectCustomFieldSearchInputTransformer.getParamsFromSearchRequest(ApplicationUser user,
Query query,
SearchContext searchContext) |
protected CustomFieldParams |
AbstractSingleValueCustomFieldSearchInputTransformer.getParamsFromSearchRequest(ApplicationUser user,
Query query,
SearchContext searchContext) |
protected abstract CustomFieldParams |
AbstractCustomFieldSearchInputTransformer.getParamsFromSearchRequest(ApplicationUser user,
Query query,
SearchContext searchContext)
Gets CustomField search parameters from the given JQL Query.
|
protected CustomFieldParams |
NumberRangeCustomFieldSearchInputTransformer.getParamsFromSearchRequest(ApplicationUser user,
Query query,
SearchContext searchContext) |
protected CustomFieldParams |
UserPickerCustomFieldSearchInputTransformer.getParamsFromSearchRequest(ApplicationUser user,
Query query,
SearchContext searchContext) |
void |
AbstractCustomFieldSearchInputTransformer.populateFromQuery(ApplicationUser user,
FieldValuesHolder fieldValuesHolder,
Query query,
SearchContext searchContext) |
void |
MultiGroupCustomFieldSearchInputTransformer.validateParams(ApplicationUser user,
SearchContext searchContext,
FieldValuesHolder fieldValuesHolder,
I18nHelper i18nHelper,
ErrorCollection errors) |
void |
MultiSelectCustomFieldSearchInputTransformer.validateParams(ApplicationUser user,
SearchContext searchContext,
FieldValuesHolder fieldValuesHolder,
I18nHelper i18nHelper,
ErrorCollection errors) |
void |
AbstractCustomFieldSearchInputTransformer.validateParams(ApplicationUser user,
SearchContext searchContext,
FieldValuesHolder fieldValuesHolder,
I18nHelper i18nHelper,
ErrorCollection errors) |
void |
FreeTextCustomFieldSearchInputTransformer.validateParams(ApplicationUser user,
SearchContext searchContext,
FieldValuesHolder fieldValuesHolder,
I18nHelper i18nHelper,
ErrorCollection errors) |
void |
NumberRangeCustomFieldSearchInputTransformer.validateParams(ApplicationUser user,
SearchContext searchContext,
FieldValuesHolder fieldValuesHolder,
I18nHelper i18nHelper,
ErrorCollection errors) |
void |
UserPickerCustomFieldSearchInputTransformer.validateParams(ApplicationUser user,
SearchContext searchContext,
FieldValuesHolder fieldValuesHolder,
I18nHelper i18nHelper,
ErrorCollection errors) |
Modifier and Type | Method and Description |
---|---|
protected SearchContext |
AbstractCustomFieldStatisticsMapper.getSearchContextFromValue(Object value) |
Modifier and Type | Method and Description |
---|---|
FieldConfig |
MockCustomField.getReleventConfig(SearchContext searchContext) |
FieldConfig |
CustomFieldImpl.getReleventConfig(SearchContext searchContext)
Return the relevant field config for the search context specified.
|
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 |
MockCustomField.isInScope(SearchContext searchContext) |
boolean |
CustomFieldImpl.isInScope(SearchContext searchContext) |
boolean |
CustomField.isInScope(SearchContext searchContext)
Determines whether this custom field is in scope.
|
Modifier and Type | Method and Description |
---|---|
List |
MockCustomFieldManager.getCustomFieldObjects(SearchContext searchContext) |
List<CustomField> |
DefaultCustomFieldManager.getCustomFieldObjects(SearchContext searchContext) |
Modifier and Type | Class and Description |
---|---|
class |
SearchContextImpl |
Modifier and Type | Method and Description |
---|---|
SearchContext |
SearchContextFactoryImpl.create() |
SearchContext |
SearchContextFactory.create()
Creates an empty
SearchContext |
SearchContext |
SearchContextFactoryImpl.create(List projectCategoryIds,
List projectIds,
List issueTypeIds) |
SearchContext |
SearchContextFactory.create(List projectCategoryIds,
List projectIds,
List issueTypeIds)
Creates a
SearchContext with the given project categories, projects and issue types. |
SearchContext |
SearchContextFactoryImpl.create(SearchContext searchContext) |
SearchContext |
SearchContextFactory.create(SearchContext searchContext)
Creates a search context based on the given
SearchContext . |
static SearchContext |
SearchRequestUtils.getCombinedSearchContext(SearchContext baseSearchContext,
SearchContext possibleContext)
Creates the most specific
SearchContext possible from the two parameters. |
Modifier and Type | Method and Description |
---|---|
SearchContext |
SearchContextFactoryImpl.create(SearchContext searchContext) |
SearchContext |
SearchContextFactory.create(SearchContext searchContext)
Creates a search context based on the given
SearchContext . |
static SearchContext |
SearchRequestUtils.getCombinedSearchContext(SearchContext baseSearchContext,
SearchContext possibleContext)
Creates the most specific
SearchContext possible from the two parameters. |
Constructor and Description |
---|
SearchContextImpl(SearchContext searchContext) |
Modifier and Type | Method and Description |
---|---|
Collection<SearcherGroup> |
DefaultSearchHandlerManager.getSearcherGroups(SearchContext searchContext) |
Collection<SearcherGroup> |
DefaultIssueSearcherManager.getSearcherGroups(SearchContext searchContext) |
Collection<SearcherGroup> |
IssueSearcherManager.getSearcherGroups(SearchContext searchContext)
Deprecated.
Since 6.3.4. The
SearchContext parameter is no longer needed. Use IssueSearcherManager.getSearcherGroups() |
Collection<SearcherGroup> |
SearchHandlerManager.getSearcherGroups(SearchContext searchContext)
Deprecated.
Since 6.3.4. The
SearchContext parameter is no longer needed. Use SearchHandlerManager.getSearcherGroups() |
Collection<IssueSearcher<?>> |
DefaultSearchHandlerManager.getSearchers(ApplicationUser searcher,
SearchContext context) |
Collection<IssueSearcher<?>> |
DefaultIssueSearcherManager.getSearchers(ApplicationUser searcher,
SearchContext context) |
Collection<IssueSearcher<?>> |
IssueSearcherManager.getSearchers(ApplicationUser searcher,
SearchContext context)
Get searchers that are applicable for a given context.
|
Collection<IssueSearcher<?>> |
SearchHandlerManager.getSearchers(ApplicationUser searcher,
SearchContext context)
Get searchers that are applicable for a given context.
|
Collection<IssueSearcher<?>> |
DefaultSearchHandlerManager.getSearchersByClauseName(ApplicationUser user,
String jqlClauseName,
SearchContext searchContext) |
Collection<IssueSearcher<?>> |
SearchHandlerManager.getSearchersByClauseName(ApplicationUser user,
String jqlClauseName,
SearchContext searchContext)
Deprecated.
Since 6.3.3. The
SearchContext parameter is no longer needed. Use #getSearchersByClauseName(com.atlassian.crowd.embedded.api.User, String) . |
Modifier and Type | Method and Description |
---|---|
boolean |
SearcherGroup.isShown(ApplicationUser searcher,
SearchContext searchContext) |
Modifier and Type | Method and Description |
---|---|
void |
IssueTypeSearchRenderer.addEditParameters(FieldValuesHolder fieldValuesHolder,
SearchContext searchContext,
ApplicationUser user,
Map<String,Object> velocityParameters)
Construct edit HTML parameters and add them to a template parameters map.
|
protected Map<String,Object> |
AbstractUserSearchRenderer.addUserGroupSuggestionParams(FieldValuesHolder fieldValuesHolder,
ApplicationUser user,
SearchContext searchContext,
List<String> selectedUsers)
add user and group suggestions into parameters.
|
void |
IssueTypeSearchRenderer.addViewParameters(FieldValuesHolder fieldValuesHolder,
SearchContext searchContext,
ApplicationUser user,
Map<String,Object> velocityParameters)
Construct view HTML parameters and add them to a template parameters map.
|
String |
WorkRatioSearchRenderer.getEditHtml(ApplicationUser user,
SearchContext searchContext,
FieldValuesHolder fieldValuesHolder,
Map<?,?> displayParameters,
webwork.action.Action action) |
String |
ProjectSearchRenderer.getEditHtml(ApplicationUser user,
SearchContext searchContext,
FieldValuesHolder fieldValuesHolder,
Map<?,?> displayParameters,
webwork.action.Action action) |
String |
IssueTypeSearchRenderer.getEditHtml(ApplicationUser user,
SearchContext searchContext,
FieldValuesHolder fieldValuesHolder,
Map<?,?> displayParameters,
webwork.action.Action action) |
String |
AbstractProjectConstantsRenderer.getEditHtml(ApplicationUser user,
SearchContext searchContext,
FieldValuesHolder fieldValuesHolder,
Map<?,?> displayParameters,
webwork.action.Action action) |
String |
AbstractDateSearchRenderer.getEditHtml(ApplicationUser user,
SearchContext searchContext,
FieldValuesHolder fieldValuesHolder,
Map<?,?> displayParameters,
webwork.action.Action action) |
String |
SearchRenderer.getEditHtml(ApplicationUser user,
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 |
IssueConstantsSearchRenderer.getEditHtml(ApplicationUser user,
SearchContext searchContext,
FieldValuesHolder fieldValuesHolder,
Map displayParameters,
webwork.action.Action action) |
String |
AbstractUserSearchRenderer.getEditHtml(ApplicationUser user,
SearchContext searchContext,
FieldValuesHolder fieldValuesHolder,
Map displayParameters,
webwork.action.Action action) |
String |
LabelsSearchRenderer.getEditHtml(ApplicationUser user,
SearchContext searchContext,
FieldValuesHolder fieldValuesHolder,
Map displayParameters,
webwork.action.Action action) |
String |
GenericTextSearchRenderer.getEditHtml(ApplicationUser user,
SearchContext searchContext,
FieldValuesHolder fieldValuesHolder,
Map displayParameters,
webwork.action.Action action) |
String |
TextQuerySearchRenderer.getEditHtml(ApplicationUser user,
SearchContext searchContext,
FieldValuesHolder fieldValuesHolder,
Map displayParameters,
webwork.action.Action action) |
protected Collection<Option> |
IssueTypeSearchRenderer.getOptionsInSearchContext(SearchContext searchContext,
ApplicationUser user) |
Collection<Priority> |
PrioritySearchRenderer.getSelectListOptions(SearchContext searchContext) |
abstract Collection<T> |
IssueConstantsSearchRenderer.getSelectListOptions(SearchContext searchContext) |
Collection<Status> |
StatusSearchRenderer.getSelectListOptions(SearchContext searchContext) |
Collection<Resolution> |
ResolutionSearchRenderer.getSelectListOptions(SearchContext searchContext) |
protected Map<String,Object> |
WorkRatioSearchRenderer.getVelocityParams(ApplicationUser searcher,
SearchContext searchContext,
FieldLayoutItem fieldLayoutItem,
FieldValuesHolder fieldValuesHolder,
Map<?,?> displayParameters,
webwork.action.Action action) |
protected Map<String,Object> |
IssueTypeSearchRenderer.getVelocityParams(ApplicationUser searcher,
SearchContext searchContext,
FieldLayoutItem fieldLayoutItem,
FieldValuesHolder fieldValuesHolder,
Map<?,?> displayParameters,
webwork.action.Action action) |
protected Map<String,Object> |
AbstractProjectConstantsRenderer.getVelocityParams(ApplicationUser user,
SearchContext searchContext,
FieldLayoutItem fieldLayoutItem,
FieldValuesHolder fieldValuesHolder,
Map<?,?> displayParameters,
webwork.action.Action action) |
protected Map<String,Object> |
AbstractSearchRenderer.getVelocityParams(ApplicationUser searcher,
SearchContext searchContext,
FieldLayoutItem fieldLayoutItem,
FieldValuesHolder fieldValuesHolder,
Map<?,?> displayParameters,
webwork.action.Action action) |
protected Map<String,Object> |
AbstractUserSearchRenderer.getVelocityParams(ApplicationUser searcher,
SearchContext searchContext,
FieldLayoutItem fieldLayoutItem,
FieldValuesHolder fieldValuesHolder,
Map displayParameters,
webwork.action.Action action) |
protected Map<String,Object> |
StatusSearchRenderer.getVelocityParams(ApplicationUser searcher,
SearchContext searchContext,
FieldLayoutItem fieldLayoutItem,
FieldValuesHolder fieldValuesHolder,
Map displayParameters,
webwork.action.Action action) |
protected Map |
ResolutionSearchRenderer.getVelocityParams(ApplicationUser searcher,
SearchContext searchContext,
FieldLayoutItem fieldLayoutItem,
FieldValuesHolder fieldValuesHolder,
Map displayParameters,
webwork.action.Action action) |
String |
WorkRatioSearchRenderer.getViewHtml(ApplicationUser user,
SearchContext searchContext,
FieldValuesHolder fieldValuesHolder,
Map<?,?> displayParameters,
webwork.action.Action action) |
String |
IssueTypeSearchRenderer.getViewHtml(ApplicationUser user,
SearchContext searchContext,
FieldValuesHolder fieldValuesHolder,
Map<?,?> displayParameters,
webwork.action.Action action) |
String |
AbstractProjectConstantsRenderer.getViewHtml(ApplicationUser user,
SearchContext searchContext,
FieldValuesHolder fieldValuesHolder,
Map<?,?> displayParameters,
webwork.action.Action action) |
String |
AbstractDateSearchRenderer.getViewHtml(ApplicationUser user,
SearchContext searchContext,
FieldValuesHolder fieldValuesHolder,
Map<?,?> displayParameters,
webwork.action.Action action) |
String |
SearchRenderer.getViewHtml(ApplicationUser user,
SearchContext searchContext,
FieldValuesHolder fieldValuesHolder,
Map<?,?> displayParameters,
webwork.action.Action action)
Used to produce the HTML that displays a searchers summary information (e.g.
|
String |
ProjectSearchRenderer.getViewHtml(ApplicationUser user,
SearchContext searchContext,
FieldValuesHolder fieldValuesHolder,
Map displayParameters,
webwork.action.Action action) |
String |
IssueConstantsSearchRenderer.getViewHtml(ApplicationUser user,
SearchContext searchContext,
FieldValuesHolder fieldValuesHolder,
Map displayParameters,
webwork.action.Action action) |
String |
AbstractUserSearchRenderer.getViewHtml(ApplicationUser user,
SearchContext searchContext,
FieldValuesHolder fieldValuesHolder,
Map displayParameters,
webwork.action.Action action) |
String |
LabelsSearchRenderer.getViewHtml(ApplicationUser user,
SearchContext searchContext,
FieldValuesHolder fieldValuesHolder,
Map displayParameters,
webwork.action.Action action) |
String |
GenericTextSearchRenderer.getViewHtml(ApplicationUser user,
SearchContext searchContext,
FieldValuesHolder fieldValuesHolder,
Map displayParameters,
webwork.action.Action action) |
String |
TextQuerySearchRenderer.getViewHtml(ApplicationUser user,
SearchContext searchContext,
FieldValuesHolder fieldValuesHolder,
Map displayParameters,
webwork.action.Action action) |
protected boolean |
AbstractVersionRenderer.hasAnyValidOption(ApplicationUser searcher,
SearchContext searchContext) |
boolean |
WorkRatioSearchRenderer.isShown(ApplicationUser user,
SearchContext searchContext) |
boolean |
ReporterSearchRenderer.isShown(ApplicationUser user,
SearchContext searchContext) |
boolean |
AbstractVersionRenderer.isShown(ApplicationUser user,
SearchContext searchContext) |
boolean |
CreatorSearchRenderer.isShown(ApplicationUser user,
SearchContext searchContext) |
boolean |
ProjectSearchRenderer.isShown(ApplicationUser user,
SearchContext searchContext) |
boolean |
IssueTypeSearchRenderer.isShown(ApplicationUser user,
SearchContext searchContext) |
boolean |
IssueConstantsSearchRenderer.isShown(ApplicationUser user,
SearchContext searchContext) |
boolean |
LabelsSearchRenderer.isShown(ApplicationUser user,
SearchContext searchContext) |
boolean |
GenericTextSearchRenderer.isShown(ApplicationUser user,
SearchContext searchContext) |
boolean |
DateSearchRenderer.isShown(ApplicationUser user,
SearchContext searchContext) |
boolean |
TextQuerySearchRenderer.isShown(ApplicationUser user,
SearchContext searchContext) |
boolean |
AbstractProjectConstantsRenderer.isShown(ApplicationUser user,
SearchContext searchContext) |
boolean |
AssigneeSearchRenderer.isShown(ApplicationUser user,
SearchContext searchContext)
Returns true or false based on
AssigneeSearchRenderer.fieldVisibilityManager value. |
abstract boolean |
AbstractDateSearchRenderer.isShown(ApplicationUser user,
SearchContext searchContext) |
boolean |
SearchRenderer.isShown(ApplicationUser user,
SearchContext searchContext)
Checks if the searcher should be shown in this context on the Issue Navigator.
|
Modifier and Type | Method and Description |
---|---|
boolean |
NavigatorStructureChecker.checkSearchRequest(Query query,
SearchContext searchContext)
Deprecated.
Since 6.3.4. The
SearchContext parameter is no longer needed. Use NavigatorStructureChecker.checkSearchRequest(com.atlassian.query.Query) |
boolean |
WorkRatioSearchInputTransformer.doRelevantClausesFitFilterForm(ApplicationUser user,
Query query,
SearchContext searchContext) |
boolean |
CustomFieldLabelsSearchInputTransformer.doRelevantClausesFitFilterForm(ApplicationUser user,
Query query,
SearchContext searchContext) |
boolean |
KickassUserSearchInputTransformer.doRelevantClausesFitFilterForm(ApplicationUser user,
Query query,
SearchContext searchContext)
Determines whether the given query can be represented in basic mode.
|
boolean |
ProjectSearchInputTransformer.doRelevantClausesFitFilterForm(ApplicationUser user,
Query query,
SearchContext searchContext) |
boolean |
LabelsSearchInputTransformer.doRelevantClausesFitFilterForm(ApplicationUser user,
Query query,
SearchContext searchContext) |
boolean |
TextQuerySearchInputTransformer.doRelevantClausesFitFilterForm(ApplicationUser user,
Query query,
SearchContext searchContext) |
boolean |
IdIndexedSearchInputTransformer.doRelevantClausesFitFilterForm(ApplicationUser user,
Query query,
SearchContext searchContext) |
boolean |
UserSearchInputTransformer.doRelevantClausesFitFilterForm(ApplicationUser searcher,
Query query,
SearchContext searchContext) |
boolean |
DateSearchInputTransformer.doRelevantClausesFitFilterForm(ApplicationUser user,
Query query,
SearchContext searchContext) |
boolean |
SearchInputTransformer.doRelevantClausesFitFilterForm(ApplicationUser user,
Query query,
SearchContext searchContext)
Tells the caller whether or not the relevant clauses from the passed query can be represented on the issue
navigator.
|
boolean |
RelativeDateSearcherInputTransformer.doRelevantClausesFitFilterForm(ApplicationUser user,
Query query,
SearchContext searchContext) |
Set<String> |
VersionSearchContextVisibilityChecker.FilterOutNonVisibleInContext(SearchContext searchContext,
Collection<String> ids)
Deprecated.
|
Set<String> |
SearchContextVisibilityChecker.FilterOutNonVisibleInContext(SearchContext searchContext,
Collection<String> ids)
Deprecated.
Filters out any ids in the given collection that are not visible under the
SearchContext |
protected CustomFieldParams |
CustomFieldLabelsSearchInputTransformer.getParamsFromSearchRequest(ApplicationUser user,
Query query,
SearchContext searchContext) |
void |
WorkRatioSearchInputTransformer.populateFromQuery(ApplicationUser user,
FieldValuesHolder fieldValuesHolder,
Query query,
SearchContext searchContext) |
void |
KickassUserSearchInputTransformer.populateFromQuery(ApplicationUser user,
FieldValuesHolder fieldValuesHolder,
Query query,
SearchContext searchContext)
Populates a
FieldValuesHolder from a Query . |
void |
ProjectSearchInputTransformer.populateFromQuery(ApplicationUser user,
FieldValuesHolder fieldValuesHolder,
Query query,
SearchContext searchContext) |
void |
LabelsSearchInputTransformer.populateFromQuery(ApplicationUser user,
FieldValuesHolder fieldValuesHolder,
Query query,
SearchContext searchContext) |
void |
TextQuerySearchInputTransformer.populateFromQuery(ApplicationUser user,
FieldValuesHolder fieldValuesHolder,
Query query,
SearchContext searchContext) |
void |
IdIndexedSearchInputTransformer.populateFromQuery(ApplicationUser user,
FieldValuesHolder fieldValuesHolder,
Query query,
SearchContext searchContext) |
void |
UserSearchInputTransformer.populateFromQuery(ApplicationUser searcher,
FieldValuesHolder fieldValuesHolder,
Query query,
SearchContext searchContext) |
void |
DateSearchInputTransformer.populateFromQuery(ApplicationUser user,
FieldValuesHolder fieldValuesHolder,
Query query,
SearchContext searchContext) |
void |
SearchInputTransformer.populateFromQuery(ApplicationUser user,
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 |
RelativeDateSearcherInputTransformer.populateFromQuery(ApplicationUser user,
FieldValuesHolder fieldValuesHolder,
Query query,
SearchContext searchContext) |
void |
WorkRatioSearchInputTransformer.validateParams(ApplicationUser user,
SearchContext searchContext,
FieldValuesHolder fieldValuesHolder,
I18nHelper i18nHelper,
ErrorCollection errors) |
void |
KickassUserSearchInputTransformer.validateParams(ApplicationUser user,
SearchContext searchContext,
FieldValuesHolder fieldValuesHolder,
I18nHelper i18nHelper,
ErrorCollection errors) |
void |
ProjectSearchInputTransformer.validateParams(ApplicationUser user,
SearchContext searchContext,
FieldValuesHolder fieldValuesHolder,
I18nHelper i18nHelper,
ErrorCollection errors) |
void |
LabelsSearchInputTransformer.validateParams(ApplicationUser user,
SearchContext searchContext,
FieldValuesHolder fieldValuesHolder,
I18nHelper i18nHelper,
ErrorCollection errors) |
void |
IdIndexedSearchInputTransformer.validateParams(ApplicationUser user,
SearchContext searchContext,
FieldValuesHolder fieldValuesHolder,
I18nHelper i18nHelper,
ErrorCollection errors) |
void |
AbstractSearchInputTransformer.validateParams(ApplicationUser user,
SearchContext searchContext,
FieldValuesHolder fieldValuesHolder,
I18nHelper i18nHelper,
ErrorCollection errors) |
void |
UserSearchInputTransformer.validateParams(ApplicationUser searcher,
SearchContext searchContext,
FieldValuesHolder fieldValuesHolder,
I18nHelper i18nHelper,
ErrorCollection errors) |
void |
DateSearchInputTransformer.validateParams(ApplicationUser user,
SearchContext searchContext,
FieldValuesHolder fieldValuesHolder,
I18nHelper i18nHelper,
ErrorCollection errors) |
void |
SearchInputTransformer.validateParams(ApplicationUser user,
SearchContext searchContext,
FieldValuesHolder fieldValuesHolder,
I18nHelper i18nHelper,
ErrorCollection errors)
Adds error messages to the errors object if values in the fieldValuesHolder fails validation.
|
void |
RelativeDateSearcherInputTransformer.validateParams(ApplicationUser user,
SearchContext searchContext,
FieldValuesHolder fieldValuesHolder,
I18nHelper i18nHelper,
ErrorCollection errors) |
Modifier and Type | Method and Description |
---|---|
SearchContext |
IssueNavigatorActionParams.getSearchContext() |
Modifier and Type | Class and Description |
---|---|
class |
MockSearchContext
Simple search context for testing.
|
Modifier and Type | Method and Description |
---|---|
String |
CustomFieldSearcherModuleDescriptorImpl.getSearchHtml(CustomField customField,
CustomFieldValueProvider provider,
SearchContext searchContext,
FieldValuesHolder fieldValuesHolder,
Map displayParameters,
webwork.action.Action action,
Map velocityParams) |
String |
CustomFieldSearcherModuleDescriptor.getSearchHtml(CustomField customField,
CustomFieldValueProvider provider,
SearchContext searchContext,
FieldValuesHolder fieldValuesHolder,
Map displayParameters,
webwork.action.Action action,
Map velocityParams) |
String |
CustomFieldSearcherModuleDescriptorImpl.getViewHtml(CustomField customField,
CustomFieldValueProvider provider,
SearchContext searchContext,
FieldValuesHolder fieldValuesHolder,
Map displayParameters,
webwork.action.Action action,
Map velocityParams) |
String |
CustomFieldSearcherModuleDescriptor.getViewHtml(CustomField customField,
CustomFieldValueProvider provider,
SearchContext searchContext,
FieldValuesHolder fieldValuesHolder,
Map displayParameters,
webwork.action.Action action,
Map velocityParams) |
Modifier and Type | Method and Description |
---|---|
boolean |
FieldVisibilityManagerImpl.isFieldHiddenInAllSchemes(Field field,
SearchContext context,
ApplicationUser user) |
boolean |
FieldVisibilityManager.isFieldHiddenInAllSchemes(Field field,
SearchContext context,
ApplicationUser user) |
boolean |
FieldVisibilityManagerImpl.isFieldHiddenInAllSchemes(String fieldId,
SearchContext context,
ApplicationUser user) |
boolean |
FieldVisibilityManager.isFieldHiddenInAllSchemes(String fieldId,
SearchContext context,
ApplicationUser user) |
Modifier and Type | Method and Description |
---|---|
protected SearchContext |
SearchDescriptionEnabledAction.getSearchContext() |
Copyright © 2002-2015 Atlassian. All Rights Reserved.