Class 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
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void endTransferRequsite()
      Called at the end of a transfer requsite
      DeltaList getDeltaList()
      Get the delta list
      void missingContent​(org.alfresco.service.cmr.repository.NodeRef node, org.alfresco.service.namespace.QName qname, java.lang.String name)
      Called when a missing content property is found
      void startTransferRequsite()
      Called at the start of a transfer requsite
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait