Uses of Class
tigase.archive.QueryCriteria
-
Packages that use QueryCriteria Package Description tigase.archive.db tigase.archive.modules tigase.archive.xep0136 tigase.archive.xep0136.modules -
-
Uses of QueryCriteria in tigase.archive.db
Classes in tigase.archive.db with type parameters of type QueryCriteria Modifier and Type Class Description classJDBCMessageArchiveRepository<Q extends QueryCriteria>static classJDBCMessageArchiveRepository.Collection<Q extends QueryCriteria>static classJDBCMessageArchiveRepository.Item<Q extends QueryCriteria>classMessageArchiveRepositoryPool<Q extends QueryCriteria,R extends MessageArchiveRepository<Q,tigase.db.DataSource>>Created by andrzej on 16.07.2016. -
Uses of QueryCriteria in tigase.archive.modules
Fields in tigase.archive.modules with type parameters of type QueryCriteria Modifier and Type Field Description protected MessageArchiveRepository<QueryCriteria,tigase.db.DataSource>AbstractModule. msg_repo -
Uses of QueryCriteria in tigase.archive.xep0136
Classes in tigase.archive.xep0136 with type parameters of type QueryCriteria Modifier and Type Class Description classXep0136QueryParser<Q extends QueryCriteria>Deprecated. -
Uses of QueryCriteria in tigase.archive.xep0136.modules
Classes in tigase.archive.xep0136.modules with type parameters of type QueryCriteria Modifier and Type Class Description static classListCollectionsModule.Xep0136CollectionHandler<Q extends QueryCriteria>Deprecated.static classRetrieveItemsModule.Xep0136ItemHandler<Q extends QueryCriteria,I extends MessageArchiveRepository.Item>Deprecated.
-