Uses of Class
com.atlassian.jira.exception.ParseException

Packages that use ParseException
com.atlassian.jira.configurator.config   
com.atlassian.jira.configurator.db   
com.atlassian.jira.configurator.gui   
com.atlassian.jira.imports.project.core   
com.atlassian.jira.imports.project.handler   
com.atlassian.jira.imports.project.parser   
com.atlassian.jira.imports.project.populator   
com.atlassian.jira.issue.customfields.impl   
 

Uses of ParseException in com.atlassian.jira.configurator.config
 

Methods in com.atlassian.jira.configurator.config that throw ParseException
static Settings SettingsLoader.loadCurrentSettings()
           
 

Uses of ParseException in com.atlassian.jira.configurator.db
 

Methods in com.atlassian.jira.configurator.db that throw ParseException
protected  String SqlServerDatabaseConfig.getProtocolPrefix()
           
 DatabaseInstance SqlServerDatabaseConfig.parseUrl(String jdbcUrl)
           
 DatabaseInstance PostgresDatabaseConfig.parseUrl(String jdbcUrl)
           
 DatabaseInstance OracleDatabaseConfig.parseUrl(String jdbcUrl)
           
 DatabaseInstance MySqlDatabaseConfig.parseUrl(String jdbcUrl)
           
 DatabaseInstance DatabaseConfig.parseUrl(String jdbcUrl)
           
 void OracleConfigPanel.setSettings(Settings settings)
           
 void MySqlConfigPanel.setSettings(Settings settings)
           
 void HsqlConfigPanel.setSettings(Settings settings)
           
abstract  void DatabaseConfigPanel.setSettings(Settings settings)
           
 void DatabaseConfigConsoleImpl.setSettings(Settings settings)
           
 void DatabaseConfigConsole.setSettings(Settings settings)
           
 void CommonConfigPanel.setSettings(Settings settings)
           
protected  void SqlServerConfigPanel.setUrlSettings(DatabaseInstance connectionProperties)
           
protected  void PostgresConfigPanel.setUrlSettings(DatabaseInstance connectionProperties)
           
protected abstract  void CommonConfigPanel.setUrlSettings(DatabaseInstance connectionProperties)
           
 

Uses of ParseException in com.atlassian.jira.configurator.gui
 

Methods in com.atlassian.jira.configurator.gui that throw ParseException
 void ConfiguratorFrame.setSettings(Settings settings)
           
 

Uses of ParseException in com.atlassian.jira.imports.project.core
 

Methods in com.atlassian.jira.imports.project.core that throw ParseException
 void BackupOverviewBuilderImpl.populateInformationFromElement(String elementName, Map attributes)
           
 void BackupOverviewBuilder.populateInformationFromElement(String elementName, Map attributes)
          Used to handle populating the builder from a SAX parser.
 

Uses of ParseException in com.atlassian.jira.imports.project.handler
 

