Class UploadCleanup

  • All Implemented Interfaces:
    IUploadStep

    public class UploadCleanup
    extends java.lang.Object
    implements IUploadStep
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void process()
      remove outdated data from the 4 upload tables
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • UploadCleanup

        public UploadCleanup​(UploadControl uc,
                             java.lang.String userId)
        Constructor
        Parameters:
        uc -
        userId -
    • Method Detail

      • process

        public void process()
                     throws UploadException,
                            java.sql.SQLException
        remove outdated data from the 4 upload tables
        Specified by:
        process in interface IUploadStep
        Throws:
        java.lang.Exception
        UploadException
        java.sql.SQLException