com.atlassian.jira.issue.fields.config.persistence.FieldConfigPersister |
Known Indirect Subclasses |
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
int | ENTITY_LONG_TEXT_LENGTH |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Gets the
FieldConfig objects that are only associated to the specified FieldConfigScheme . | |||||||||||
Remove a
FieldConfig and all associated additional data. | |||||||||||
Gets the FieldConfig
objects that are only associated to the specified FieldConfigScheme
. In theory, a FieldConfig
should only ever be associated to one FieldConfigScheme
, but the database schema allows sharing of configs between schemes.
When FieldConfig objects are removed, their associated OptionsSets
and GenericConfigurations are also removed. Note that the
mapping from FieldConfig
to FieldConfigScheme
in BackupOverviewBuilderImpl.FieldConfigSchemeIssueType is not removed until a
FieldConfigScheme
is removed.
fieldConfigSchemeId | the id of the field config scheme |
---|
Collection
of FieldConfig objects
Remove a FieldConfig
and all associated additional data.
fieldConfig | the fieldConfig to remove. |
---|