Class QueryCriteria

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

    public class QueryCriteria
    extends QueryImpl
    implements Query
    Author:
    andrzej
    • Constructor Detail

      • QueryCriteria

        public QueryCriteria()
    • Method Detail

      • addTag

        public void addTag​(String tag)
        Specified by:
        addTag in interface Query
      • setUseMessageIdInRsm

        public void setUseMessageIdInRsm​(boolean value)
        Specified by:
        setUseMessageIdInRsm in interface Query
      • prepareResult

        public void prepareResult​(tigase.xml.Element retList)
        Specified by:
        prepareResult in interface Query
      • addCollection

        public void addCollection​(tigase.xml.Element collection)
        Specified by:
        addCollection in interface Query
      • getCollections

        public List<tigase.xml.Element> getCollections()
        Specified by:
        getCollections in interface Query
      • addItem

        public void addItem​(tigase.xml.Element item)
        Specified by:
        addItem in interface Query
      • getItems

        public List<tigase.xml.Element> getItems()
        Specified by:
        getItems in interface Query