public interface AoEntityHandler
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 |
endTable(String tableName)
Provides the implementation an opportunity to perform some action once all rows of a table are processed.
|
void |
handleEntity(String entityName,
Map<String,Object> attributes)
This is the main method to implement when using this ImportEntityHandler.
|
boolean |
handlesEntity(String entityName)
Return true if the handler should handle this entity.
|
void |
startDocument()
Provides the implementation an opportunity to perform some action when the document is starting to
be read.
|
void handleEntity(String entityName, Map<String,Object> attributes) throws ParseException, AbortImportException
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 Project Import
that it should abort its SAX parsing.boolean handlesEntity(String entityName)
entityName
- void startDocument()
void endDocument()
void endTable(String tableName)
tableName
- Copyright © 2002-2017 Atlassian. All Rights Reserved.