com.atlassian.jira.issue.transport
Interface CollectionParams

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

@PublicApi
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(@Nullable
                           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-2012 Atlassian. All Rights Reserved.