Class RetractItemModule

java.lang.Object
tigase.stats.CounterValue
tigase.stats.Counter
tigase.stats.StatisticHolderImpl
tigase.pubsub.AbstractPubSubModule
tigase.pubsub.modules.RetractItemModule
All Implemented Interfaces:
tigase.component.modules.Module, tigase.stats.StatisticHolder

@Bean(name="retractItemModule", parent=PubSubComponent.class, active=true) public class RetractItemModule extends AbstractPubSubModule
Class description
  • Constructor Details

    • RetractItemModule

      public RetractItemModule()
  • Method Details

    • getFeatures

      public String[] getFeatures()
    • getModuleCriteria

      public tigase.criteria.Criteria getModuleCriteria()
    • process

      public void process(tigase.server.Packet packet) throws PubSubException
      Throws:
      PubSubException
    • retractItems

      public void retractItems(tigase.xmpp.jid.BareJID toJid, String nodeName, List<String> itemsToDelete) throws tigase.component.exceptions.RepositoryException
      Throws:
      tigase.component.exceptions.RepositoryException