public interface

ActionParams

implements FieldParams
com.atlassian.jira.issue.transport.ActionParams
Known Indirect Subclasses

Class Overview

An interface that is off the same format as the Map returned by Action.getParameters. All keys are strings and all values are String arrays.

Public Methods

public String[] getAllValues ()

public String getFirstValueForKey (String key)

public String getFirstValueForNullKey ()

public Map<StringString[]> getKeysAndValues ()

public String[] getValuesForKey (String key)

public String[] getValuesForNullKey ()

public void put (String id, String[] values)