Interface ContentDataDAO.ContentUrlHandler

  • Enclosing interface:
    ContentDataDAO

    public static interface ContentDataDAO.ContentUrlHandler
    Interface for callbacks during content URL enumeration
    Since:
    3.2
    Author:
    Derek Hulley
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void handle​(java.lang.Long id, java.lang.String contentUrl, java.lang.Long orphanTime)  
    • Method Detail

      • handle

        void handle​(java.lang.Long id,
                    java.lang.String contentUrl,
                    java.lang.Long orphanTime)