Uses of Enum Class
tigase.archive.unified.db.UnifiedArchiveRepository.Type
Packages that use UnifiedArchiveRepository.Type
-
Uses of UnifiedArchiveRepository.Type in tigase.archive.unified.db
Methods in tigase.archive.unified.db that return UnifiedArchiveRepository.TypeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static UnifiedArchiveRepository.Type[]UnifiedArchiveRepository.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Method parameters in tigase.archive.unified.db with type arguments of type UnifiedArchiveRepository.TypeModifier and TypeMethodDescriptionStream<? 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) protected intJDBCUnifiedArchiveRepository.queryRecentsCount(tigase.xmpp.jid.BareJID ownerJid, Date start, Date end, Set<UnifiedArchiveRepository.Type> types, Set<UnifiedArchiveRepository.CallCondition> callConditions)