Package tigase.archive.unified.modules
Class TigaseRecentQueryModule
java.lang.Object
tigase.archive.unified.modules.TigaseRecentQueryModule
- All Implemented Interfaces:
tigase.component.modules.Module
@Bean(name="tigase-recent-query",
parent=UnifiedArchiveComponent.class,
active=true)
public class TigaseRecentQueryModule
extends Object
implements tigase.component.modules.Module
Created by andrzej on 23.02.2017.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected UnifiedArchiveRepository<tigase.db.DataSource>protected tigase.component.PacketWriterFields inherited from interface tigase.component.modules.Module
EMPTY_FEATURES -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface tigase.component.modules.Module
canHandle
-
Field Details
-
msg_repo
-
packetWriter
@Inject protected tigase.component.PacketWriter packetWriter
-
-
Constructor Details
-
TigaseRecentQueryModule
public TigaseRecentQueryModule()
-
-
Method Details
-
getFeatures
- Specified by:
getFeaturesin interfacetigase.component.modules.Module
-
getModuleCriteria
public tigase.criteria.Criteria getModuleCriteria()- Specified by:
getModuleCriteriain interfacetigase.component.modules.Module
-
process
public void process(tigase.server.Packet packet) throws tigase.component.exceptions.ComponentException, tigase.util.stringprep.TigaseStringprepException - Specified by:
processin interfacetigase.component.modules.Module- Throws:
tigase.component.exceptions.ComponentExceptiontigase.util.stringprep.TigaseStringprepException
-
convertQueryItemResultToElement
-