Package org.alfresco.repo.transfer.requisite
package org.alfresco.repo.transfer.requisite
Provides the implementation of the transfer requsite which is used by the transfer service.
XMLTransferRequsiteWriter writes the transfer requsite. XMLTransferRequsiteReader reads the transfer requsite and calls the TransferRequsiteProcessor as the read progresses. These classes are designed to stream content through, processing each node at a time, and not hold a large data objects in memory.
- Since:
- 3.4
-
ClassDescriptionA processor of the XML Transfer Requsite file to populate a DeltaList object The requsite is parsed once and the delta list is available from getDeltaList at the end.The transfer model - extended for XML Manifest ModelProcessor for transfer requsite fileTransfer Requsite Writer This class formats the transfer requsite and prints it to the specified writer It is a statefull object and writes one requsite at a time.SAX XML Content Handler to read a transfer manifest XML Stream and delegate processing of the manifest to the specified TransferRequsiteProcessorWrites the transfer requsite out in XML format to the specified writer.