Jitsi: the OpenSource Java VoIP and Instant Messaging client.

Uses of Interface
net.java.sip.communicator.service.history.HistoryQuery

Packages that use HistoryQuery
net.java.sip.communicator.impl.callhistory   
net.java.sip.communicator.impl.history   
net.java.sip.communicator.service.history   
net.java.sip.communicator.service.history.event   
 

Uses of HistoryQuery in net.java.sip.communicator.impl.callhistory
 

Constructors in net.java.sip.communicator.impl.callhistory with parameters of type HistoryQuery
CallHistoryQueryImpl(HistoryQuery query)
          Creates an instance of CallHistoryQueryImpl by specifying the underlying HistoryQuery.
 

Uses of HistoryQuery in net.java.sip.communicator.impl.history
 

Classes in net.java.sip.communicator.impl.history that implement HistoryQuery
 class HistoryQueryImpl
          The HistoryQueryImpl is an implementation of the HistoryQuery interface.
 

Methods in net.java.sip.communicator.impl.history that return HistoryQuery
 HistoryQuery InteractiveHistoryReaderImpl.findByKeyword(String keyword, String field, int recordCount)
          Searches the history for all records containing the keyword.
 HistoryQuery InteractiveHistoryReaderImpl.findByKeywords(String[] keywords, String field, int recordCount)
          Searches the history for all records containing all keywords.
 

Uses of HistoryQuery in net.java.sip.communicator.service.history
 

Methods in net.java.sip.communicator.service.history that return HistoryQuery
 HistoryQuery InteractiveHistoryReader.findByKeyword(String keyword, String field, int recordCount)
          Searches the history for all records containing the keyword.
 HistoryQuery InteractiveHistoryReader.findByKeywords(String[] keywords, String field, int recordCount)
          Searches the history for all records containing all keywords.
 

Uses of HistoryQuery in net.java.sip.communicator.service.history.event
 

Methods in net.java.sip.communicator.service.history.event that return HistoryQuery
 HistoryQuery HistoryQueryStatusEvent.getQuerySource()
          Returns the HistoryQuery that triggered this event.
 HistoryQuery HistoryRecordEvent.getQuerySource()
          Returns the HistoryQuery that triggered this event.
 

Constructors in net.java.sip.communicator.service.history.event with parameters of type HistoryQuery
HistoryQueryStatusEvent(HistoryQuery source, int eventType)
          Creates a HistoryQueryStatusEvent by specifying the source HistoryQuery and the eventType indicating why initially this event occurred.
HistoryRecordEvent(HistoryQuery query, HistoryRecord historyRecord)
          Creates a HistoryRecordEvent by specifying the initial query and the record this event is about.
 


Jitsi: the OpenSource Java VoIP and Instant Messaging client.

Jitsi, the OpenSource Java VoIP and Instant Messaging client.
Distributable under LGPL license.