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.
    • Constructor Detail

      • UACollectionHandler

        public UACollectionHandler()
    • Method Detail

      • collectionFound

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