|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
ObjectConfigurationImpl.getFieldDefault(String key)
Retrieves the default value for property with specified key |
String |
ObjectConfiguration.getFieldDefault(String key)
Retrieves the default value for property with specified key |
String |
ObjectConfigurationImpl.getFieldDescription(String key)
Retrieves the description of a property with the specified key |
String |
ObjectConfiguration.getFieldDescription(String key)
Retrieves the description of a property with the specified key |
String |
ObjectConfigurationImpl.getFieldName(String key)
Retrieves the name of a property with the specified key |
String |
ObjectConfiguration.getFieldName(String key)
Retrieves the name of a property with the specified key |
int |
ObjectConfigurationImpl.getFieldType(String key)
Retrieves the type of the property with the specified key |
int |
ObjectConfiguration.getFieldType(String key)
Retrieves the type of the property with the specified key |
Map |
ObjectConfigurationImpl.getFieldValues(String key)
Retrieves a map of available values for 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 |
XMLObjectConfigurationFactory.getObjectConfiguration(String id,
Map params)
This function retrieves an ObjectConfiguration based on a specified identifier, N.B. |
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 |
XMLObjectConfigurationFactory.loadObjectConfiguration(String xmlFile,
String id)
This procedure loads an xml file into a holder object which is then used to contruct a real object when the get function is called. |
void |
XMLObjectConfigurationFactory.loadObjectConfiguration(String xmlFile,
String id,
ClassLoader classLoader)
This procedure loads an xml file into a holder object which is then used to contruct a real object when the get function is called. |
void |
ObjectConfigurationFactory.loadObjectConfiguration(String xmlFile,
String id,
ClassLoader classLoader)
|
Uses of ObjectConfigurationException in com.atlassian.jira.charts.portlet |
---|
Methods in com.atlassian.jira.charts.portlet that throw ObjectConfigurationException | |
---|---|
protected int |
AbstractChartPortlet.getDaysPrevious(PortletConfiguration portletConfiguration)
|
Uses of ObjectConfigurationException in com.atlassian.jira.dev.reference.plugin.services |
---|
Methods in com.atlassian.jira.dev.reference.plugin.services that throw ObjectConfigurationException | |
---|---|
ObjectConfiguration |
ReferenceDebugService.getObjectConfiguration()
|
Uses of ObjectConfigurationException in com.atlassian.jira.jelly.service |
---|
Methods in com.atlassian.jira.jelly.service that throw ObjectConfigurationException | |
---|---|
ObjectConfiguration |
JellyService.getObjectConfiguration()
|
void |
JellyService.init(com.opensymphony.module.propertyset.PropertySet props)
|
Uses of ObjectConfigurationException in com.atlassian.jira.plugin |
---|
Methods in com.atlassian.jira.plugin that throw ObjectConfigurationException | |
---|---|
ObjectConfiguration |
ConfigurableModuleDescriptor.getObjectConfiguration(Map params)
|
Uses of ObjectConfigurationException in com.atlassian.jira.portal |
---|
Methods in com.atlassian.jira.portal that throw ObjectConfigurationException | |
---|---|
String |
PortletConfigurationImpl.getDefaultProperty(String propertyKey)
|
Long |
PortletConfigurationImpl.getLongProperty(String propertyKey)
|
ObjectConfiguration |
PortletConfigurationImpl.getObjectConfiguration()
|
ObjectConfiguration |
Portlet.getObjectConfiguration(Map map)
|
ObjectConfiguration |
PortletImpl.getObjectConfiguration(Map params)
|
String |
PortletConfigurationImpl.getProperty(String propertyKey)
Return the property if it is found, else return the default property |
String |
PortletConfigurationImpl.getTextProperty(String propertyKey)
|
boolean |
PortletConfigurationImpl.hasProperty(String propertyKey)
|
Uses of ObjectConfigurationException in com.atlassian.jira.service |
---|
Methods in com.atlassian.jira.service that throw ObjectConfigurationException | |
---|---|
String |
JiraServiceContainerImpl.getDefaultProperty(String propertyKey)
|
String |
UnloadableJiraServiceContainer.getDefaultProperty(String propertyKey)
|
String |
AbstractService.getDefaultProperty(String propertyKey)
|
Long |
JiraServiceContainerImpl.getLongProperty(String propertyKey)
|
Long |
UnloadableJiraServiceContainer.getLongProperty(String propertyKey)
|
Long |
AbstractService.getLongProperty(String propertyKey)
|
ObjectConfiguration |
JiraServiceContainerImpl.getObjectConfiguration()
|
ObjectConfiguration |
UnloadableJiraServiceContainer.getObjectConfiguration()
|
protected ObjectConfiguration |
AbstractService.getObjectConfiguration(String id,
String xmlfile,
Map<String,String[]> params)
|
com.opensymphony.module.propertyset.PropertySet |
JiraServiceContainerImpl.getProperties()
|
com.opensymphony.module.propertyset.PropertySet |
UnloadableJiraServiceContainer.getProperties()
|
com.opensymphony.module.propertyset.PropertySet |
AbstractService.getProperties()
|
String |
JiraServiceContainerImpl.getProperty(String propertyKey)
|
String |
UnloadableJiraServiceContainer.getProperty(String propertyKey)
|
String |
AbstractService.getProperty(String propertyKey)
|
String |
JiraServiceContainerImpl.getTextProperty(String propertyKey)
|
String |
UnloadableJiraServiceContainer.getTextProperty(String propertyKey)
|
String |
AbstractService.getTextProperty(String propertyKey)
|
boolean |
JiraServiceContainerImpl.hasProperty(String propertyKey)
|
boolean |
UnloadableJiraServiceContainer.hasProperty(String propertyKey)
|
boolean |
AbstractService.hasProperty(String propertyKey)
|
void |
JiraServiceContainerImpl.init(com.opensymphony.module.propertyset.PropertySet props)
|
void |
UnloadableJiraServiceContainer.init(com.opensymphony.module.propertyset.PropertySet props)
|
void |
JiraService.init(com.opensymphony.module.propertyset.PropertySet props)
Initialise the service. |
void |
AbstractService.init(com.opensymphony.module.propertyset.PropertySet props)
|
Uses of ObjectConfigurationException in com.atlassian.jira.service.services |
---|
Methods in com.atlassian.jira.service.services that throw ObjectConfigurationException | |
---|---|
ObjectConfiguration |
DebugService.getObjectConfiguration()
|
Uses of ObjectConfigurationException in com.atlassian.jira.service.services.export |
---|
Methods in com.atlassian.jira.service.services.export that throw ObjectConfigurationException | |
---|---|
ObjectConfiguration |
ExportService.getObjectConfiguration()
|
void |
ExportService.init(com.opensymphony.module.propertyset.PropertySet props)
|
Uses of ObjectConfigurationException in com.atlassian.jira.service.services.file |
---|
Methods in com.atlassian.jira.service.services.file that throw ObjectConfigurationException | |
---|---|
ObjectConfiguration |
FileService.getObjectConfiguration()
|
void |
FileService.init(com.opensymphony.module.propertyset.PropertySet props)
|
void |
AbstractMessageHandlingService.init(com.opensymphony.module.propertyset.PropertySet props)
|
Uses of ObjectConfigurationException in com.atlassian.jira.service.services.imap |
---|
Methods in com.atlassian.jira.service.services.imap that throw ObjectConfigurationException | |
---|---|
ObjectConfiguration |
ImapService.getObjectConfiguration()
|
Uses of ObjectConfigurationException in com.atlassian.jira.service.services.mail |
---|
Methods in com.atlassian.jira.service.services.mail that throw ObjectConfigurationException | |
---|---|
ObjectConfiguration |
MailQueueService.getObjectConfiguration()
|
void |
MailQueueService.init(com.opensymphony.module.propertyset.PropertySet props)
|
void |
MailFetcherService.init(com.opensymphony.module.propertyset.PropertySet props)
MUST pass 'mail-hostname', 'username' and 'password' as parameters |
Uses of ObjectConfigurationException in com.atlassian.jira.service.services.pop |
---|
Methods in com.atlassian.jira.service.services.pop that throw ObjectConfigurationException | |
---|---|
ObjectConfiguration |
PopService.getObjectConfiguration()
|
Uses of ObjectConfigurationException in com.atlassian.jira.service.services.vcs |
---|
Methods in com.atlassian.jira.service.services.vcs that throw ObjectConfigurationException | |
---|---|
ObjectConfiguration |
VcsService.getObjectConfiguration()
|
void |
VcsService.init(com.opensymphony.module.propertyset.PropertySet props)
|
Uses of ObjectConfigurationException in com.atlassian.jira.web.action.browser |
---|
Methods in com.atlassian.jira.web.action.browser that throw ObjectConfigurationException | |
---|---|
ObjectConfiguration |
ConfigureReport.getObjectConfiguration()
|
Uses of ObjectConfigurationException in com.atlassian.jira.web.action.portal |
---|
Methods in com.atlassian.jira.web.action.portal that throw ObjectConfigurationException | |
---|---|
ObjectConfiguration |
AbstractSaveConfiguration.getObjectConfiguration()
|
protected PortletConfiguration |
AbstractSaveConfiguration.setupConfiguration(int operation)
|
protected void |
AbstractSaveConfiguration.syncPropertySetToParams(com.opensymphony.module.propertyset.PropertySet ps,
Map params,
int operation)
|
Uses of ObjectConfigurationException in com.atlassian.sal.jira.scheduling |
---|
Methods in com.atlassian.sal.jira.scheduling that throw ObjectConfigurationException | |
---|---|
ObjectConfiguration |
JiraPluginSchedulerService.getObjectConfiguration()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |