public class AttachmentPersisterHandler extends AbstractPersisterHandler implements ImportOfBizEntityHandler
It is assumed that all attachment data that is processed by this handler is relevant and should be saved.
NOTE: This handler will not process attachment data if ProjectImportOptions.getAttachmentPath()
is null.
| Modifier | Constructor and Description |
|---|---|
protected |
AttachmentPersisterHandler(ProjectImportPersister projectImportPersister,
ProjectImportOptions projectImportOptions,
ProjectImportMapper projectImportMapper,
BackupProject backupProject,
BackupSystemInformation backupSystemInformation,
ProjectImportResults projectImportResults,
Executor executor,
AttachmentParser attachmentParser,
AttachmentTransformer attachmentTransformer) |
|
AttachmentPersisterHandler(ProjectImportPersister projectImportPersister,
ProjectImportOptions projectImportOptions,
ProjectImportMapper projectImportMapper,
BackupProject backupProject,
BackupSystemInformation backupSystemInformation,
ProjectImportResults projectImportResults,
Executor executor,
AttachmentStore attachmentStore) |
| 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 |
handleEntity(String entityName,
Map<String,String> attributes)
This is the main method to implement when using this ImportEntityHandler.
|
void |
startDocument()
Provides the implementation an opportunity to perform some action when the document is starting to
be read.
|
executepublic AttachmentPersisterHandler(ProjectImportPersister projectImportPersister, ProjectImportOptions projectImportOptions, ProjectImportMapper projectImportMapper, BackupProject backupProject, BackupSystemInformation backupSystemInformation, ProjectImportResults projectImportResults, Executor executor, AttachmentStore attachmentStore)
protected AttachmentPersisterHandler(ProjectImportPersister projectImportPersister, ProjectImportOptions projectImportOptions, ProjectImportMapper projectImportMapper, BackupProject backupProject, BackupSystemInformation backupSystemInformation, ProjectImportResults projectImportResults, Executor executor, AttachmentParser attachmentParser, AttachmentTransformer attachmentTransformer)
public void handleEntity(String entityName, Map<String,String> attributes) throws ParseException, AbortImportException
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.AbortImportException - to indicate to project import that it should abort its SAX parsing.public void startDocument()
ImportOfBizEntityHandlerstartDocument in interface ImportOfBizEntityHandlerpublic void endDocument()
ImportOfBizEntityHandlerendDocument in interface ImportOfBizEntityHandlerCopyright © 2002-2017 Atlassian. All Rights Reserved.