Class RetrieveItemsCommand

  • All Implemented Interfaces:
    tigase.component.adhoc.AdHocCommand

    @Bean(name="retrieveItemsCommand",
          parent=PubSubComponent.class,
          active=true)
    public class RetrieveItemsCommand
    extends java.lang.Object
    implements tigase.component.adhoc.AdHocCommand
    • Field Detail

      • log

        public static final java.util.logging.Logger log
      • TIGASE_PUBSUB_INTERNAL_KEY

        public static final java.lang.String TIGASE_PUBSUB_INTERNAL_KEY
        See Also:
        Constant Field Values
      • TIGASE_PUBSUB_ITEMID_KEY

        public static final java.lang.String TIGASE_PUBSUB_ITEMID_KEY
        See Also:
        Constant Field Values
      • TIGASE_PUBSUB_NODENAME_KEY

        public static final java.lang.String TIGASE_PUBSUB_NODENAME_KEY
        See Also:
        Constant Field Values
      • TIGASE_PUBSUB_SERVICE_KEY

        public static final java.lang.String TIGASE_PUBSUB_SERVICE_KEY
        See Also:
        Constant Field Values
      • TIGASE_PUBSUB_TIMESTAMP_KEY

        public static final java.lang.String TIGASE_PUBSUB_TIMESTAMP_KEY
        See Also:
        Constant Field Values
    • Constructor Detail

      • RetrieveItemsCommand

        public RetrieveItemsCommand()
    • Method Detail

      • execute

        public void execute​(tigase.component.adhoc.AdhHocRequest request,
                            tigase.component.adhoc.AdHocResponse response)
                     throws tigase.component.adhoc.AdHocCommandException
        Specified by:
        execute in interface tigase.component.adhoc.AdHocCommand
        Throws:
        tigase.component.adhoc.AdHocCommandException
      • getName

        public java.lang.String getName()
        Specified by:
        getName in interface tigase.component.adhoc.AdHocCommand
      • getNode

        public java.lang.String getNode()
        Specified by:
        getNode in interface tigase.component.adhoc.AdHocCommand
      • isAllowedFor

        public boolean isAllowedFor​(tigase.xmpp.jid.JID jid)
        Specified by:
        isAllowedFor in interface tigase.component.adhoc.AdHocCommand