com.atlassian.jira.issue.transport
Interface CollectionParams

All Superinterfaces:
FieldParams
All Known Subinterfaces:
CustomFieldParams, FieldTransportParams, StringParams
All Known Implementing Classes:
CustomFieldParamsImpl, NullCustomFieldParams, StringParamsImpl

public interface CollectionParams
extends FieldParams

This is a field params with Lists as the value


Field Summary
 
Fields inherited from interface com.atlassian.jira.issue.transport.FieldParams
log
 
Method Summary
 Collection getAllValues()
           
 Collection getValuesForKey(String key)
           
 Collection getValuesForNullKey()
           
 void put(String key, Object value)
           
 
Methods inherited from interface com.atlassian.jira.issue.transport.FieldParams
containsKey, getAllKeys, getKeysAndValues, isEmpty
 

Method Detail

getAllValues

public Collection getAllValues()

getValuesForNullKey

public Collection getValuesForNullKey()

getValuesForKey

public Collection getValuesForKey(String key)

put

public void put(String key,
                Object value)
Parameters:
key -
value - A String[], Collection of Strings or String else, it'll be put into a list (if not null)


Copyright © 2002-2006 Atlassian. All Rights Reserved.