Uses of Class
tigase.archive.unified.QueryCriteria
Packages that use QueryCriteria
-
Uses of QueryCriteria in tigase.archive.unified
Subclasses with type arguments of type QueryCriteria in tigase.archive.unifiedModifier and TypeClassDescriptionclassCreated by andrzej on 25.07.2016.classCreated by andrzej on 25.07.2016.classCreated by andrzej on 25.07.2016.Methods in tigase.archive.unified that return QueryCriteriaModifier and TypeMethodDescriptionUAQueryParser.parseQuery(QueryCriteria query, tigase.server.Packet packet) Methods in tigase.archive.unified with parameters of type QueryCriteriaModifier and TypeMethodDescriptionvoidUACollectionHandler.collectionFound(QueryCriteria query, tigase.archive.db.MessageArchiveRepository.Collection collection) voidUAItemHandler.itemFound(QueryCriteria query, UnifiedArchiveRepository.Item item) UAQueryParser.parseQuery(QueryCriteria query, tigase.server.Packet packet) -
Uses of QueryCriteria in tigase.archive.unified.db
Subclasses with type arguments of type QueryCriteria in tigase.archive.unified.dbModifier and TypeClassDescriptionclassExtended JDBCMessageArchivingRepository class to add unique features required for Unified Archive to workprotected static classprotected static classclassCreated by andrzej on 17.07.2016.Subinterfaces with type arguments of type QueryCriteria in tigase.archive.unified.dbModifier and TypeInterfaceDescriptioninterfaceUnifiedArchiveRepository<DS extends tigase.db.DataSource>Methods in tigase.archive.unified.db that return QueryCriteriaMethods in tigase.archive.unified.db with parameters of type QueryCriteriaModifier and TypeMethodDescriptionvoidJDBCUnifiedArchiveRepository.queryCollections(QueryCriteria crit, tigase.archive.db.MessageArchiveRepository.CollectionHandler<QueryCriteria, tigase.archive.db.MessageArchiveRepository.Collection> collectionHandler) protected intJDBCUnifiedArchiveRepository.Collection.read(tigase.db.DataRepository repo, ResultSet rs, QueryCriteria crit) protected intJDBCUnifiedArchiveRepository.Item.read(tigase.db.DataRepository repo, ResultSet rs, QueryCriteria crit) protected intJDBCUnifiedArchiveRepository.setQueryParams(PreparedStatement stmt, QueryCriteria crit, tigase.archive.FasteningCollation fasteningCollation) Method parameters in tigase.archive.unified.db with type arguments of type QueryCriteriaModifier and TypeMethodDescriptionvoidJDBCUnifiedArchiveRepository.queryCollections(QueryCriteria crit, tigase.archive.db.MessageArchiveRepository.CollectionHandler<QueryCriteria, tigase.archive.db.MessageArchiveRepository.Collection> collectionHandler)