public class ProjectMapperHandler extends Object implements ImportOfBizEntityHandler
NOTE: this is a bit redundant. We have collected the project information in the first pass of the import but this is quite easy to do again and allows us to discard the memory we are holding with all the other project related information (project custom fields, issue ids, etc).
| Constructor and Description |
|---|
ProjectMapperHandler(SimpleProjectImportIdMapper projectMapper) |
| Modifier and Type | Method and Description |
|---|---|
void |
endDocument()
Provides the implementation an opportunity to perform some action when the document is finished being read.
|
boolean |
equals(Object o) |
void |
handleEntity(String entityName,
Map<String,String> attributes)
This is the main method to implement when using this ImportEntityHandler.
|
int |
hashCode() |
void |
startDocument()
Provides the implementation an opportunity to perform some action when the document is starting to
be read.
|
public ProjectMapperHandler(SimpleProjectImportIdMapper projectMapper)
public void handleEntity(String entityName, Map<String,String> attributes) throws ParseException
ImportOfBizEntityHandlerhandleEntity in interface ImportOfBizEntityHandlerentityName - identifies the entity (i.e. Issue)attributes - complete list of the attributes listed in the XML element including the nested
elements.ParseException - if the entity is invalid a ParseException will be thrown.public void startDocument()
ImportOfBizEntityHandlerstartDocument in interface ImportOfBizEntityHandlerpublic void endDocument()
ImportOfBizEntityHandlerendDocument in interface ImportOfBizEntityHandlerCopyright © 2002-2015 Atlassian. All Rights Reserved.