Uses of Class
tigase.archive.unified.UnifiedArchiveRepositoryWithTigaseQuery.Type
-
Packages that use UnifiedArchiveRepositoryWithTigaseQuery.Type Package Description tigase.archive.unified tigase.archive.unified.db -
-
Uses of UnifiedArchiveRepositoryWithTigaseQuery.Type in tigase.archive.unified
Methods in tigase.archive.unified that return UnifiedArchiveRepositoryWithTigaseQuery.Type Modifier and Type Method Description static UnifiedArchiveRepositoryWithTigaseQuery.TypeUnifiedArchiveRepositoryWithTigaseQuery.Type. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static UnifiedArchiveRepositoryWithTigaseQuery.Type[]UnifiedArchiveRepositoryWithTigaseQuery.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Method parameters in tigase.archive.unified with type arguments of type UnifiedArchiveRepositoryWithTigaseQuery.Type 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) -
Uses of UnifiedArchiveRepositoryWithTigaseQuery.Type in tigase.archive.unified.db
Method parameters in tigase.archive.unified.db with type arguments of type UnifiedArchiveRepositoryWithTigaseQuery.Type Modifier and Type Method Description protected intJDBCUnifiedArchiveRepositoryWithRecents. countItems(tigase.xmpp.BareJID ownerJid, java.util.Date start, java.util.Date end, java.util.Set<UnifiedArchiveRepositoryWithTigaseQuery.Type> types, java.util.Set<UnifiedArchiveRepositoryWithTigaseQuery.CallCondition> callConditions)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)
-