com.atlassian.configurable.ObjectConfigurationFactory |
Known Indirect Subclasses
|
Class Overview
This class retrieves an Object Configuration with a particular id.
The Object Configuration must be unique as a user will set there own parameters on the object
during its lifetime.
Public Methods
This function retrieves an ObjectConfiguration based on a specified identifier,
N.B. must be muttable
Parameters
id
| Identifier for the object configuration to retrieve. |
public
boolean
hasObjectConfiguration
(String id)
Does this factory know about an ObjectConfiguration with the specified id
Parameters
id
| Identifier for the object configuration to retrieve. |
Returns
- object configuration is available.