com.atlassian.jira.imports.project.transformer
Interface WorklogTransformer

All Known Implementing Classes:
WorklogTransformerImpl

public interface WorklogTransformer

Used to transform an ExternalWorklog based on the project import mapper that is provided. This should only be used with a fully mapped and validated ProjectImportMapper.

Since:
v3.13

Method Summary
 ExternalWorklog transform(ProjectImportMapper projectImportMapper, ExternalWorklog worklog)
          Transforms an ExternalWorklog based on the project import mapper that is provided.
 

Method Detail

transform

ExternalWorklog transform(ProjectImportMapper projectImportMapper,
                          ExternalWorklog worklog)
Transforms an ExternalWorklog based on the project import mapper that is provided. This should only be used with a fully mapped and validated ProjectImportMapper.

Note that the ID is left as null, as the new ID will not be known until the object is created.

Parameters:
projectImportMapper - a fully mapped and validated ProjectImportMapper
worklog - the external worklog 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 ExternalWorklog that contains the transformed values based on the projectImportMapper.


Copyright © 2002-2014 Atlassian. All Rights Reserved.