Interface UnifiedArchiveRepository.FileQuery

All Known Implementing Classes:
FileQueryModule.FileQuery
Enclosing interface:
UnifiedArchiveRepository<DS extends tigase.db.DataSource>

public static interface UnifiedArchiveRepository.FileQuery
  • Method Details

    • getDomain

      tigase.xmpp.jid.BareJID getDomain()
    • getOwner

      tigase.xmpp.jid.BareJID getOwner()
    • getBuddy

      tigase.xmpp.jid.BareJID getBuddy()
    • getAfter

      Date getAfter()
    • getBefore

      Date getBefore()
    • getContains

      String getContains()
    • getMediaType

      String getMediaType()
    • getSmallerThan

      Long getSmallerThan()
    • getBiggerThan

      Long getBiggerThan()