Methods in com.atlassian.jira.imports.project.handler that throw ParseException
 void WorklogPersisterHandler.handleEntity(String entityName, Map<String,String> attributes)
           
 void VersionPersisterHandler.handleEntity(String entityName, Map<String,String> attributes)
           
 void UserMapperHandler.handleEntity(String entityName, Map<String,String> attributes)
           
 void UserAssociationPersisterHandler.handleEntity(String entityName, Map<String,String> attributes)
           
 void TrackbackPersisterHandler.handleEntity(String entityName, Map<String,String> attributes)
           
 void SimpleEntityMapperHandler.handleEntity(String entityName, Map<String,String> attributes)
           
 void RequiredProjectRolesMapperHandler.handleEntity(String entityName, Map<String,String> attributes)
           
 void RegisterUserMapperHandler.handleEntity(String entityName, Map<String,String> attributes)
           
 void ProjectRoleActorMapperHandler.handleEntity(String entityName, Map<String,String> attributes)
           
 void ProjectMapperHandler.handleEntity(String entityName, Map<String,String> attributes)
           
 void ProjectIssueSecurityLevelMapperHandler.handleEntity(String entityName, Map<String,String> attributes)
           
 void LabelsPersisterHandler.handleEntity(String entityName, Map<String,String> attributes)
           
 void IssueVersionMapperHandler.handleEntity(String entityName, Map<String,String> attributes)
           
 void IssueTypeMapperHandler.handleEntity(String entityName, Map<String,String> attributes)
           
 void IssueRelatedEntitiesPartionHandler.handleEntity(String entityName, Map<String,String> attributes)
           
 void IssuePersisterHandler.handleEntity(String entityName, Map<String,String> attributes)
          Will read the issue, transform it, save it, and keep the new mapped value.
 void IssuePartitonHandler.handleEntity(String entityName, Map<String,String> attributes)
           
 void IssueMapperHandler.handleEntity(String entityName, Map<String,String> attributes)
           
 void IssueLinkPersisterHandler.handleEntity(String entityName, Map<String,String> attributes)
           
 void IssueLinkMapperHandler.handleEntity(String entityName, Map<String,String> attributes)
           
 void IssueComponentMapperHandler.handleEntity(String entityName, Map<String,String> attributes)
           
 void ImportEntityHandler.handleEntity(String entityName, Map<String,String> attributes)
          This is the main method to implement when using this ImportEntityHandler.
 void GroupMapperHandler.handleEntity(String entityName, Map<String,String> attributes)
           
 void CustomFieldValueValidatorHandler.handleEntity(String entityName, Map<String,String> attributes)
           
 void CustomFieldValuePersisterHandler.handleEntity(String entityName, Map<String,String> attributes)
           
 void CustomFieldOptionsMapperHandler.handleEntity(String entityName, Map<String,String> attributes)
           
 void CustomFieldMapperHandler.handleEntity(String entityName, Map<String,String> attributes)
           
 void ComponentPersisterHandler.handleEntity(String entityName, Map<String,String> attributes)
           
 void CommentPersisterHandler.handleEntity(String entityName, Map<String,String> attributes)
           
 void ChangeItemPersisterHandler.handleEntity(String entityName, Map<String,String> attributes)
           
 void ChangeGroupPersisterHandler.handleEntity(String entityName, Map<String,String> attributes)
           
 void BackupOverviewHandler.handleEntity(String entityName, Map<String,String> attributes)
           
 void AttachmentPersisterHandler.handleEntity(String entityName, Map<String,String> attributes)
           
 void AttachmentFileValidatorHandler.handleEntity(String entityName, Map<String,String> attributes)
           
 

Uses of ParseException in com.atlassian.jira.imports.project.parser
 

