Package tigase.http.upload.commands
Class QueryUsedSpaceCommandAbstract
- java.lang.Object
-
- tigase.http.upload.commands.QueryUsedSpaceCommandAbstract
-
- All Implemented Interfaces:
tigase.component.adhoc.AdHocCommand
- Direct Known Subclasses:
QueryUsedSpaceCommandAdmin,QueryUsedSpaceCommandUser
public abstract class QueryUsedSpaceCommandAbstract extends java.lang.Object implements tigase.component.adhoc.AdHocCommand
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedQueryUsedSpaceCommandAbstract(boolean isAdmin)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute(tigase.component.adhoc.AdhHocRequest request, tigase.component.adhoc.AdHocResponse response)java.lang.StringgetName()java.lang.StringgetNode()booleanisAllowedFor(tigase.xmpp.jid.JID jid)
-
-
-
Method Detail
-
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
-
getName
public java.lang.String getName()
- Specified by:
getNamein interfacetigase.component.adhoc.AdHocCommand
-
getNode
public java.lang.String getNode()
- Specified by:
getNodein interfacetigase.component.adhoc.AdHocCommand
-
isAllowedFor
public boolean isAllowedFor(tigase.xmpp.jid.JID jid)
- Specified by:
isAllowedForin interfacetigase.component.adhoc.AdHocCommand
-
-