Uses of Class
tigase.pubsub.modules.mam.Query
-
Packages that use Query Package Description tigase.pubsub.modules.mam tigase.pubsub.repository tigase.pubsub.repository.cached -
-
Uses of Query in tigase.pubsub.modules.mam
Methods in tigase.pubsub.modules.mam that return Query Modifier and Type Method Description QueryMAMQueryParser. parseQuery(Query query, tigase.server.Packet packet)Methods in tigase.pubsub.modules.mam with parameters of type Query Modifier and Type Method Description QueryMAMQueryParser. parseQuery(Query query, tigase.server.Packet packet)protected java.lang.StringMAMQueryParser. parseQueryForNode(Query query, tigase.server.Packet packet) -
Uses of Query in tigase.pubsub.repository
Classes in tigase.pubsub.repository with type parameters of type Query Modifier and Type Interface Description interfaceIPubSubDAO<T,S extends tigase.db.DataSource,Q extends Query>Interface of database access layer for PubSub component.classPubSubDAO<T,S extends tigase.db.DataSource,Q extends Query>classPubSubDAOPool<T,S extends tigase.db.DataSource,Q extends Query>Methods in tigase.pubsub.repository with parameters of type Query Modifier and Type Method Description protected java.lang.IntegerPubSubDAOJDBC. countMAMItems(Query query, java.lang.Long nodeId)protected java.lang.IntegerPubSubDAOJDBC. getMAMItemPosition(Query query, java.lang.Long nodeId, java.lang.String itemUuid)voidPubSubDAOJDBC. queryItems(Query query, java.lang.Long nodeId, tigase.xmpp.mam.MAMRepository.ItemHandler<Query,tigase.xmpp.mam.MAMRepository.Item> itemHandler)protected intPubSubDAOJDBC. setStatementParamsForMAM(java.sql.PreparedStatement st, Query query, java.lang.Long nodeId)Method parameters in tigase.pubsub.repository with type arguments of type Query Modifier and Type Method Description voidPubSubDAOJDBC. queryItems(Query query, java.lang.Long nodeId, tigase.xmpp.mam.MAMRepository.ItemHandler<Query,tigase.xmpp.mam.MAMRepository.Item> itemHandler) -
Uses of Query in tigase.pubsub.repository.cached
Fields in tigase.pubsub.repository.cached with type parameters of type Query Modifier and Type Field Description protected IPubSubDAO<T,tigase.db.DataSource,Query>CachedPubSubRepository. daoMethods in tigase.pubsub.repository.cached that return Query Modifier and Type Method Description QueryCachedPubSubRepository. newQuery()Methods in tigase.pubsub.repository.cached with parameters of type Query Modifier and Type Method Description voidCachedPubSubRepository. queryItems(Query query, tigase.xmpp.mam.MAMRepository.ItemHandler<Query,tigase.xmpp.mam.MAMRepository.Item> itemHandler)Method parameters in tigase.pubsub.repository.cached with type arguments of type Query Modifier and Type Method Description voidCachedPubSubRepository. queryItems(Query query, tigase.xmpp.mam.MAMRepository.ItemHandler<Query,tigase.xmpp.mam.MAMRepository.Item> itemHandler)voidCachedPubSubRepository. setDao(IPubSubDAO<T,tigase.db.DataSource,Query> dao)
-