Methods in com.atlassian.jira.imports.project.parser that throw ParseException
 ExternalWorklog WorklogParserImpl.parse(Map attributes)
           
 ExternalWorklog WorklogParser.parse(Map attributes)
          Parses the worklog data from the backup XML.
 ExternalTrackback TrackbackParserImpl.parse(Map attributes)
           
 ExternalTrackback TrackbackParser.parse(Map attributes)
          Parses the trackback data from the backup XML.
 ExternalVersion ProjectVersionParserImpl.parse(Map attributes)
           
 ExternalVersion ProjectVersionParser.parse(Map attributes)
          Transforms a set of attributes into an ExternalVersion.
 ExternalProjectRoleActor ProjectRoleActorParserImpl.parse(Map attributes)
           
 ExternalProjectRoleActor ProjectRoleActorParser.parse(Map attributes)
          Transforms a set of attributes into an ExternalProjectRoleActor.
 ExternalComponent ProjectComponentParserImpl.parse(Map attributes)
           
 ExternalComponent ProjectComponentParser.parse(Map attributes)
          Transforms a set of attributes into an ExternalComponent.
 PluginVersion PluginVersionParserImpl.parse(Map attributes)
           
 PluginVersion PluginVersionParser.parse(Map attributes)
          Transforms a set of attributes into a PluginVersion.
 ExternalNodeAssociation NodeAssociationParserImpl.parse(Map attributes)
           
 ExternalNodeAssociation NodeAssociationParser.parse(Map attributes)
          Transforms a set of attributes into a NodeAssociation.
 ExternalLabel LabelParserImpl.parse(Map attributes)
           
 ExternalLabel LabelParser.parse(Map attributes)
          Parses the label data from the backup XML.
 ExternalIssue IssueParserImpl.parse(Map attributes)
           
 ExternalIssue IssueParser.parse(Map attributes)
          Parses the issue data from the backup XML.
 ExternalIssueLinkType IssueLinkTypeParserImpl.parse(Map attributes)
           
 ExternalIssueLinkType IssueLinkTypeParser.parse(Map attributes)
          Parses the IssueLinkType data from the backup XML.
 ExternalLink IssueLinkParserImpl.parse(Map attributes)
           
 ExternalLink IssueLinkParser.parse(Map attributes)
          Parses the IssueLink data from the backup XML.
 ExternalGroup GroupParserImpl.parse(Map attributes)
           
 ExternalGroup GroupParser.parse(Map attributes)
          Parses the OSGroup data from the backup XML.
 ExternalCustomFieldValueImpl CustomFieldValueParserImpl.parse(Map attributes)
           
 ExternalCustomFieldValueImpl CustomFieldValueParser.parse(Map attributes)
          Parses the custom field value data from the backup XML.
 ExternalComment CommentParserImpl.parse(Map attributes)
           
 ExternalComment CommentParser.parse(Map attributes)
          Parses the comment data from the backup XML.
 ExternalChangeItem ChangeItemParserImpl.parse(Map attributes)
           
 ExternalChangeItem ChangeItemParser.parse(Map attributes)
          Parses the ChangeItem data from the backup XML.
 ExternalChangeGroup ChangeGroupParserImpl.parse(Map attributes)
           
 ExternalChangeGroup ChangeGroupParser.parse(Map attributes)
          Parses the change group data from the backup XML.
 ExternalAttachment AttachmentParserImpl.parse(Map<String,String> attributes)
           
 ExternalAttachment AttachmentParser.parse(Map<String,String> attributes)
          Parses the file attachment data from the backup XML.
 ExternalCustomField CustomFieldParserImpl.parseCustomField(Map attributes)
           
 ExternalCustomField CustomFieldParser.parseCustomField(Map attributes)
          Parses the custom field data from the backup XML.
 BackupOverviewBuilderImpl.ConfigurationContext CustomFieldParserImpl.parseCustomFieldConfiguration(Map attributes)
           
 BackupOverviewBuilderImpl.ConfigurationContext CustomFieldParser.parseCustomFieldConfiguration(Map attributes)
          Parses the custom field configuration context data from the backup XML.
 BackupOverviewBuilderImpl.FieldConfigSchemeIssueType CustomFieldParserImpl.parseFieldConfigSchemeIssueType(Map attributes)
           
 BackupOverviewBuilderImpl.FieldConfigSchemeIssueType CustomFieldParser.parseFieldConfigSchemeIssueType(Map attributes)
          Parses the custom field issue type configuration context data from the backup XML.
 ExternalProject ProjectParserImpl.parseProject(Map attributes)
           
 ExternalProject ProjectParser.parseProject(Map attributes)
          Transforms a set of attributes into an ExternalProject.
 ExternalVoter UserAssociationParserImpl.parseVoter(Map attributes)
           
 ExternalVoter UserAssociationParser.parseVoter(Map attributes)
          Parses the voter data from the backup XML.
 ExternalWatcher UserAssociationParserImpl.parseWatcher(Map attributes)
           
 ExternalWatcher UserAssociationParser.parseWatcher(Map attributes)
          Parses the watcher data from the backup XML.
 

Uses of ParseException in com.atlassian.jira.imports.project.populator
 

Methods in com.atlassian.jira.imports.project.populator that throw ParseException
 void SystemInfoPopulator.populate(BackupOverviewBuilder backupOverviewBuilder, String elementName, Map attributes)
           
 void ProjectVersionPopulator.populate(BackupOverviewBuilder backupOverviewBuilder, String elementName, Map attributes)
           
 void ProjectPopulator.populate(BackupOverviewBuilder backupOverviewBuilder, String elementName, Map attributes)
           
 void ProjectComponentPopulator.populate(BackupOverviewBuilder backupOverviewBuilder, String elementName, Map attributes)
           
 void PluginVersionPopulator.populate(BackupOverviewBuilder backupOverviewBuilder, String elementName, Map attributes)
           
 void IssueIdPopulator.populate(BackupOverviewBuilder backupOverviewBuilder, String elementName, Map attributes)
           
 void CustomFieldPopulator.populate(BackupOverviewBuilder backupOverviewBuilder, String elementName, Map attributes)
           
 void BackupOverviewPopulator.populate(BackupOverviewBuilder backupOverviewBuilder, String elementName, Map attributes)
          If the entity referred to in the given elementName is managed by this Populator, then it builds the appropriate object and adds it to the BackupOverviewBuilder.
 

Uses of ParseException in com.atlassian.jira.issue.customfields.impl
 

Methods in com.atlassian.jira.issue.customfields.impl that throw ParseException
 ExternalCustomFieldValueImpl LabelsCFType.parse(Map attributes)
           
 



Copyright © 2002-2011 Atlassian. All Rights Reserved.