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 params
           
 
Constructor Summary
ActionParamsImpl()
           
ActionParamsImpl(Map params)
           
 
Method Summary
 boolean containsKey(String key)
           
 Set getAllKeys()
           
 String[] getAllValues()
           
 String getFirstValueForKey(String key)
           
 String getFirstValueForNullKey()
           
 Map 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 params
Constructor Detail

ActionParamsImpl

public ActionParamsImpl()

ActionParamsImpl

public ActionParamsImpl(Map params)
Method Detail

getAllKeys

public Set getAllKeys()
Specified by:
getAllKeys in interface FieldParams

getKeysAndValues

public Map getKeysAndValues()
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-2011 Atlassian. All Rights Reserved.