| java.lang.Object | |
| ↳ | com.atlassian.configurable.ObjectConfigurationImpl |
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Creates a new ObjectConfigurationImpl object.
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Determines if there are any non-hidden fields.
| |||||||||||
The Description of this instance of an Object Configuration
| |||||||||||
The enabled property keys for this configuration.
| |||||||||||
Retrieves the default value for property with specified key
| |||||||||||
Retrieves the description of a property with the specified key
| |||||||||||
All the property keys for this configuration
| |||||||||||
Retrieves the name of a property with the specified key
| |||||||||||
Retrieves the type of the property with the specified key
| |||||||||||
Retrieves a map of available values for property with the specified key.
| |||||||||||
Retrieves a map of available values for property with the specified key.
| |||||||||||
Initialises the object with some parameters
| |||||||||||
Is a particular property enabled at the moment - may be a runtime check.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
com.atlassian.configurable.ObjectConfiguration
| |||||||||||
Creates a new ObjectConfigurationImpl object.
| configProperties | A Map of properties that can be configured for this object e.g. name, description. |
|---|---|
| od | A Class the retrieves the Description of this object based the currently configured properties. |
Determines if there are any non-hidden fields.
The Description of this instance of an Object Configuration
| params | Params used to derive |
|---|
The enabled property keys for this configuration.
Retrieves the default value for property with specified key
| key | Key of the property |
|---|
| ObjectConfigurationException |
|---|
Retrieves the description of a property with the specified key
| key | Key of the property |
|---|
| ObjectConfigurationException |
|---|
Retrieves the name of a property with the specified key
| key | Key of the property |
|---|
| ObjectConfigurationException |
|---|
Retrieves the type of the property with the specified key
| key | Key of the property |
|---|
| ObjectConfigurationException |
|---|
Retrieves a map of available values for property with the specified key. e.g select list values
| key | Key of the property |
|---|
| ObjectConfigurationException |
|---|
Retrieves a map of available values for property with the specified key. e.g select list values. However, keys and values are html encoded in the returned map.
| ObjectConfigurationException |
|---|
Initialises the object with some parameters
| params | Map of initialisation params |
|---|
Is a particular property enabled at the moment - may be a runtime check.
| key | the property's key. |
|---|