public class ProjectIssueSecurityLevelMapperHandler extends Object implements ImportOfBizEntityHandler
IssueMapperHandler is responsible for flagging security levels as
required for a specific project.| Modifier and Type | Field and Description |
|---|---|
static String |
ISSUE_SECURITY_LEVEL_ID |
static String |
ISSUE_SECURITY_LEVEL_NAME |
static String |
ISSUE_SECURITY_LEVEL_SCHEME |
static String |
NODE_ASSOCIATION_ISSUE_SECURITY_SCHEME |
static String |
SCHEME_ISSUE_SECURITY_LEVELS_ENTITY_NAME |
| Constructor and Description |
|---|
ProjectIssueSecurityLevelMapperHandler(BackupProject backupProject,
SimpleProjectImportIdMapper issueSecurityLevelMapper) |
| 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 SCHEME_ISSUE_SECURITY_LEVELS_ENTITY_NAME
public static final String ISSUE_SECURITY_LEVEL_SCHEME
public static final String ISSUE_SECURITY_LEVEL_ID
public static final String ISSUE_SECURITY_LEVEL_NAME
public static final String NODE_ASSOCIATION_ISSUE_SECURITY_SCHEME
public ProjectIssueSecurityLevelMapperHandler(BackupProject backupProject, SimpleProjectImportIdMapper issueSecurityLevelMapper)
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-2021 Atlassian. All Rights Reserved.