| 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.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 void |
AbstractMessageArchiveRepository.addMessageToResults(List<tigase.xml.Element> results,
Date collectionStart,
tigase.xml.Element msg,
Date timestamp,
MessageArchiveRepository.Direction direction,
String with) |
void |
MessageArchiveRepository.archiveMessage(tigase.xmpp.BareJID owner,
tigase.xmpp.BareJID buddy,
MessageArchiveRepository.Direction direction,
Date timestamp,
tigase.xml.Element msg,
Set<String> tags) |
void |
JDBCMessageArchiveRepository.archiveMessage(tigase.xmpp.BareJID owner,
tigase.xmpp.BareJID buddy,
MessageArchiveRepository.Direction direction,
Date timestamp,
tigase.xml.Element msg,
Set<String> tags)
Method description
|
Copyright © 2015. All rights reserved.