java.lang.Object | |
↳ | com.atlassian.jira.issue.customfields.manager.CachedGenericConfigManager |
[Expand]
Inherited Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Stores a new entry for the config manager.
| |||||||||||
Removes a generic config value.
| |||||||||||
Retrieves a particular entry.
| |||||||||||
Updates an entry.
|
[Expand]
Inherited Methods | |||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||||||||||
![]()
|
Stores a new entry for the config manager. For example a customfield may have a default value.
dataType | The datatype for which to store the generic config (e.g.: DefaultValue) |
---|---|
key | A key that identifies the element (e.g.: 10000) |
obj | The actual object to store. |
Removes a generic config value.
dataType | The datatype for which to store the generic config (e.g.: DefaultValue) |
---|---|
key | A key that identifies the element (e.g.: 10000) |
Retrieves a particular entry.
dataType | The datatype for which to store the generic config (e.g.: DefaultValue) |
---|---|
key | A key that identifies the element (e.g.: 10000) |
Updates an entry.
dataType | The datatype for which to store the generic config (e.g.: DefaultValue) |
---|---|
key | A key that identifies the element (e.g.: 10000) |
obj | The actual object to store. |