Class QueryFilesCommandAbstract

  • All Implemented Interfaces:
    tigase.component.adhoc.AdHocCommand
    Direct Known Subclasses:
    QueryFilesCommandAdmin, QueryFilesCommandUser

    public abstract class QueryFilesCommandAbstract
    extends java.lang.Object
    implements tigase.component.adhoc.AdHocCommand
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected boolean isAdmin  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected tigase.server.DataForm.Builder addPagingFields​(tigase.server.DataForm.Builder formBuilder, java.lang.String afterId, int limit)  
      void execute​(tigase.component.adhoc.AdhHocRequest request, tigase.component.adhoc.AdHocResponse response)  
      boolean isAllowedFor​(tigase.xmpp.jid.JID jid)  
      protected tigase.server.DataForm.Builder prepareQueryFormBuilder​(java.util.Optional<tigase.http.upload.commands.QueryFilesCommandAbstract.QueryType> queryType, java.util.Optional<tigase.xmpp.jid.BareJID> user, java.util.Optional<java.lang.String> domain, java.lang.String afterId, int limit)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface tigase.component.adhoc.AdHocCommand

        execute, getGroup, getName, getNode
    • Field Detail

      • isAdmin

        protected final boolean isAdmin
    • Constructor Detail

      • QueryFilesCommandAbstract

        protected QueryFilesCommandAbstract​(boolean isAdmin)
    • 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
      • prepareQueryFormBuilder

        protected tigase.server.DataForm.Builder prepareQueryFormBuilder​(java.util.Optional<tigase.http.upload.commands.QueryFilesCommandAbstract.QueryType> queryType,
                                                                         java.util.Optional<tigase.xmpp.jid.BareJID> user,
                                                                         java.util.Optional<java.lang.String> domain,
                                                                         java.lang.String afterId,
                                                                         int limit)
      • addPagingFields

        protected tigase.server.DataForm.Builder addPagingFields​(tigase.server.DataForm.Builder formBuilder,
                                                                 java.lang.String afterId,
                                                                 int limit)
      • isAllowedFor

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