Class ExtendedQueryImpl

java.lang.Object
tigase.xmpp.mam.QueryImpl
tigase.xmpp.mam.ExtendedQueryImpl
tigase.pubsub.modules.mam.ExtendedQueryImpl
All Implemented Interfaces:
PubSubQuery, tigase.xmpp.mam.ExtendedQuery, tigase.xmpp.mam.Query

public class ExtendedQueryImpl extends tigase.xmpp.mam.ExtendedQueryImpl implements PubSubQuery
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
    void
    setPubsubNode(String pubsubNode)
     

    Methods inherited from class tigase.xmpp.mam.ExtendedQueryImpl

    getAfterId, getBeforeId, getIds, setAfterId, setBeforeId, setIds, toString

    Methods inherited from class tigase.xmpp.mam.QueryImpl

    getComponentJID, getEnd, getId, getQuestionerJID, getRsm, getStart, getWith, getXMLNS, setComponentJID, setEnd, setId, setQuestionerJID, setStart, setWith, setXmlns, setXMLNS

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

    Methods inherited from interface tigase.xmpp.mam.Query

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

    • ExtendedQueryImpl

      public ExtendedQueryImpl()
  • Method Details