java.lang.Object | |
↳ | com.atlassian.jira.imports.project.handler.ProjectIssueSecurityLevelMapperHandler |
This will populate the IssueSecurityLevelMapper with projects issue security levels. This gets
all issue security levels for the specified project and puts them into the mapper as old values. The
IssueMapperHandler
is responsible for flagging security levels as
required for a specific project.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Provides the implementation an opportunity to perform some action when the document is finished being read.
| |||||||||||
This is the main method to implement when using this ImportEntityHandler.
| |||||||||||
Provides the implementation an opportunity to perform some action when the document is starting to
be read.
|
[Expand]
Inherited Methods | |||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||||||||
![]()
|
Provides the implementation an opportunity to perform some action when the document is finished being read.
This is the main method to implement when using this ImportEntityHandler. This method will provide the entity name and a complete map of attribute key/value pairs. This includes any nested element tags that will have CDATA bodies.
entityName | identifies the entity (i.e. Issue) |
---|---|
attributes | complete list of the attributes listed in the XML element including the nested elements. |
ParseException |
---|
Provides the implementation an opportunity to perform some action when the document is starting to be read.