| Package | Description |
|---|---|
| tigase.archive.unified.db |
| Modifier and Type | Method and Description |
|---|---|
static UnifiedArchiveRepository.Type |
UnifiedArchiveRepository.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UnifiedArchiveRepository.Type[] |
UnifiedArchiveRepository.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and 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> |
UnifiedArchiveRepositoryPool.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) |
protected int |
JDBCUnifiedArchiveRepository.queryRecentsCount(tigase.xmpp.jid.BareJID ownerJid,
Date start,
Date end,
Set<UnifiedArchiveRepository.Type> types,
Set<UnifiedArchiveRepository.CallCondition> callConditions) |
Copyright © 2015–2020 "Tigase, Inc.". All rights reserved.