| Package | Description |
|---|---|
| tigase.archive.db |
| Modifier and Type | Method and Description |
|---|---|
MessageArchiveRepository.Direction |
JDBCMessageArchiveRepository.Item.getDirection() |
MessageArchiveRepository.Direction |
MessageArchiveRepository.Item.getDirection() |
static MessageArchiveRepository.Direction |
MessageArchiveRepository.Direction.getDirection(tigase.xmpp.jid.BareJID owner,
tigase.xmpp.jid.BareJID from) |
static MessageArchiveRepository.Direction |
MessageArchiveRepository.Direction.getDirection(short val) |
static MessageArchiveRepository.Direction |
MessageArchiveRepository.Direction.getDirection(String val) |
static MessageArchiveRepository.Direction |
MessageArchiveRepository.Direction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MessageArchiveRepository.Direction[] |
MessageArchiveRepository.Direction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MessageArchiveRepositoryPool.archiveMessage(tigase.xmpp.jid.BareJID owner,
tigase.xmpp.jid.JID buddy,
MessageArchiveRepository.Direction direction,
Date timestamp,
tigase.xml.Element msg,
Set tags) |
void |
JDBCMessageArchiveRepository.archiveMessage(tigase.xmpp.jid.BareJID owner,
tigase.xmpp.jid.JID buddy,
MessageArchiveRepository.Direction direction,
Date timestamp,
tigase.xml.Element msg,
Set<String> tags)
Deprecated.
|
void |
MessageArchiveRepository.archiveMessage(tigase.xmpp.jid.BareJID owner,
tigase.xmpp.jid.JID buddy,
MessageArchiveRepository.Direction direction,
Date timestamp,
tigase.xml.Element msg,
Set<String> tags)
Deprecated.
|
protected Long |
JDBCMessageArchiveRepository.archiveMessage(tigase.xmpp.jid.BareJID owner,
tigase.xmpp.jid.JID buddy,
MessageArchiveRepository.Direction direction,
Date timestamp,
tigase.xml.Element msg,
Set<String> tags,
Map<String,Object> additionalData) |
protected byte[] |
AbstractMessageArchiveRepository.generateHashOfMessage(MessageArchiveRepository.Direction direction,
tigase.xml.Element msg,
Date ts,
Map<String,Object> additionalData) |
Copyright © 2012–2021 "Tigase, Inc.". All rights reserved.