Package tigase.extensions.tags.adhocs
Class DeleteTagCommand
java.lang.Object
tigase.extensions.tags.adhocs.DeleteTagCommand
- All Implemented Interfaces:
tigase.component.adhoc.AdHocCommand
@Bean(name="delete-tag",
parent=TagsComponent.class,
active=true)
public class DeleteTagCommand
extends Object
implements tigase.component.adhoc.AdHocCommand
-
Constructor Details
-
DeleteTagCommand
public DeleteTagCommand()
-
-
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
-
getName
- Specified by:
getNamein interfacetigase.component.adhoc.AdHocCommand
-
getNode
- Specified by:
getNodein interfacetigase.component.adhoc.AdHocCommand
-
isAllowedFor
public boolean isAllowedFor(tigase.xmpp.jid.JID jid) - Specified by:
isAllowedForin interfacetigase.component.adhoc.AdHocCommand
-