Modifier and Type | Method and Description |
---|---|
void |
AbstractCustomFieldSearchInputTransformer.populateFromParams(ApplicationUser user,
FieldValuesHolder fieldValuesHolder,
ActionParams actionParams) |
Modifier and Type | Method and Description |
---|---|
SearchRequest |
SearchRequestFactory.createFromParameters(SearchRequest oldSearchRequest,
ApplicationUser searchUser,
ActionParams parameterMap)
Deprecated.
Since 6.3.3, use
SearchRequestFactory.createFromQuery(SearchRequest, ApplicationUser, com.atlassian.query.Query) instead. |
SearchRequest |
DefaultSearchRequestFactory.createFromParameters(SearchRequest oldSearchRequest,
ApplicationUser searchUser,
ActionParams actionParameters) |
Modifier and Type | Method and Description |
---|---|
void |
WorkRatioSearchInputTransformer.populateFromParams(ApplicationUser user,
FieldValuesHolder fieldValuesHolder,
ActionParams actionParams) |
void |
UserSearchInputTransformer.populateFromParams(ApplicationUser user,
FieldValuesHolder fieldValuesHolder,
ActionParams actionParams) |
void |
LabelsSearchInputTransformer.populateFromParams(ApplicationUser user,
FieldValuesHolder fieldValuesHolder,
ActionParams actionParams) |
void |
IssueLinkTypesSearchInputTransformer.populateFromParams(ApplicationUser user,
FieldValuesHolder fieldValuesHolder,
ActionParams actionParams) |
void |
TextQuerySearchInputTransformer.populateFromParams(ApplicationUser user,
FieldValuesHolder fieldValuesHolder,
ActionParams actionParams) |
void |
ProjectSearchInputTransformer.populateFromParams(ApplicationUser user,
FieldValuesHolder fieldValuesHolder,
ActionParams actionParams) |
void |
DateSearchInputTransformer.populateFromParams(ApplicationUser user,
FieldValuesHolder fieldValuesHolder,
ActionParams actionParams) |
void |
IdIndexedSearchInputTransformer.populateFromParams(ApplicationUser user,
FieldValuesHolder fieldValuesHolder,
ActionParams actionParams) |
void |
KickassUserSearchInputTransformer.populateFromParams(ApplicationUser user,
FieldValuesHolder fieldValuesHolder,
ActionParams actionParams)
Populates a
FieldValuesHolder with ActionParams . |
void |
RelativeDateSearcherInputTransformer.populateFromParams(ApplicationUser user,
FieldValuesHolder fieldValuesHolder,
ActionParams actionParams) |
void |
SearchInputTransformer.populateFromParams(ApplicationUser user,
FieldValuesHolder fieldValuesHolder,
ActionParams actionParams)
Populate
FieldValuesHolder object with whatever values the searcher is interested in from the
ActionParams . |
Modifier and Type | Class and Description |
---|---|
class |
ActionParamsImpl |
class |
IssueNavigatorActionParams |
Constructor and Description |
---|
StringParamsImpl(ActionParams actionParams) |
Copyright © 2002-2022 Atlassian. All Rights Reserved.