Package org.alfresco.repo.transfer.requisite

Provides the implementation of the transfer requsite which is used by the transfer service.

See:
          Description

Interface Summary
RequsiteModel The transfer model - extended for XML Manifest Model
TransferRequsiteProcessor Processor for transfer requsite file
TransferRequsiteWriter Transfer 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.
 

Class Summary
DeltaListRequsiteProcessor A 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.
XMLTransferRequsiteReader SAX XML Content Handler to read a transfer manifest XML Stream and delegate processing of the manifest to the specified TransferRequsiteProcessor
XMLTransferRequsiteWriter Writes the transfer requsite out in XML format to the specified writer.
 

Package org.alfresco.repo.transfer.requisite Description

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


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.