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 TypeClassDescriptionclass
class
Created 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 TypeInterfaceDescriptioninterface
IExtendedPubSubDAO<T,
S extends tigase.db.DataSource, Q extends PubSubQuery> interface
IPubSubDAO<T,
S extends tigase.db.DataSource, Q extends PubSubQuery> Interface of database access layer for PubSub component.class
PubSubDAO<T,
S extends tigase.db.DataSource, Q extends PubSubQuery> class
PubSubDAOPool<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.dao
Methods 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 TypeMethodDescriptionvoid
CachedPubSubRepository.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 TypeMethodDescriptionvoid
CachedPubSubRepository.queryItems
(PubSubQuery query, tigase.xmpp.mam.MAMRepository.ItemHandler<PubSubQuery, tigase.xmpp.mam.MAMRepository.Item> itemHandler) void
CachedPubSubRepository.setDao
(IPubSubDAO<T, tigase.db.DataSource, PubSubQuery> dao)