com.atlassian.jira.issue.customfields.option
Interface Options

All Superinterfaces:
Collection, Iterable, List
All Known Implementing Classes:
GenericImmutableOptions, OptionsImpl

public interface Options
extends List


Method Summary
 Option addOption(Option parent, String value)
           
 void decrementSequence(Option option)
           
 Option getOptionById(Long optionId)
           
 Option getOptionForValue(String value, Long parentOptionId)
           
 FieldConfig getRelatedFieldConfig()
           
 List getRootOptions()
          This is the same as getOptions(null)
 void incrementSequence(Option option)
           
 void moveOptionToPosition(Map positionsToOptions)
           
 void moveToLastSequence(Option option)
           
 void moveToStartSequence(Option option)
           
 void removeOption(Option option)
           
 void sortOptionsByValue(Option parentOption)
           
 
Methods inherited from interface java.util.List
add, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, retainAll, set, size, subList, toArray, toArray
 

Method Detail

getRootOptions

List getRootOptions()
This is the same as getOptions(null)


getOptionById

Option getOptionById(Long optionId)

getOptionForValue

Option getOptionForValue(String value,
                         Long parentOptionId)

addOption

Option addOption(Option parent,
                 String value)

removeOption

void removeOption(Option option)

moveToStartSequence

void moveToStartSequence(Option option)

incrementSequence

void incrementSequence(Option option)

decrementSequence

void decrementSequence(Option option)

moveToLastSequence

void moveToLastSequence(Option option)

getRelatedFieldConfig

FieldConfig getRelatedFieldConfig()

sortOptionsByValue

void sortOptionsByValue(Option parentOption)

moveOptionToPosition

void moveOptionToPosition(Map positionsToOptions)


Copyright © 2002-2009 Atlassian. All Rights Reserved.