com.atlassian.jira.issue.fields.option
Interface OptionSetManager
- All Known Implementing Classes:
- CachedOptionSetManager, OptionSetManagerImpl
@PublicApi
public interface OptionSetManager
getOptionsForConfig
OptionSet getOptionsForConfig(@NotNull
FieldConfig config)
createOptionSet
OptionSet createOptionSet(@NotNull
FieldConfig config,
Collection optionIds)
updateOptionSet
OptionSet updateOptionSet(@NotNull
FieldConfig config,
Collection optionIds)
removeOptionSet
void removeOptionSet(@NotNull
FieldConfig config)
Copyright © 2002-2012 Atlassian. All Rights Reserved.