Uses of Class
com.atlassian.configurable.ObjectConfigurationException

Packages that use ObjectConfigurationException
com.atlassian.configurable   
com.atlassian.jira.dev.reference.plugin.services   
com.atlassian.jira.index.ha   
com.atlassian.jira.jelly.service   
com.atlassian.jira.plugin   
com.atlassian.jira.service   
com.atlassian.jira.service.services   
com.atlassian.jira.service.services.auditing   
com.atlassian.jira.service.services.cluster   
com.atlassian.jira.service.services.export   
com.atlassian.jira.service.services.file   
com.atlassian.jira.service.services.imap   
com.atlassian.jira.service.services.index   
com.atlassian.jira.service.services.mail   
com.atlassian.jira.service.services.pop   
com.atlassian.jira.web.action.browser   
 

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.
 Map ObjectConfigurationImpl.getFieldValuesHtmlEncoded(String key)
          Retrieves a map of available values for property with the specified key.
 Map ObjectConfiguration.getFieldValuesHtmlEncoded(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 construct 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 construct 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.index.ha
 

Methods in com.atlassian.jira.index.ha that throw ObjectConfigurationException
 ObjectConfiguration IndexSnapshotService.getObjectConfiguration()
           
 void IndexSnapshotService.init(com.opensymphony.module.propertyset.PropertySet props)
           
 

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.service
 

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

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

Methods in com.atlassian.jira.service.services.auditing that throw ObjectConfigurationException
 ObjectConfiguration AuditLogCleaningService.getObjectConfiguration()
           
 

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

Methods in com.atlassian.jira.service.services.cluster that throw ObjectConfigurationException
 ObjectConfiguration NodeStateCheckerService.getObjectConfiguration()
           
 ObjectConfiguration ClusterMessageCleaningService.getObjectConfiguration()
           
 void NodeStateCheckerService.init(com.opensymphony.module.propertyset.PropertySet properties)
           
 void ClusterMessageCleaningService.init(com.opensymphony.module.propertyset.PropertySet props)
           
 

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.index
 

Methods in com.atlassian.jira.service.services.index that throw ObjectConfigurationException
 ObjectConfiguration ReplicatedIndexCleaningService.getObjectConfiguration()
           
 void ReplicatedIndexCleaningService.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
 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.web.action.browser
 

Methods in com.atlassian.jira.web.action.browser that throw ObjectConfigurationException
 ObjectConfiguration ConfigureReport.getObjectConfiguration()
           
 



Copyright © 2002-2014 Atlassian. All Rights Reserved.