@ExperimentalSpi public interface PluggableImportOfBizEntityHandler extends PluggableImportHandler, ImportOfBizEntityHandler
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 |
handlesEntity(String entityName)
Return true if this handler should process the entity.
|
void |
startDocument()
Provides the implementation an opportunity to perform some action when the document is starting to
be read.
|
setBackupProject, setBackupSystemInformation, setProjectImportMapper, setProjectImportResults
handleEntity
void startDocument()
startDocument
in interface ImportOfBizEntityHandler
void endDocument()
endDocument
in interface ImportOfBizEntityHandler
boolean handlesEntity(String entityName)
entityName
- Entities to process.Copyright © 2002-2019 Atlassian. All Rights Reserved.