Uses of Interface
com.atlassian.jira.issue.transport.ActionParams

Packages that use ActionParams
com.atlassian.jira.issue.customfields.searchers.transformer   
com.atlassian.jira.issue.search   
com.atlassian.jira.issue.search.searchers.transformer   
com.atlassian.jira.issue.transport.impl   
 

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 DefaultSearchRequestFactory.createFromParameters(SearchRequest oldSearchRequest, User searchUser, ActionParams actionParameters)
           
 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.
 

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 QuerySearchInputTransformer.populateFromParams(User searcher, FieldValuesHolder fieldValuesHolder, ActionParams actionParams)
           
 void IdIndexedSearchInputTransformer.populateFromParams(User searcher, FieldValuesHolder fieldValuesHolder, ActionParams actionParams)
           
 void WorkRatioSearchInputTransformer.populateFromParams(User searcher, FieldValuesHolder fieldValuesHolder, ActionParams 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 UserSearchInputTransformer.populateFromParams(User searcher, FieldValuesHolder fieldValuesHolder, ActionParams actionParams)
           
 void DateSearchInputTransformer.populateFromParams(User user, FieldValuesHolder fieldValuesHolder, ActionParams actionParams)
           
 void ProjectSearchInputTransformer.populateFromParams(User searcher, 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)
           
 



Copyright © 2002-2009 Atlassian. All Rights Reserved.