Uses of Interface
tigase.archive.unified.db.UnifiedArchiveRepository.Item
-
Packages that use UnifiedArchiveRepository.Item Package Description tigase.archive.unified tigase.archive.unified.db tigase.archive.unified.modules -
-
Uses of UnifiedArchiveRepository.Item in tigase.archive.unified
Methods in tigase.archive.unified with parameters of type UnifiedArchiveRepository.Item Modifier and Type Method Description voidUAItemHandler. itemFound(QueryCriteria query, UnifiedArchiveRepository.Item item) -
Uses of UnifiedArchiveRepository.Item in tigase.archive.unified.db
Classes in tigase.archive.unified.db that implement UnifiedArchiveRepository.Item Modifier and Type Class Description protected static classJDBCUnifiedArchiveRepository.Itemstatic classJDBCUnifiedArchiveRepository.RecentItemMethods in tigase.archive.unified.db that return types with arguments of type UnifiedArchiveRepository.Item Modifier and Type Method Description Stream<? extends UnifiedArchiveRepository.Item>JDBCUnifiedArchiveRepository. queryRecents(tigase.xmpp.jid.BareJID ownerJid, Date start, Date end, Set<UnifiedArchiveRepository.Type> types, Set<UnifiedArchiveRepository.CallCondition> callConditions, tigase.xmpp.rsm.RSM rsm)Stream<? extends UnifiedArchiveRepository.Item>UnifiedArchiveRepository. queryRecents(tigase.xmpp.jid.BareJID ownerJid, Date start, Date end, Set<UnifiedArchiveRepository.Type> types, Set<UnifiedArchiveRepository.CallCondition> callConditions, tigase.xmpp.rsm.RSM rsm)Stream<? extends UnifiedArchiveRepository.Item>UnifiedArchiveRepositoryPool. queryRecents(tigase.xmpp.jid.BareJID ownerJid, Date start, Date end, Set<UnifiedArchiveRepository.Type> types, Set<UnifiedArchiveRepository.CallCondition> callConditions, tigase.xmpp.rsm.RSM rsm) -
Uses of UnifiedArchiveRepository.Item in tigase.archive.unified.modules
Methods in tigase.archive.unified.modules with parameters of type UnifiedArchiveRepository.Item Modifier and Type Method Description protected tigase.xml.ElementTigaseRecentQueryModule. convertQueryItemResultToElement(UnifiedArchiveRepository.Item item)
-