Package tigase.pubsub.modules.commands
Class RetrieveItemsCommand
java.lang.Object
tigase.pubsub.modules.commands.RetrieveItemsCommand
- All Implemented Interfaces:
tigase.component.adhoc.AdHocCommand
@Bean(name="retrieveItemsCommand",
parent=PubSubComponent.class,
active=true)
public class RetrieveItemsCommand
extends Object
implements tigase.component.adhoc.AdHocCommand
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
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, getDefaultACL, getGroup, isAllowedFor, isForSelf
-
Field Details
-
log
-
TIGASE_PUBSUB_INTERNAL_KEY
- See Also:
-
TIGASE_PUBSUB_ITEMID_KEY
- See Also:
-
TIGASE_PUBSUB_NODENAME_KEY
- See Also:
-
TIGASE_PUBSUB_SERVICE_KEY
- See Also:
-
TIGASE_PUBSUB_TIMESTAMP_KEY
- See Also:
-
-
Constructor Details
-
RetrieveItemsCommand
public RetrieveItemsCommand()
-
-
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
-