Class DeltaListRequsiteProcessor
- java.lang.Object
-
- org.alfresco.repo.transfer.requisite.DeltaListRequsiteProcessor
-
- All Implemented Interfaces:
TransferRequsiteProcessor
public class DeltaListRequsiteProcessor extends java.lang.Object implements 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 Constructor Description DeltaListRequsiteProcessor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidendTransferRequsite()Called at the end of a transfer requsiteDeltaListgetDeltaList()Get the delta listvoidmissingContent(org.alfresco.service.cmr.repository.NodeRef node, org.alfresco.service.namespace.QName qname, java.lang.String name)Called when a missing content property is foundvoidstartTransferRequsite()Called at the start of a transfer requsite
-
-
-
Method Detail
-
missingContent
public void missingContent(org.alfresco.service.cmr.repository.NodeRef node, org.alfresco.service.namespace.QName qname, java.lang.String name)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
public DeltaList getDeltaList()
Get the delta list- Returns:
- the delta list or null if the XML provided does not contain the data.
-
-