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.DategetAfter()java.util.DategetBefore()java.lang.LonggetBiggerThan()tigase.xmpp.jid.BareJIDgetBuddy()java.lang.StringgetContains()tigase.xmpp.jid.BareJIDgetDomain()java.lang.StringgetMediaType()tigase.xmpp.jid.BareJIDgetOwner()java.lang.LonggetSmallerThan()
-
-
-
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()
-
-