com.atlassian.jira.issue.customfields
Interface MultipleCustomFieldType

All Superinterfaces:
CustomFieldType
All Known Subinterfaces:
MultipleSettableCustomFieldType
All Known Implementing Classes:
AbstractMultiSettableCFType, CascadingSelectCFType, MultiSelectCFType, ProjectCFType, SelectCFType, VersionCFType

public interface MultipleCustomFieldType
extends CustomFieldType


Field Summary
 
Fields inherited from interface com.atlassian.jira.issue.customfields.CustomFieldType
DEFAULT_VALUE_TYPE
 
Method Summary
 Options getOptions(FieldConfig fieldConfig, JiraContextNode jiraContextNode)
           
 
Methods inherited from interface com.atlassian.jira.issue.customfields.CustomFieldType
availableForBulkEdit, createValue, getChangelogString, getChangelogValue, getConfigurationItemTypes, getDefaultValue, getDescription, getDescriptor, getKey, getName, getRelatedIndexers, getSingularObjectFromString, getStringFromSingularObject, getStringValueFromCustomFieldParams, getValueFromCustomFieldParams, getValueFromIssue, getVelocityParameters, init, isRenderable, remove, setDefaultValue, updateValue, validateFromParams, valuesEqual
 

Method Detail

getOptions

public Options getOptions(FieldConfig fieldConfig,
                          JiraContextNode jiraContextNode)


Copyright © 2002-2006 Atlassian. All Rights Reserved.