Uses of Class
com.atlassian.jira.external.beans.ExternalNodeAssociation

Packages that use ExternalNodeAssociation
com.atlassian.jira.imports.project   
com.atlassian.jira.imports.project.parser   
com.atlassian.jira.imports.project.transformer   
 

Uses of ExternalNodeAssociation in com.atlassian.jira.imports.project
 

Methods in com.atlassian.jira.imports.project with parameters of type ExternalNodeAssociation
 boolean ProjectImportPersister.createAssociation(ExternalNodeAssociation nodeAssociation)
          Creates a NodeAssocation which is used to link the issue to external values such as versions and components.
 boolean DefaultProjectImportPersister.createAssociation(ExternalNodeAssociation nodeAssociation)
           
 

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

Methods in com.atlassian.jira.imports.project.parser that return ExternalNodeAssociation
 ExternalNodeAssociation NodeAssociationParser.parse(Map attributes)
          Transforms a set of attributes into a NodeAssociation.
 ExternalNodeAssociation NodeAssociationParserImpl.parse(Map attributes)
           
 

Methods in com.atlassian.jira.imports.project.parser with parameters of type ExternalNodeAssociation
 EntityRepresentation NodeAssociationParser.getEntityRepresentation(ExternalNodeAssociation nodeAssociation)
          Gets an EntityRepresentation that contains the correct attributes based on the populated fields in the provided node association.
 EntityRepresentation NodeAssociationParserImpl.getEntityRepresentation(ExternalNodeAssociation nodeAssociation)
           
 

Uses of ExternalNodeAssociation in com.atlassian.jira.imports.project.transformer
 

Methods in com.atlassian.jira.imports.project.transformer that return ExternalNodeAssociation
 ExternalNodeAssociation VersionTransformerImpl.transform(ProjectImportMapper projectImportMapper, ExternalNodeAssociation version)
           
 ExternalNodeAssociation ComponentTransformer.transform(ProjectImportMapper projectImportMapper, ExternalNodeAssociation component)
          Transforms an ExternalNodeAssociation (IssueComponent) based on the project import mapper that is provided.
 ExternalNodeAssociation VersionTransformer.transform(ProjectImportMapper projectImportMapper, ExternalNodeAssociation version)
          Transforms an ExternalNodeAssociation (IssueVersion) based on the project import mapper that is provided.
 ExternalNodeAssociation ComponentTransformerImpl.transform(ProjectImportMapper projectImportMapper, ExternalNodeAssociation component)
           
 

Methods in com.atlassian.jira.imports.project.transformer with parameters of type ExternalNodeAssociation
 ExternalNodeAssociation VersionTransformerImpl.transform(ProjectImportMapper projectImportMapper, ExternalNodeAssociation version)
           
 ExternalNodeAssociation ComponentTransformer.transform(ProjectImportMapper projectImportMapper, ExternalNodeAssociation component)
          Transforms an ExternalNodeAssociation (IssueComponent) based on the project import mapper that is provided.
 ExternalNodeAssociation VersionTransformer.transform(ProjectImportMapper projectImportMapper, ExternalNodeAssociation version)
          Transforms an ExternalNodeAssociation (IssueVersion) based on the project import mapper that is provided.
 ExternalNodeAssociation ComponentTransformerImpl.transform(ProjectImportMapper projectImportMapper, ExternalNodeAssociation component)
           
 



Copyright © 2002-2009 Atlassian. All Rights Reserved.