|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of ActionParams in com.atlassian.jira.issue.customfields.searchers.transformer |
|---|
| Methods in com.atlassian.jira.issue.customfields.searchers.transformer with parameters of type ActionParams | |
|---|---|
void |
AbstractCustomFieldSearchInputTransformer.populateFromParams(User user,
FieldValuesHolder fieldValuesHolder,
ActionParams actionParams)
|
| Uses of ActionParams in com.atlassian.jira.issue.search |
|---|
| Methods in com.atlassian.jira.issue.search with parameters of type ActionParams | |
|---|---|
SearchRequest |
SearchRequestFactory.createFromParameters(SearchRequest oldSearchRequest,
User searchUser,
ActionParams parameterMap)
Takes a user and a raw map of request parameters that are used to create an object representation of the search request. |
SearchRequest |
SearchRequestFactory.createFromParameters(SearchRequest oldSearchRequest,
com.atlassian.crowd.embedded.api.User searchUser,
ActionParams parameterMap)
Takes a user and a raw map of request parameters that are used to create an object representation of the search request. |
SearchRequest |
DefaultSearchRequestFactory.createFromParameters(SearchRequest oldSearchRequest,
com.atlassian.crowd.embedded.api.User searchUser,
ActionParams actionParameters)
|
SearchRequest |
DefaultSearchRequestFactory.createFromParameters(SearchRequest oldSearchRequest,
User searchUser,
ActionParams parameterMap)
|
| Uses of ActionParams in com.atlassian.jira.issue.search.searchers.transformer |
|---|
| Methods in com.atlassian.jira.issue.search.searchers.transformer with parameters of type ActionParams | |
|---|---|
void |
SearchInputTransformer.populateFromParams(User searcher,
FieldValuesHolder fieldValuesHolder,
ActionParams actionParams)
Populate FieldValuesHolder object with whatever values the searcher is interested in from the
ActionParams. |
void |
WorkRatioSearchInputTransformer.populateFromParams(User searcher,
FieldValuesHolder fieldValuesHolder,
ActionParams actionParams)
|
void |
UserSearchInputTransformer.populateFromParams(User searcher,
FieldValuesHolder fieldValuesHolder,
ActionParams actionParams)
|
void |
QuerySearchInputTransformer.populateFromParams(User searcher,
FieldValuesHolder fieldValuesHolder,
ActionParams actionParams)
|
void |
ProjectSearchInputTransformer.populateFromParams(User searcher,
FieldValuesHolder fieldValuesHolder,
ActionParams actionParams)
|
void |
LabelsSearchInputTransformer.populateFromParams(User searcher,
FieldValuesHolder fieldValuesHolder,
ActionParams actionParams)
|
void |
IdIndexedSearchInputTransformer.populateFromParams(User searcher,
FieldValuesHolder fieldValuesHolder,
ActionParams actionParams)
|
void |
DateSearchInputTransformer.populateFromParams(User user,
FieldValuesHolder fieldValuesHolder,
ActionParams actionParams)
|
| Uses of ActionParams in com.atlassian.jira.issue.transport.impl |
|---|
| Classes in com.atlassian.jira.issue.transport.impl that implement ActionParams | |
|---|---|
class |
ActionParamsImpl
|
class |
IssueNavigatorActionParams
|
| Constructors in com.atlassian.jira.issue.transport.impl with parameters of type ActionParams | |
|---|---|
StringParamsImpl(ActionParams actionParams)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||