Uses of Interface
tigase.xmpp.mam.MAMRepository.Item
Packages that use MAMRepository.Item
-
Uses of MAMRepository.Item in tigase.xmpp.mam
Classes in tigase.xmpp.mam with type parameters of type MAMRepository.ItemModifier and TypeInterfaceDescriptioninterface
MAMRepository<Q extends Query,
I extends MAMRepository.Item> Base interface which is required to be implemented by class which should be used as repository implementation for quering using XEP-0313: Message Archive Management
Created by andrzej on 19.07.2016.static interface
MAMRepository.ItemHandler<Q extends Query,
I extends MAMRepository.Item> Methods in tigase.xmpp.mam with parameters of type MAMRepository.ItemModifier and TypeMethodDescriptionvoid
MAMItemHandler.itemFound
(Query query, MAMRepository.Item item) protected Element
MAMItemHandler.prepareResult
(Query query, MAMRepository.Item item) -
Uses of MAMRepository.Item in tigase.xmpp.mam.util
Method parameters in tigase.xmpp.mam.util with type arguments of type MAMRepository.ItemModifier and TypeMethodDescriptionstatic void
MAMRepositoryManagerExtensionHelper.exportDataFromRepository
(MAMRepository mamRepository, BareJID repoJID, BareJID askingJID, BiConsumer<MAMRepository.Item, Element> outputModifier, Writer archiveWriter)