Class QueryCriteria

  • All Implemented Interfaces:
    tigase.archive.xep0136.Query, tigase.xmpp.mam.Query

    public class QueryCriteria
    extends tigase.archive.QueryCriteria
    Created by andrzej on 25.07.2016.
    • Field Summary

      • Fields inherited from class tigase.archive.QueryCriteria

        QUERTY_XMLNS
    • Constructor Summary

      Constructors 
      Constructor Description
      QueryCriteria()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean forItemType​(java.lang.String type)  
      java.lang.String getItemType()  
      java.lang.Boolean getOffline()  
      boolean hasItemType()  
      void prepareResult​(tigase.xml.Element retList)  
      void setItemType​(java.lang.String type)  
      void setOffline​(java.lang.String val)  
      • Methods inherited from class tigase.archive.QueryCriteria

        addCollection, addContains, addItem, addTag, getCollections, getContains, getItems, getTags, getUseMessageIdInRsm, setUseMessageIdInRsm
      • Methods inherited from class tigase.xmpp.mam.QueryImpl

        getComponentJID, getEnd, getId, getQuestionerJID, getRsm, getStart, getWith, setComponentJID, setEnd, setId, setQuestionerJID, setStart, setWith
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface tigase.xmpp.mam.Query

        getComponentJID, getEnd, getId, getQuestionerJID, getRsm, getStart, getWith, setComponentJID, setEnd, setId, setQuestionerJID, setStart, setWith
    • Constructor Detail

      • QueryCriteria

        public QueryCriteria()
    • Method Detail

      • hasItemType

        public boolean hasItemType()
      • forItemType

        public boolean forItemType​(java.lang.String type)
      • getItemType

        public java.lang.String getItemType()
      • setItemType

        public void setItemType​(java.lang.String type)
      • getOffline

        public java.lang.Boolean getOffline()
      • setOffline

        public void setOffline​(java.lang.String val)
      • prepareResult

        public void prepareResult​(tigase.xml.Element retList)
        Specified by:
        prepareResult in interface tigase.archive.xep0136.Query
        Overrides:
        prepareResult in class tigase.archive.QueryCriteria