Uses of Class
tigase.component.adhoc.AdhHocRequest
Packages that use AdhHocRequest
Package
Description
-
Uses of AdhHocRequest in tigase.auth.adhoc
Methods in tigase.auth.adhoc with parameters of type AdhHocRequestModifier and TypeMethodDescriptionprotected voidAbstractCredentialsCommand.checkIfCanModifyJID(AdhHocRequest request, BareJID jidToModify) voidAbstractCredentialsCommand.execute(AdhHocRequest request, AdHocResponse response) protected abstract voidAbstractCredentialsCommand.processForm(Form form, AdhHocRequest request, AdHocResponse response) protected voidAddUserCredentials.processForm(Form form, AdhHocRequest request, AdHocResponse response) protected voidDeleteUserCredentials.processForm(Form form, AdhHocRequest request, AdHocResponse response) protected voidShowUserCredentials.processForm(Form form, AdhHocRequest request, AdHocResponse response) protected abstract voidAbstractCredentialsCommand.processNoForm(AdhHocRequest request, AdHocResponse response) protected voidAddUserCredentials.processNoForm(AdhHocRequest request, AdHocResponse response) protected voidDeleteUserCredentials.processNoForm(AdhHocRequest request, AdHocResponse response) protected voidShowUserCredentials.processNoForm(AdhHocRequest request, AdHocResponse response) -
Uses of AdhHocRequest in tigase.component.adhoc
Methods in tigase.component.adhoc with parameters of type AdhHocRequestModifier and TypeMethodDescriptionvoidAdHocCommand.execute(AdhHocRequest request, AdHocResponse response) default voidAdHocCommand.execute(AdhHocRequest request, AdHocResponse response, Runnable completionHandler, Consumer<AdHocCommandException> exceptionHandler) -
Uses of AdhHocRequest in tigase.component.modules.impl.config
Methods in tigase.component.modules.impl.config with parameters of type AdhHocRequestModifier and TypeMethodDescriptionvoidConfiguratorCommand.execute(AdhHocRequest request, AdHocResponse response) -
Uses of AdhHocRequest in tigase.monitor.modules
Methods in tigase.monitor.modules with parameters of type AdhHocRequestModifier and TypeMethodDescriptionvoidAddScriptTaskCommand.execute(AdhHocRequest request, AdHocResponse response) voidAddTimerScriptTaskCommand.execute(AdhHocRequest request, AdHocResponse response) voidConfigureTaskCommand.execute(AdhHocRequest request, AdHocResponse response) voidDeleteScriptTaskCommand.execute(AdhHocRequest request, AdHocResponse response) voidInfoTaskCommand.execute(AdhHocRequest request, AdHocResponse response) -
Uses of AdhHocRequest in tigase.workgroupqueues.commands
Methods in tigase.workgroupqueues.commands with parameters of type AdhHocRequestModifier and TypeMethodDescriptionvoidCreateWorkgroupQueue.execute(AdhHocRequest request, AdHocResponse response) voidDeleteWorkgroupQueue.execute(AdhHocRequest request, AdHocResponse response)