Package tigase.archive.unified.db
Interface UnifiedArchiveRepository.FileQuery
-
- All Known Implementing Classes:
FileQueryModule.FileQuery
- Enclosing interface:
- UnifiedArchiveRepository<DS extends tigase.db.DataSource>
public static interface UnifiedArchiveRepository.FileQuery
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Date
getAfter()
java.util.Date
getBefore()
java.lang.Long
getBiggerThan()
tigase.xmpp.jid.BareJID
getBuddy()
java.lang.String
getContains()
tigase.xmpp.jid.BareJID
getDomain()
java.lang.String
getMediaType()
tigase.xmpp.jid.BareJID
getOwner()
java.lang.Long
getSmallerThan()
-
-
-
Method Detail
-
getDomain
tigase.xmpp.jid.BareJID getDomain()
-
getOwner
tigase.xmpp.jid.BareJID getOwner()
-
getBuddy
tigase.xmpp.jid.BareJID getBuddy()
-
getAfter
java.util.Date getAfter()
-
getBefore
java.util.Date getBefore()
-
getContains
java.lang.String getContains()
-
getMediaType
java.lang.String getMediaType()
-
getSmallerThan
java.lang.Long getSmallerThan()
-
getBiggerThan
java.lang.Long getBiggerThan()
-
-