Uses of Interface
tigase.pubsub.modules.mam.PubSubQuery
Packages that use PubSubQuery
Package
Description
-
Uses of PubSubQuery in tigase.pubsub.modules.mam
Classes in tigase.pubsub.modules.mam that implement PubSubQueryModifier and TypeClassDescriptionclassclassCreated by andrzej on 22.12.2016.Methods in tigase.pubsub.modules.mam that return PubSubQueryModifier and TypeMethodDescriptionMAMQueryParser.parseQuery(PubSubQuery query, tigase.server.Packet packet) Methods in tigase.pubsub.modules.mam with parameters of type PubSubQueryModifier and TypeMethodDescriptionMAMQueryParser.parseQuery(PubSubQuery query, tigase.server.Packet packet) -
Uses of PubSubQuery in tigase.pubsub.repository
Classes in tigase.pubsub.repository with type parameters of type PubSubQueryModifier and TypeInterfaceDescriptioninterfaceIExtendedPubSubDAO<T,S extends tigase.db.DataSource, Q extends PubSubQuery> interfaceIPubSubDAO<T,S extends tigase.db.DataSource, Q extends PubSubQuery> Interface of database access layer for PubSub component.classPubSubDAO<T,S extends tigase.db.DataSource, Q extends PubSubQuery> classPubSubDAOPool<T,S extends tigase.db.DataSource, Q extends PubSubQuery> -
Uses of PubSubQuery in tigase.pubsub.repository.cached
Fields in tigase.pubsub.repository.cached with type parameters of type PubSubQueryModifier and TypeFieldDescriptionprotected IPubSubDAO<T, tigase.db.DataSource, PubSubQuery> CachedPubSubRepository.daoMethods in tigase.pubsub.repository.cached that return PubSubQueryModifier and TypeMethodDescriptionCachedPubSubRepository.newQuery()CachedPubSubRepository.newQuery(tigase.xmpp.jid.BareJID jid) Methods in tigase.pubsub.repository.cached with parameters of type PubSubQueryModifier and TypeMethodDescriptionvoidCachedPubSubRepository.queryItems(PubSubQuery query, tigase.xmpp.mam.MAMRepository.ItemHandler<PubSubQuery, tigase.xmpp.mam.MAMRepository.Item> itemHandler) Method parameters in tigase.pubsub.repository.cached with type arguments of type PubSubQueryModifier and TypeMethodDescriptionvoidCachedPubSubRepository.queryItems(PubSubQuery query, tigase.xmpp.mam.MAMRepository.ItemHandler<PubSubQuery, tigase.xmpp.mam.MAMRepository.Item> itemHandler) voidCachedPubSubRepository.setDao(IPubSubDAO<T, tigase.db.DataSource, PubSubQuery> dao)