|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ObjectConfigurationException | |
|---|---|
| com.atlassian.configurable | |
| com.atlassian.jira.service | |
| com.atlassian.jira.service.services.file | |
| com.atlassian.jira.service.services.mail | |
| Uses of ObjectConfigurationException in com.atlassian.configurable |
|---|
| Methods in com.atlassian.configurable that throw ObjectConfigurationException | |
|---|---|
String |
ObjectConfigurable.getDefaultProperty(String propertyKey)
Returns the default property value for a key |
String |
ObjectConfiguration.getFieldDefault(String key)
Retrieves the default value for property with specified key |
String |
ObjectConfiguration.getFieldDescription(String key)
Retrieves the description of a property with the specified key |
String |
ObjectConfiguration.getFieldName(String key)
Retrieves the name of a property with the specified key |
int |
ObjectConfiguration.getFieldType(String key)
Retrieves the type of the property with the specified key |
Map |
ObjectConfiguration.getFieldValues(String key)
Retrieves a map of available values for property with the specified key. |
Long |
ObjectConfigurable.getLongProperty(String propertyKey)
Returns a property of this object with the specified key as a long |
ObjectConfiguration |
ObjectConfigurable.getObjectConfiguration()
Retrieves an object configuration object with properties that can be set |
ObjectConfiguration |
ObjectConfigurationFactory.getObjectConfiguration(String id,
Map userParams)
This function retrieves an ObjectConfiguration based on a specified identifier, N.B. |
com.opensymphony.module.propertyset.PropertySet |
ObjectConfigurable.getProperties()
Retrieve all the specified Properties for this object |
String |
ObjectConfigurable.getProperty(String propertyKey)
Returns a property of this object with the specified key |
String |
ObjectConfigurable.getTextProperty(String propertyKey)
Returns a property of this object with the specified key, the property is of type text |
boolean |
ObjectConfigurable.hasProperty(String propertyKey)
Checks if this object has a particular property |
void |
ObjectConfigurationFactory.loadObjectConfiguration(String xmlFile,
String id,
ClassLoader classLoader)
|
| Uses of ObjectConfigurationException in com.atlassian.jira.service |
|---|
| Methods in com.atlassian.jira.service that throw ObjectConfigurationException | |
|---|---|
String |
AbstractService.getDefaultProperty(String propertyKey)
|
Long |
AbstractService.getLongProperty(String propertyKey)
|
protected ObjectConfiguration |
AbstractService.getObjectConfiguration(String id,
String xmlfile,
Map<String,String[]> params)
|
com.opensymphony.module.propertyset.PropertySet |
AbstractService.getProperties()
|
String |
AbstractService.getProperty(String propertyKey)
|
String |
AbstractService.getTextProperty(String propertyKey)
|
boolean |
AbstractService.hasProperty(String propertyKey)
|
void |
AbstractService.init(com.opensymphony.module.propertyset.PropertySet props)
|
void |
JiraService.init(com.opensymphony.module.propertyset.PropertySet props)
Initialise the service. |
| Uses of ObjectConfigurationException in com.atlassian.jira.service.services.file |
|---|
| Methods in com.atlassian.jira.service.services.file that throw ObjectConfigurationException | |
|---|---|
void |
AbstractMessageHandlingService.init(com.opensymphony.module.propertyset.PropertySet props)
|
| Uses of ObjectConfigurationException in com.atlassian.jira.service.services.mail |
|---|
| Methods in com.atlassian.jira.service.services.mail that throw ObjectConfigurationException | |
|---|---|
void |
MailFetcherService.init(com.opensymphony.module.propertyset.PropertySet props)
MUST pass 'mail-hostname', 'username' and 'password' as parameters |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||