| Modifier and Type | Method and Description |
|---|---|
void |
AbstractCustomFieldSearchInputTransformer.populateFromParams(ApplicationUser user,
FieldValuesHolder fieldValuesHolder,
ActionParams actionParams) |
| Modifier and Type | Method and Description |
|---|---|
SearchRequest |
DefaultSearchRequestFactory.createFromParameters(SearchRequest oldSearchRequest,
ApplicationUser searchUser,
ActionParams actionParameters) |
SearchRequest |
SearchRequestFactory.createFromParameters(SearchRequest oldSearchRequest,
ApplicationUser searchUser,
ActionParams parameterMap)
Deprecated.
Since 6.3.3, use
SearchRequestFactory.createFromQuery(SearchRequest, ApplicationUser, com.atlassian.query.Query) instead. |
| Modifier and Type | Method and Description |
|---|---|
void |
DateSearchInputTransformer.populateFromParams(ApplicationUser user,
FieldValuesHolder fieldValuesHolder,
ActionParams actionParams) |
void |
UserSearchInputTransformer.populateFromParams(ApplicationUser user,
FieldValuesHolder fieldValuesHolder,
ActionParams actionParams) |
void |
KickassUserSearchInputTransformer.populateFromParams(ApplicationUser user,
FieldValuesHolder fieldValuesHolder,
ActionParams actionParams)
Populates a
FieldValuesHolder with ActionParams. |
void |
TextQuerySearchInputTransformer.populateFromParams(ApplicationUser user,
FieldValuesHolder fieldValuesHolder,
ActionParams actionParams) |
void |
ProjectSearchInputTransformer.populateFromParams(ApplicationUser user,
FieldValuesHolder fieldValuesHolder,
ActionParams actionParams) |
void |
IdIndexedSearchInputTransformer.populateFromParams(ApplicationUser user,
FieldValuesHolder fieldValuesHolder,
ActionParams actionParams) |
void |
LabelsSearchInputTransformer.populateFromParams(ApplicationUser user,
FieldValuesHolder fieldValuesHolder,
ActionParams actionParams) |
void |
WorkRatioSearchInputTransformer.populateFromParams(ApplicationUser user,
FieldValuesHolder fieldValuesHolder,
ActionParams 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-2015 Atlassian. All Rights Reserved.