Uses of Interface
tigase.xmpp.mam.Query
-
Packages that use Query Package Description tigase.xmpp.mam -
-
Uses of Query in tigase.xmpp.mam
Classes in tigase.xmpp.mam with type parameters of type Query Modifier and Type Class Description classMAMQueryParser<Query extends Query>Implementation of parser for XEP-0313: Message Archive Management
Created by andrzej on 19.07.2016.interfaceMAMRepository<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 interfaceMAMRepository.ItemHandler<Q extends Query,I extends MAMRepository.Item>interfaceQueryParser<Q extends Query>Interface of which class instance is used by QueryModule to process incoming stanzas into query.Classes in tigase.xmpp.mam that implement Query Modifier and Type Class Description classQueryImplClass implements Query interface and is base implementation of query holder used by implementation of XEP-0313: Message Archive Management
Created by andrzej on 21.07.2016.Methods in tigase.xmpp.mam with parameters of type Query Modifier and Type Method Description voidMAMItemHandler. itemFound(Query query, MAMRepository.Item item)
-