Class DeltaListRequsiteProcessor
java.lang.Object
org.alfresco.repo.transfer.requisite.DeltaListRequsiteProcessor
- All Implemented Interfaces:
TransferRequsiteProcessor
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.
- Author:
- mrogers
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidCalled at the end of a transfer requsiteGet the delta listvoidmissingContent(NodeRef node, QName qname, String name) Called when a missing content property is foundvoidCalled at the start of a transfer requsite
-
Constructor Details
-
DeltaListRequsiteProcessor
public DeltaListRequsiteProcessor()
-
-
Method Details
-
missingContent
Description copied from interface:TransferRequsiteProcessorCalled when a missing content property is found- Specified by:
missingContentin interfaceTransferRequsiteProcessor
-
startTransferRequsite
public void startTransferRequsite()Description copied from interface:TransferRequsiteProcessorCalled at the start of a transfer requsite- Specified by:
startTransferRequsitein interfaceTransferRequsiteProcessor
-
endTransferRequsite
public void endTransferRequsite()Description copied from interface:TransferRequsiteProcessorCalled at the end of a transfer requsite- Specified by:
endTransferRequsitein interfaceTransferRequsiteProcessor
-
getDeltaList
Get the delta list- Returns:
- the delta list or null if the XML provided does not contain the data.
-