public class

LazyLoadedOptionSet

extends Object
implements OptionSet
java.lang.Object
   ↳ com.atlassian.jira.issue.fields.option.LazyLoadedOptionSet

Summary

Public Constructors
LazyLoadedOptionSet(ConstantsManager constantsManager)
Public Methods
void addOption(String constantType, String constantId)
Adds the option to the underlying list
Collection<String> getOptionIds()
Get the list of options ids
Collection<Option> getOptions()
List of options for this set
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.atlassian.jira.issue.fields.option.OptionSet

Public Constructors

public LazyLoadedOptionSet (ConstantsManager constantsManager)

Public Methods

public void addOption (String constantType, String constantId)

Adds the option to the underlying list

public Collection<String> getOptionIds ()

Get the list of options ids

Returns

public Collection<Option> getOptions ()

List of options for this set

Returns