Uses of Interface
tigase.archive.unified.UnifiedArchiveRepositoryWithTigaseQuery.Item
-
Packages that use UnifiedArchiveRepositoryWithTigaseQuery.Item Package Description tigase.archive.unified tigase.archive.unified.db -
-
Uses of UnifiedArchiveRepositoryWithTigaseQuery.Item in tigase.archive.unified
Methods in tigase.archive.unified that return types with arguments of type UnifiedArchiveRepositoryWithTigaseQuery.Item Modifier and Type Method Description java.util.stream.Stream<? extends UnifiedArchiveRepositoryWithTigaseQuery.Item>UnifiedArchiveRepositoryWithTigaseQuery. queryRecents(tigase.xmpp.BareJID ownerJid, java.util.Date start, java.util.Date end, java.util.Set<UnifiedArchiveRepositoryWithTigaseQuery.Type> types, java.util.Set<UnifiedArchiveRepositoryWithTigaseQuery.CallCondition> callConditions, tigase.xmpp.RSM rsm)Methods in tigase.archive.unified with parameters of type UnifiedArchiveRepositoryWithTigaseQuery.Item Modifier and Type Method Description protected tigase.xml.ElementUnifiedArchiveComponent. convertQueryItemResultToElement(UnifiedArchiveRepositoryWithTigaseQuery.Item item) -
Uses of UnifiedArchiveRepositoryWithTigaseQuery.Item in tigase.archive.unified.db
Classes in tigase.archive.unified.db that implement UnifiedArchiveRepositoryWithTigaseQuery.Item Modifier and Type Class Description static classJDBCUnifiedArchiveRepositoryWithRecents.ItemMethods in tigase.archive.unified.db that return types with arguments of type UnifiedArchiveRepositoryWithTigaseQuery.Item Modifier and Type Method Description java.util.stream.Stream<? extends UnifiedArchiveRepositoryWithTigaseQuery.Item>JDBCUnifiedArchiveRepositoryWithRecents. queryRecents(tigase.xmpp.BareJID ownerJid, java.util.Date start, java.util.Date end, java.util.Set<UnifiedArchiveRepositoryWithTigaseQuery.Type> types, java.util.Set<UnifiedArchiveRepositoryWithTigaseQuery.CallCondition> callConditions, tigase.xmpp.RSM rsm)
-