Package tigase.archive.xep0136.modules
Class RetrieveItemsModule
- java.lang.Object
-
- tigase.archive.modules.AbstractModule
-
- tigase.archive.xep0136.modules.RetrieveItemsModule
-
- All Implemented Interfaces:
tigase.component.modules.Module
@Deprecated @Bean(name="retrieveItems", parent=MessageArchiveComponent.class, active=true) public class RetrieveItemsModule extends AbstractModuleDeprecated.Created by andrzej on 16.07.2016.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classRetrieveItemsModule.Xep0136ItemHandler<Q extends QueryCriteria,I extends MessageArchiveRepository.Item>Deprecated.
-
Field Summary
-
Fields inherited from class tigase.archive.modules.AbstractModule
config, MA_XMLNS, msg_repo, packetWriter
-
-
Constructor Summary
Constructors Constructor Description RetrieveItemsModule()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description booleancanHandle(tigase.server.Packet packet)Deprecated.java.lang.String[]getFeatures()Deprecated.tigase.criteria.CriteriagetModuleCriteria()Deprecated.voidprocess(tigase.server.Packet packet)Deprecated.
-
-
-
Method Detail
-
getFeatures
public java.lang.String[] getFeatures()
Deprecated.
-
getModuleCriteria
public tigase.criteria.Criteria getModuleCriteria()
Deprecated.
-
process
public void process(tigase.server.Packet packet) throws tigase.component.exceptions.ComponentException, tigase.util.stringprep.TigaseStringprepExceptionDeprecated.- Throws:
tigase.component.exceptions.ComponentExceptiontigase.util.stringprep.TigaseStringprepException
-
canHandle
public boolean canHandle(tigase.server.Packet packet)
Deprecated.
-
-