Package tigase.xmpp.mam
Interface Query
- All Known Subinterfaces:
ExtendedQuery
- All Known Implementing Classes:
ExtendedQueryImpl
,QueryImpl
public interface Query
Interface defining methods required by base version MAMRepository to execute queries. Custom implementations of
MAMRepository may use additional methods.
Created by andrzej on 19.07.2016.
Created by andrzej on 19.07.2016.
-
Method Summary
Modifier and TypeMethodDescriptiontigase.xmpp.jid.JID
getEnd()
getId()
tigase.xmpp.jid.JID
tigase.xmpp.rsm.RSM
getRsm()
getStart()
tigase.xmpp.jid.JID
getWith()
default String
getXMLNS()
void
setComponentJID
(tigase.xmpp.jid.JID componentJID) void
void
void
setQuestionerJID
(tigase.xmpp.jid.JID questionerJID) void
void
setWith
(tigase.xmpp.jid.JID with) default void
-
Method Details
-
getXMLNS
-
setXMLNS
-
getQuestionerJID
tigase.xmpp.jid.JID getQuestionerJID() -
setQuestionerJID
void setQuestionerJID(tigase.xmpp.jid.JID questionerJID) -
getComponentJID
tigase.xmpp.jid.JID getComponentJID() -
setComponentJID
void setComponentJID(tigase.xmpp.jid.JID componentJID) -
getId
String getId() -
setId
-
getStart
Date getStart() -
setStart
-
getEnd
Date getEnd() -
setEnd
-
getWith
tigase.xmpp.jid.JID getWith() -
setWith
void setWith(tigase.xmpp.jid.JID with) -
getRsm
tigase.xmpp.rsm.RSM getRsm()
-