| Package | Description |
|---|---|
| tigase.archive.db |
| Modifier and Type | Method and Description |
|---|---|
static MessageArchiveRepository.Direction |
MessageArchiveRepository.Direction.getDirection(tigase.xmpp.BareJID owner,
tigase.xmpp.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 |
|---|---|
protected tigase.xml.Element |
AbstractMessageArchiveRepository.addMessageToResults(List<tigase.xml.Element> results,
Crit criteria,
Date collectionStart,
tigase.xml.Element msg,
Date timestamp,
MessageArchiveRepository.Direction direction,
String with) |
void |
MessageArchiveRepository.archiveMessage(tigase.xmpp.BareJID owner,
tigase.xmpp.JID buddy,
MessageArchiveRepository.Direction direction,
Date timestamp,
tigase.xml.Element msg,
Set<String> tags) |
void |
JDBCMessageArchiveRepository.archiveMessage(tigase.xmpp.BareJID owner,
tigase.xmpp.JID buddy,
MessageArchiveRepository.Direction direction,
Date timestamp,
tigase.xml.Element msg,
Set<String> tags)
Method description
|
protected void |
JDBCMessageArchiveRepository.archiveMessage(tigase.xmpp.BareJID owner,
tigase.xmpp.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 © 2017. All rights reserved.