Package tigase.http.upload.commands
Class QueryFilesCommandAbstract
java.lang.Object
tigase.http.upload.commands.QueryFilesCommandAbstract
- All Implemented Interfaces:
tigase.component.adhoc.AdHocCommand
- Direct Known Subclasses:
QueryFilesCommandAdmin,QueryFilesCommandUser
public abstract class QueryFilesCommandAbstract
extends Object
implements tigase.component.adhoc.AdHocCommand
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected tigase.server.DataForm.BuilderaddPagingFields(tigase.server.DataForm.Builder formBuilder, String afterId, int limit) voidexecute(tigase.component.adhoc.AdhHocRequest request, tigase.component.adhoc.AdHocResponse response) booleanisAllowedFor(tigase.xmpp.jid.JID jid) protected tigase.server.DataForm.BuilderprepareQueryFormBuilder(Optional<tigase.http.upload.commands.QueryFilesCommandAbstract.QueryType> queryType, Optional<tigase.xmpp.jid.BareJID> user, Optional<String> domain, String afterId, int limit) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface tigase.component.adhoc.AdHocCommand
execute, getGroup, getName, getNode
-
Field Details
-
isAdmin
protected final boolean isAdmin
-
-
Constructor Details
-
QueryFilesCommandAbstract
protected QueryFilesCommandAbstract(boolean isAdmin)
-
-
Method Details
-
execute
public void execute(tigase.component.adhoc.AdhHocRequest request, tigase.component.adhoc.AdHocResponse response) throws tigase.component.adhoc.AdHocCommandException - Specified by:
executein interfacetigase.component.adhoc.AdHocCommand- Throws:
tigase.component.adhoc.AdHocCommandException
-
prepareQueryFormBuilder
-
addPagingFields
protected tigase.server.DataForm.Builder addPagingFields(tigase.server.DataForm.Builder formBuilder, String afterId, int limit) -
isAllowedFor
public boolean isAllowedFor(tigase.xmpp.jid.JID jid) - Specified by:
isAllowedForin interfacetigase.component.adhoc.AdHocCommand
-