Uses of Class
com.atlassian.configurable.ObjectConfigurationException

Packages that use ObjectConfigurationException
com.atlassian.configurable   
com.atlassian.jira.dev.reference.plugin.services   
com.atlassian.jira.jelly.service   
com.atlassian.jira.plugin   
com.atlassian.jira.plugins.mail.webwork   
com.atlassian.jira.service   
com.atlassian.jira.service.services   
com.atlassian.jira.service.services.export   
com.atlassian.jira.service.services.file   
com.atlassian.jira.service.services.imap   
com.atlassian.jira.service.services.mail   
com.atlassian.jira.service.services.pop   
com.atlassian.jira.service.services.vcs   
com.atlassian.jira.web.action.browser   
com.atlassian.sal.jira.scheduling   
 

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.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 AbstractConfigurableModuleDescriptor.getObjectConfiguration(Map params)
           
 ObjectConfiguration ConfigurableModuleDescriptor.getObjectConfiguration(Map params)
           
 

Uses of ObjectConfigurationException in com.atlassian.jira.plugins.mail.webwork
 

Methods in com.atlassian.jira.plugins.mail.webwork that throw ObjectConfigurationException
protected  void EditHandlerDetailsUsingParamsWebAction.copyServiceSettings(JiraServiceContainer serviceContainer)
           
protected abstract  void AbstractEditHandlerDetailsWebAction.copyServiceSettings(JiraServiceContainer serviceContainer)
           
protected  void EditHandlerDetailsWebAction.copyServiceSettings(JiraServiceContainer serviceContainer)
           
 

Uses of ObjectConfigurationException in com.atlassian.jira.service
 

Methods in com.atlassian.jira.service that throw ObjectConfigurationException
 String UnloadableJiraServiceContainer.getDefaultProperty(String propertyKey)
           
 String JiraServiceContainerImpl.getDefaultProperty(String propertyKey)
           
 String AbstractService.getDefaultProperty(String propertyKey)
           
 Long UnloadableJiraServiceContainer.getLongProperty(String propertyKey)
           
 Long JiraServiceContainerImpl.getLongProperty(String propertyKey)
           
 Long AbstractService.getLongProperty(String propertyKey)
           
 ObjectConfiguration UnloadableJiraServiceContainer.getObjectConfiguration()
           
 ObjectConfiguration JiraServiceContainerImpl.getObjectConfiguration()
           
protected  ObjectConfiguration AbstractService.getObjectConfiguration(String id, String xmlfile, Map<String,String[]> params)
           
 com.opensymphony.module.propertyset.PropertySet UnloadableJiraServiceContainer.getProperties()
           
 com.opensymphony.module.propertyset.PropertySet JiraServiceContainerImpl.getProperties()
           
 com.opensymphony.module.propertyset.PropertySet AbstractService.getProperties()
           
 String UnloadableJiraServiceContainer.getProperty(String propertyKey)
           
 String JiraServiceContainerImpl.getProperty(String propertyKey)
           
 String AbstractService.getProperty(String propertyKey)
           
 String UnloadableJiraServiceContainer.getTextProperty(String propertyKey)
           
 String JiraServiceContainerImpl.getTextProperty(String propertyKey)
           
 String AbstractService.getTextProperty(String propertyKey)
           
 boolean UnloadableJiraServiceContainer.hasProperty(String propertyKey)
           
 boolean JiraServiceContainerImpl.hasProperty(String propertyKey)
           
 boolean AbstractService.hasProperty(String propertyKey)
           
 void UnloadableJiraServiceContainer.init(com.opensymphony.module.propertyset.PropertySet props)
           
 void JiraServiceContainerImpl.init(com.opensymphony.module.propertyset.PropertySet props)
           
 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
 

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()
          Deprecated.  
 

Uses of ObjectConfigurationException in com.atlassian.jira.service.services.mail
 

Methods in com.atlassian.jira.service.services.mail that throw ObjectConfigurationException
 ObjectConfiguration MailQueueService.getObjectConfiguration()
           
 ObjectConfiguration MailFetcherService.getObjectConfiguration()
           
 void MailQueueService.init(com.opensymphony.module.propertyset.PropertySet props)
           
 void MailFetcherService.init(com.opensymphony.module.propertyset.PropertySet props)
           
 

Uses of ObjectConfigurationException in com.atlassian.jira.service.services.pop
 

Methods in com.atlassian.jira.service.services.pop that throw ObjectConfigurationException
 ObjectConfiguration PopService.getObjectConfiguration()
          Deprecated.  
 

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.sal.jira.scheduling
 

Methods in com.atlassian.sal.jira.scheduling that throw ObjectConfigurationException
 ObjectConfiguration JiraPluginSchedulerService.getObjectConfiguration()
           
 



Copyright © 2002-2012 Atlassian. All Rights Reserved.