Uses of Class
tigase.component.adhoc.AdhHocRequest
-
Packages that use AdhHocRequest Package Description tigase.auth.adhoc tigase.component.adhoc tigase.component.modules.impl.config tigase.monitor.modules tigase.workgroupqueues.commands -
-
Uses of AdhHocRequest in tigase.auth.adhoc
Methods in tigase.auth.adhoc with parameters of type AdhHocRequest Modifier and Type Method Description protected 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 AdhHocRequest Modifier and Type Method Description voidAdHocCommand. execute(AdhHocRequest request, AdHocResponse response)default voidAdHocCommand. execute(AdhHocRequest request, AdHocResponse response, java.lang.Runnable completionHandler, java.util.function.Consumer<AdHocCommandException> exceptionHandler) -
Uses of AdhHocRequest in tigase.component.modules.impl.config
Methods in tigase.component.modules.impl.config with parameters of type AdhHocRequest Modifier and Type Method Description voidConfiguratorCommand. execute(AdhHocRequest request, AdHocResponse response) -
Uses of AdhHocRequest in tigase.monitor.modules
Methods in tigase.monitor.modules with parameters of type AdhHocRequest Modifier and Type Method Description voidAddScriptTaskCommand. 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 AdhHocRequest Modifier and Type Method Description voidCreateWorkgroupQueue. execute(AdhHocRequest request, AdHocResponse response)voidDeleteWorkgroupQueue. execute(AdhHocRequest request, AdHocResponse response)
-