com.atlassian.jira.issue.transport
Interface CollectionParams

All Superinterfaces:
FieldParams
All Known Subinterfaces:
CustomFieldParams, FieldTransportParams

public interface CollectionParams
extends FieldParams

This is a field params with Lists as the value


Method Summary
 Collection getAllValues()
           
 Collection getValuesForKey(String key)
           
 Collection getValuesForNullKey()
           
 void put(String key, Collection<String> value)
          Put the values in.
 
Methods inherited from interface com.atlassian.jira.issue.transport.FieldParams
containsKey, getAllKeys, getKeysAndValues, isEmpty
 

Method Detail

getAllValues

Collection getAllValues()

getValuesForNullKey

Collection getValuesForNullKey()

getValuesForKey

Collection getValuesForKey(String key)

put

void put(String key,
         Collection<String> value)
Put the values in.

Parameters:
key - for mapping
value - a Collection of Strings.


Copyright © 2002-2011 Atlassian. All Rights Reserved.