com.atlassian.jira.imports.project.transformer
Class ComponentTransformerImpl

java.lang.Object
  extended by com.atlassian.jira.imports.project.transformer.ComponentTransformerImpl
All Implemented Interfaces:
ComponentTransformer

public class ComponentTransformerImpl
extends Object
implements ComponentTransformer

Since:
v3.13

Constructor Summary
ComponentTransformerImpl()
           
 
Method Summary
 ExternalNodeAssociation transform(ProjectImportMapper projectImportMapper, ExternalNodeAssociation component)
          Transforms an ExternalNodeAssociation (IssueComponent) based on the project import mapper that is provided.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ComponentTransformerImpl

public ComponentTransformerImpl()
Method Detail

transform

public ExternalNodeAssociation transform(ProjectImportMapper projectImportMapper,
                                         ExternalNodeAssociation component)
Description copied from interface: ComponentTransformer
Transforms an ExternalNodeAssociation (IssueComponent) based on the project import mapper that is provided. This should only be used with a fully mapped and validated ProjectImportMapper.

Specified by:
transform in interface ComponentTransformer
Parameters:
projectImportMapper - a fully mapped and validated ProjectImportMapper
component - the external node association that contains all the old values that need to be transformed and other values that should be stored that need no transformation.
Returns:
a new ExternalNodeAssociation that contains the transformed values based on the projectImportMapper. Null if the node association type is not a component type or if the issue or component id's have not been mapped.


Copyright © 2002-2014 Atlassian. All Rights Reserved.