Class WorkerThread.CheckActivity

    • Constructor Summary

      Constructors 
      Constructor Description
      CheckActivity()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean checkDateIndexable​(java.util.Date date)
      Detect if a date is acceptable downstream or not.
      boolean checkDocumentIndexable​(java.io.File localFile)
      Pre-determine whether a document (passed here as a File object) is acceptable downstream.
      boolean checkLengthIndexable​(long length)
      Pre-determine whether a document's length is acceptable downstream.
      boolean checkMimeTypeIndexable​(java.lang.String mimeType)
      Detect if a mime type is acceptable downstream or not.
      boolean checkURLIndexable​(java.lang.String url)
      Pre-determine whether a document's URL is acceptable downstream.
      • Methods inherited from class java.lang.Object

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