Class XMLTransferReportWriter
java.lang.Object
org.alfresco.repo.transfer.report.XMLTransferReportWriter
Writes the Client Side Transfer Report out as XML.
- Author:
- Mark Rogers
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidEnd the transfer reportvoidstartTransferReport(String encoding, Writer writer) Start the transfer reportvoidwriteDefinition(TransferDefinition definition) Write the definition to the reportvoidWrite the definition to the reportvoidWrite the transfer manifest headervoidwriteTarget(TransferTarget target) Write the target to the reportvoidwriteTransferEvent(TransferEvent event) Write the transfer eventvoidwriteTransferEvents(List<TransferEvent> events) Write the transfer manifest header
-
Constructor Details
-
XMLTransferReportWriter
public XMLTransferReportWriter()
-
-
Method Details
-
startTransferReport
Start the transfer report- Throws:
SAXException
-
endTransferReport
End the transfer report- Throws:
SAXException
-
writeTarget
Write the target to the report- Throws:
SAXException
-
writeDefinition
Write the definition to the report- Throws:
SAXException
-
writeException
Write the definition to the report- Throws:
SAXException
-
writeTransferEvents
Write the transfer manifest header- Throws:
SAXException
-
writeNodeSummary
Write the transfer manifest header- Throws:
SAXException
-
writeTransferEvent
Write the transfer event- Throws:
SAXException
-