Uses of Class
com.atlassian.configurable.ObjectConfigurationException
Packages that use ObjectConfigurationException
Package
Description
-
Uses of ObjectConfigurationException in com.atlassian.configurable
Methods in com.atlassian.configurable that throw ObjectConfigurationExceptionModifier and TypeMethodDescriptionObjectConfigurable.getDefaultProperty(String propertyKey) Returns the default property value for a keyObjectConfiguration.getFieldDefault(String key) Retrieves the default value for property with specified keyObjectConfigurationImpl.getFieldDefault(String key) Retrieves the default value for property with specified keyObjectConfiguration.getFieldDescription(String key) Retrieves the description of a property with the specified keyObjectConfigurationImpl.getFieldDescription(String key) Retrieves the description of a property with the specified keyObjectConfiguration.getFieldName(String key) Retrieves the name of a property with the specified keyObjectConfigurationImpl.getFieldName(String key) Retrieves the name of a property with the specified keyintObjectConfiguration.getFieldType(String key) Retrieves the type of the property with the specified keyintObjectConfigurationImpl.getFieldType(String key) Retrieves the type of the property with the specified keyObjectConfiguration.getFieldTypeName(String key) Retrieves the name of the type of the property with the specified keyObjectConfigurationImpl.getFieldTypeName(String key) ObjectConfiguration.getFieldValues(String key) Retrieves a map of available values for property with the specified key.ObjectConfigurationImpl.getFieldValues(String key) Retrieves a map of available values for property with the specified key.ObjectConfiguration.getFieldValuesHtmlEncoded(String key) Retrieves a map of available values for property with the specified key.ObjectConfigurationImpl.getFieldValuesHtmlEncoded(String key) Retrieves a map of available values for property with the specified key.ObjectConfigurable.getLongProperty(String propertyKey) Returns a property of this object with the specified key as a longObjectConfigurable.getObjectConfiguration()Retrieves an object configuration object with properties that can be setObjectConfigurationFactory.getObjectConfiguration(String id, Map userParams) This function retrieves an ObjectConfiguration based on a specified identifier, N.B.XMLObjectConfigurationFactory.getObjectConfiguration(String id, Map params) This function retrieves an ObjectConfiguration based on a specified identifier, N.B.com.opensymphony.module.propertyset.PropertySetObjectConfigurable.getProperties()Retrieve all the specified Properties for this objectObjectConfigurable.getProperty(String propertyKey) Returns a property of this object with the specified keyObjectConfigurable.getTextProperty(String propertyKey) Returns a property of this object with the specified key, the property is of type textbooleanObjectConfigurable.hasProperty(String propertyKey) Checks if this object has a particular propertyvoidObjectConfigurationFactory.loadObjectConfiguration(String xmlFile, String id, ClassLoader classLoader) voidXMLObjectConfigurationFactory.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.voidXMLObjectConfigurationFactory.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. -
Uses of ObjectConfigurationException in com.atlassian.jira.cluster.disasterrecovery
Methods in com.atlassian.jira.cluster.disasterrecovery that throw ObjectConfigurationException -
Uses of ObjectConfigurationException in com.atlassian.jira.dev.reference.plugin.services
Methods in com.atlassian.jira.dev.reference.plugin.services that throw ObjectConfigurationException -
Uses of ObjectConfigurationException in com.atlassian.jira.index.ha
Methods in com.atlassian.jira.index.ha that throw ObjectConfigurationException -
Uses of ObjectConfigurationException in com.atlassian.jira.plugin
Methods in com.atlassian.jira.plugin that throw ObjectConfigurationExceptionModifier and TypeMethodDescriptionAbstractConfigurableModuleDescriptor.getObjectConfiguration(Map params) ConfigurableModuleDescriptor.getObjectConfiguration(Map params) -
Uses of ObjectConfigurationException in com.atlassian.jira.plugin.corereports.web.action
Methods in com.atlassian.jira.plugin.corereports.web.action that throw ObjectConfigurationExceptionModifier and TypeMethodDescriptionConfigureReport.ObjectConfigurationField.getConfigurationHtml()ConfigureReport.ObjectConfigurationField.getDefaultValue()ConfigureReport.ObjectConfigurationField.getDescription()ConfigureReport.ObjectConfigurationField.getName()ConfigureReport.getObjectConfiguration()ConfigureReport.getObjectConfigurationFields()List<? extends ConfigureReport.SelectableFieldOption>ConfigureReport.ObjectConfigurationField.getSelectableValuesHtmlEncoded()intConfigureReport.ObjectConfigurationField.getType()ConfigureReport.ObjectConfigurationField.getTypeName()List<? extends ConfigureReport.FieldOption>ConfigureReport.ObjectConfigurationField.getValues()List<? extends ConfigureReport.FieldOption>ConfigureReport.ObjectConfigurationField.getValuesHtmlEncoded()booleanConfigureReport.isShowSaveButton() -
Uses of ObjectConfigurationException in com.atlassian.jira.service
Methods in com.atlassian.jira.service that throw ObjectConfigurationExceptionModifier and TypeMethodDescriptionAbstractService.getDefaultProperty(String propertyKey) JiraServiceContainerImpl.getDefaultProperty(String propertyKey) MockJiraServiceContainer.getDefaultProperty(String propertyKey) UnloadableJiraServiceContainer.getDefaultProperty(String propertyKey) AbstractService.getLongProperty(String propertyKey) JiraServiceContainerImpl.getLongProperty(String propertyKey) MockJiraServiceContainer.getLongProperty(String propertyKey) UnloadableJiraServiceContainer.getLongProperty(String propertyKey) protected ObjectConfigurationJiraServiceContainerImpl.getObjectConfiguration()MockJiraServiceContainer.getObjectConfiguration()UnloadableJiraServiceContainer.getObjectConfiguration()com.opensymphony.module.propertyset.PropertySetAbstractService.getProperties()com.opensymphony.module.propertyset.PropertySetJiraServiceContainerImpl.getProperties()com.opensymphony.module.propertyset.PropertySetMockJiraServiceContainer.getProperties()com.opensymphony.module.propertyset.PropertySetUnloadableJiraServiceContainer.getProperties()AbstractService.getProperty(String propertyKey) JiraServiceContainerImpl.getProperty(String propertyKey) MockJiraServiceContainer.getProperty(String propertyKey) UnloadableJiraServiceContainer.getProperty(String propertyKey) AbstractService.getTextProperty(String propertyKey) JiraServiceContainerImpl.getTextProperty(String propertyKey) MockJiraServiceContainer.getTextProperty(String propertyKey) UnloadableJiraServiceContainer.getTextProperty(String propertyKey) booleanAbstractService.hasProperty(String propertyKey) booleanJiraServiceContainerImpl.hasProperty(String propertyKey) booleanMockJiraServiceContainer.hasProperty(String propertyKey) booleanUnloadableJiraServiceContainer.hasProperty(String propertyKey) voidAbstractService.init(com.opensymphony.module.propertyset.PropertySet props) voidJiraService.init(com.opensymphony.module.propertyset.PropertySet props) Deprecated.default voidJiraService.init(com.opensymphony.module.propertyset.PropertySet props, long configurationIdentifier) Initialise the service passing configuration identifier which is unique per configuration of the service.voidJiraServiceContainerImpl.init(com.opensymphony.module.propertyset.PropertySet props) Deprecated.voidJiraServiceContainerImpl.init(com.opensymphony.module.propertyset.PropertySet props, long configurationIdentifier) voidMockJiraServiceContainer.init(com.opensymphony.module.propertyset.PropertySet props) voidUnloadableJiraServiceContainer.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 ObjectConfigurationExceptionModifier and TypeMethodDescriptionCacheFlusher.getObjectConfiguration()DebugService.getObjectConfiguration() -
Uses of ObjectConfigurationException in com.atlassian.jira.service.services.auditing
Methods in com.atlassian.jira.service.services.auditing that throw ObjectConfigurationException -
Uses of ObjectConfigurationException in com.atlassian.jira.service.services.cluster
Methods in com.atlassian.jira.service.services.cluster that throw ObjectConfigurationExceptionModifier and TypeMethodDescriptionClusterMessageCleaningService.getObjectConfiguration()NodeStateCheckerService.getObjectConfiguration()voidClusterMessageCleaningService.init(com.opensymphony.module.propertyset.PropertySet props) voidNodeStateCheckerService.init(com.opensymphony.module.propertyset.PropertySet properties) -
Uses of ObjectConfigurationException in com.atlassian.jira.service.services.export
Methods in com.atlassian.jira.service.services.export that throw ObjectConfigurationExceptionModifier and TypeMethodDescriptionExportService.getObjectConfiguration()voidExportService.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 ObjectConfigurationExceptionModifier and TypeMethodDescriptionFileService.getObjectConfiguration()voidAbstractMessageHandlingService.init(com.opensymphony.module.propertyset.PropertySet props) voidFileService.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 -
Uses of ObjectConfigurationException in com.atlassian.jira.service.services.index
Methods in com.atlassian.jira.service.services.index that throw ObjectConfigurationExceptionModifier and TypeMethodDescriptionReplicatedIndexCleaningService.getObjectConfiguration()voidReplicatedIndexCleaningService.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 ObjectConfigurationExceptionModifier and TypeMethodDescriptionMailFetcherService.getObjectConfiguration()MailQueueService.getObjectConfiguration()voidMailFetcherService.init(com.opensymphony.module.propertyset.PropertySet props) voidMailFetcherService.init(com.opensymphony.module.propertyset.PropertySet props, long configurationIdentifier) voidMailQueueService.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
JiraService.init(PropertySet, long)