public class ChangeItemPersisterHandler extends AbstractPersisterHandler implements ImportEntityHandler
Constructor and Description |
---|
ChangeItemPersisterHandler(ProjectImportPersister projectImportPersister,
ProjectImportMapper projectImportMapper,
ProjectImportResults projectImportResults,
Executor executor) |
Modifier and Type | Method and Description |
---|---|
void |
endDocument()
Provides the implementation an opportunity to perform some action when the document is finished being read.
|
void |
handleEntity(String entityName,
Map<String,String> attributes)
This is the main method to implement when using this ImportEntityHandler.
|
void |
startDocument()
Provides the implementation an opportunity to perform some action when the document is starting to
be read.
|
execute
public ChangeItemPersisterHandler(ProjectImportPersister projectImportPersister, ProjectImportMapper projectImportMapper, ProjectImportResults projectImportResults, Executor executor)
public void handleEntity(String entityName, Map<String,String> attributes) throws ParseException, AbortImportException
ImportEntityHandler
handleEntity
in interface ImportEntityHandler
entityName
- 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.AbortImportException
- to indicate to the ChainedSaxHandler
that it should abort its SAX parsing.public void startDocument()
ImportEntityHandler
startDocument
in interface ImportEntityHandler
public void endDocument()
ImportEntityHandler
endDocument
in interface ImportEntityHandler
Copyright © 2002-2015 Atlassian. All Rights Reserved.