public class SimpleEntityMapperHandler extends Object implements ImportOfBizEntityHandler
IssueMapperHandler
is responsible for flagging which of these objects is required for a specific project.Modifier and Type | Field and Description |
---|---|
static String |
PRIORITY_ENTITY_NAME |
static String |
PROJECT_ROLE_ENTITY_NAME |
static String |
RESOLUTION_ENTITY_NAME |
static String |
STATUS_ENTITY_NAME |
Constructor and Description |
---|
SimpleEntityMapperHandler(String entityTypeName,
MapperEntityRegister mapperEntityRegister) |
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 static final String PRIORITY_ENTITY_NAME
public static final String STATUS_ENTITY_NAME
public static final String RESOLUTION_ENTITY_NAME
public static final String PROJECT_ROLE_ENTITY_NAME
public SimpleEntityMapperHandler(String entityTypeName, MapperEntityRegister mapperEntityRegister)
public void handleEntity(String entityName, Map<String,String> attributes) throws ParseException
ImportOfBizEntityHandler
handleEntity
in interface ImportOfBizEntityHandler
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.public void startDocument()
ImportOfBizEntityHandler
startDocument
in interface ImportOfBizEntityHandler
public void endDocument()
ImportOfBizEntityHandler
endDocument
in interface ImportOfBizEntityHandler
Copyright © 2002-2021 Atlassian. All Rights Reserved.