com.atlassian.jira.issue.transport
Interface FieldTransportParams

All Superinterfaces:
CollectionParams, FieldParams
All Known Subinterfaces:
CustomFieldParams
All Known Implementing Classes:
CustomFieldParamsImpl, NullCustomFieldParams

public interface FieldTransportParams
extends CollectionParams

This contains String > Collection of Transport Objects


Method Summary
 java.lang.Object getFirstValueForKey(java.lang.String key)
           
 java.lang.Object getFirstValueForNullKey()
           
 
Methods inherited from interface com.atlassian.jira.issue.transport.CollectionParams
getAllValues, getValuesForKey, getValuesForNullKey, put
 
Methods inherited from interface com.atlassian.jira.issue.transport.FieldParams
containsKey, getAllKeys, getKeysAndValues, isEmpty
 

Method Detail

getFirstValueForNullKey

java.lang.Object getFirstValueForNullKey()

getFirstValueForKey

java.lang.Object getFirstValueForKey(java.lang.String key)


Copyright © 2002-2011 Atlassian. All Rights Reserved.