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 NodeAssociationParserImpl.parse(Map attributes)
           
 ExternalNodeAssociation NodeAssociationParser.parse(Map attributes)
          Transforms a set of attributes into a NodeAssociation.
 

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

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 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)
           
 ExternalNodeAssociation ComponentTransformer.transform(ProjectImportMapper projectImportMapper, ExternalNodeAssociation component)
          Transforms an ExternalNodeAssociation (IssueComponent) based on the project import mapper that is provided.
 

Methods in com.atlassian.jira.imports.project.transformer with parameters of type ExternalNodeAssociation
 ExternalNodeAssociation VersionTransformerImpl.transform(ProjectImportMapper projectImportMapper, ExternalNodeAssociation version)
           
 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)
           
 ExternalNodeAssociation ComponentTransformer.transform(ProjectImportMapper projectImportMapper, ExternalNodeAssociation component)
          Transforms an ExternalNodeAssociation (IssueComponent) based on the project import mapper that is provided.
 



Copyright © 2002-2011 Atlassian. All Rights Reserved.