Interface ParentChildAssociationAware


  • public interface ParentChildAssociationAware
    This interface is used by the framework to pass a ParentChildDocumentAssociation instance to the scanner.
    • Method Detail

      • setParentChildDocumentAssociation

        void setParentChildDocumentAssociation​(ParentChildDocumentAssociation parentChildDocumentAssociation)
        This method is used by the framework to pass a ParentChildDocumentAssociation instance. The scanner can use it to associate parent and child documents. For example, the scanner will associate a document with its attachment documents.
        Parameters:
        parentChildDocumentAssociation -