Class UACollectionHandler

  • All Implemented Interfaces:
    tigase.archive.db.MessageArchiveRepository.CollectionHandler<QueryCriteria>

    @Bean(name="xep0136CollectionHandler",
          parent=UnifiedArchiveComponent.class,
          active=true)
    public class UACollectionHandler
    extends tigase.archive.xep0136.modules.ListCollectionsModule.Xep0136CollectionHandler<QueryCriteria>
    Created by andrzej on 25.07.2016.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void collectionFound​(QueryCriteria query, java.lang.String with, java.util.Date start, java.lang.String type)  
      • Methods inherited from class java.lang.Object

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

      • UACollectionHandler

        public UACollectionHandler()
    • Method Detail

      • collectionFound

        public void collectionFound​(QueryCriteria query,
                                    java.lang.String with,
                                    java.util.Date start,
                                    java.lang.String type)
        Specified by:
        collectionFound in interface tigase.archive.db.MessageArchiveRepository.CollectionHandler<QueryCriteria>
        Overrides:
        collectionFound in class tigase.archive.xep0136.modules.ListCollectionsModule.Xep0136CollectionHandler<QueryCriteria>