Class UACollectionHandler

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

    @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, tigase.archive.db.MessageArchiveRepository.Collection collection)  
      • 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,
                                    tigase.archive.db.MessageArchiveRepository.Collection collection)
        Specified by:
        collectionFound in interface tigase.archive.db.MessageArchiveRepository.CollectionHandler<QueryCriteria,​tigase.archive.db.MessageArchiveRepository.Collection>
        Overrides:
        collectionFound in class tigase.archive.xep0136.modules.ListCollectionsModule.Xep0136CollectionHandler<QueryCriteria>