Uses of Class
tigase.archive.db.MessageArchiveRepository.Direction
-
Packages that use MessageArchiveRepository.Direction Package Description tigase.archive.db -
-
Uses of MessageArchiveRepository.Direction in tigase.archive.db
Methods in tigase.archive.db that return MessageArchiveRepository.Direction Modifier and Type Method Description MessageArchiveRepository.DirectionJDBCMessageArchiveRepository.Item. getDirection()static MessageArchiveRepository.DirectionMessageArchiveRepository.Direction. getDirection(short val)static MessageArchiveRepository.DirectionMessageArchiveRepository.Direction. getDirection(String val)static MessageArchiveRepository.DirectionMessageArchiveRepository.Direction. getDirection(tigase.xmpp.jid.BareJID owner, tigase.xmpp.jid.BareJID from)MessageArchiveRepository.DirectionMessageArchiveRepository.Item. getDirection()static MessageArchiveRepository.DirectionMessageArchiveRepository.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.Methods in tigase.archive.db with parameters of type MessageArchiveRepository.Direction Modifier and Type Method Description voidJDBCMessageArchiveRepository. archiveMessage(tigase.xmpp.jid.BareJID owner, tigase.xmpp.jid.JID buddy, MessageArchiveRepository.Direction direction, Date timestamp, tigase.xml.Element msg, Set<String> tags)protected LongJDBCMessageArchiveRepository. 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)voidMessageArchiveRepository. archiveMessage(tigase.xmpp.jid.BareJID owner, tigase.xmpp.jid.JID buddy, MessageArchiveRepository.Direction direction, Date timestamp, tigase.xml.Element msg, Set<String> tags)voidMessageArchiveRepositoryPool. archiveMessage(tigase.xmpp.jid.BareJID owner, tigase.xmpp.jid.JID buddy, MessageArchiveRepository.Direction direction, Date timestamp, tigase.xml.Element msg, Set tags)protected byte[]AbstractMessageArchiveRepository. generateHashOfMessage(MessageArchiveRepository.Direction direction, tigase.xml.Element msg, Date ts, Map<String,Object> additionalData)
-