com.atlassian.jira.issue.customfields
Interface MultipleSettableCustomFieldType

All Superinterfaces:
CustomFieldType, MultipleCustomFieldType
All Known Implementing Classes:
AbstractMultiSettableCFType, CascadingSelectCFType, MultiSelectCFType, SelectCFType

public interface MultipleSettableCustomFieldType
extends MultipleCustomFieldType


Method Summary
 java.util.Set getIssueIdsWithValue(CustomField field, Option option)
          Returns a Set with of Long Objects representing the issue ids that the value has been set for
 void removeValue(CustomField field, org.ofbiz.core.entity.GenericValue issue, Option optionObject)
           
 
Methods inherited from interface com.atlassian.jira.issue.customfields.MultipleCustomFieldType
getOptions
 
Methods inherited from interface com.atlassian.jira.issue.customfields.CustomFieldType
createValue, getChangelogValue, getDefaultValue, getDescription, getDescriptor, getKey, getName, getSingularObjectFromString, getStringFromSingularObject, getValueFromCustomFieldParams, getValueFromIssue, getVelocityParameters, init, remove, setDefaultValue, updateValue, validateFromParams
 

Method Detail

getIssueIdsWithValue

public java.util.Set getIssueIdsWithValue(CustomField field,
                                          Option option)
Returns a Set with of Long Objects representing the issue ids that the value has been set for

Parameters:
field - the CustomField to search on
option - the Object representing a single value to search on.
Returns:
Set of Longs

removeValue

public void removeValue(CustomField field,
                        org.ofbiz.core.entity.GenericValue issue,
                        Option optionObject)


Copyright © 2002-2005 Atlassian. All Rights Reserved.