com.atlassian.jira.issue.transport.impl
Class ActionParamsImpl

java.lang.Object
  extended by com.atlassian.jira.issue.transport.impl.ActionParamsImpl
All Implemented Interfaces:
ActionParams, FieldParams
Direct Known Subclasses:
IssueNavigatorActionParams

public class ActionParamsImpl
extends Object
implements ActionParams


Field Summary
protected  Map<String,String[]> params
           
 
Constructor Summary
ActionParamsImpl()
           
ActionParamsImpl(Map<String,String[]> params)
           
 
Method Summary
 boolean containsKey(String key)
           
 Set<String> getAllKeys()
           
 String[] getAllValues()
           
 String getFirstValueForKey(String key)
           
 String getFirstValueForNullKey()
           
 Map<String,String[]> getKeysAndValues()
           
 String[] getValuesForKey(String key)
           
 String[] getValuesForNullKey()
           
 boolean isEmpty()
           
 void put(String id, String[] values)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

params

protected Map<String,String[]> params
Constructor Detail

ActionParamsImpl

public ActionParamsImpl()

ActionParamsImpl

public ActionParamsImpl(Map<String,String[]> params)
Method Detail

getAllKeys

public Set<String> getAllKeys()
Specified by:
getAllKeys in interface FieldParams

getKeysAndValues

public Map<String,String[]> getKeysAndValues()
Specified by:
getKeysAndValues in interface ActionParams
Specified by:
getKeysAndValues in interface FieldParams

containsKey

public boolean containsKey(String key)
Specified by:
containsKey in interface FieldParams

isEmpty

public boolean isEmpty()
Specified by:
isEmpty in interface FieldParams

getAllValues

public String[] getAllValues()
Specified by:
getAllValues in interface ActionParams

getValuesForNullKey

public String[] getValuesForNullKey()
Specified by:
getValuesForNullKey in interface ActionParams

getValuesForKey

public String[] getValuesForKey(String key)
Specified by:
getValuesForKey in interface ActionParams

getFirstValueForNullKey

public String getFirstValueForNullKey()
Specified by:
getFirstValueForNullKey in interface ActionParams

getFirstValueForKey

public String getFirstValueForKey(String key)
Specified by:
getFirstValueForKey in interface ActionParams

put

public void put(String id,
                String[] values)
Specified by:
put in interface ActionParams


Copyright © 2002-2014 Atlassian. All Rights Reserved.