Uses of Class
org.jivesoftware.smackx.commands.packet.AdHocCommandDataBuilder
Packages that use AdHocCommandDataBuilder
Package
Description
Smacks implementation of XEP-0050: Ad-Hoc Commands.
Element classes for XEP-0050: Ad-Hoc Commands.
-
Uses of AdHocCommandDataBuilder in org.jivesoftware.smackx.commands
Methods in org.jivesoftware.smackx.commands with parameters of type AdHocCommandDataBuilderModifier and TypeMethodDescriptionprotected abstract AdHocCommandData
AdHocCommandHandler.complete
(AdHocCommandDataBuilder response, SubmitForm submittedForm) final AdHocCommandData
AdHocCommandHandler.SingleStage.complete
(AdHocCommandDataBuilder response, SubmitForm submittedForm) protected abstract AdHocCommandData
AdHocCommandHandler.execute
(AdHocCommandDataBuilder response) protected final AdHocCommandData
AdHocCommandHandler.SingleStage.execute
(AdHocCommandDataBuilder response) protected abstract AdHocCommandData
AdHocCommandHandler.SingleStage.executeSingleStage
(AdHocCommandDataBuilder response) protected abstract AdHocCommandData
AdHocCommandHandler.next
(AdHocCommandDataBuilder response, SubmitForm submittedForm) final AdHocCommandData
AdHocCommandHandler.SingleStage.next
(AdHocCommandDataBuilder response, SubmitForm submittedForm) protected abstract AdHocCommandData
AdHocCommandHandler.prev
(AdHocCommandDataBuilder response) final AdHocCommandData
AdHocCommandHandler.SingleStage.prev
(AdHocCommandDataBuilder response) -
Uses of AdHocCommandDataBuilder in org.jivesoftware.smackx.commands.packet
Methods in org.jivesoftware.smackx.commands.packet that return AdHocCommandDataBuilderModifier and TypeMethodDescriptionAdHocCommandDataBuilder.addAction
(AdHocCommandData.AllowedAction action) AdHocCommandDataBuilder.addNote
(AdHocCommandNote note) static AdHocCommandDataBuilder
static AdHocCommandDataBuilder
static AdHocCommandDataBuilder
AdHocCommandData.builder
(String node, XMPPConnection connection) static AdHocCommandDataBuilder
AdHocCommandDataBuilder.buildResponseFor
(AdHocCommandData request) static AdHocCommandDataBuilder
AdHocCommandDataBuilder.buildResponseFor
(AdHocCommandData request, IQ.ResponseType responseType) AdHocCommandDataBuilder.getThis()
AdHocCommandDataBuilder.setAction
(AdHocCommandData.Action action) AdHocCommandDataBuilder.setExecuteAction
(AdHocCommandData.AllowedAction action) AdHocCommandDataBuilder.setSessionId
(String sessionId) AdHocCommandDataBuilder.setStatus
(AdHocCommandData.Status status) AdHocCommandDataBuilder.setStatusCompleted()
AdHocCommandDataBuilder.setStatusExecuting
(AdHocCommandDataBuilder.PreviousStage previousStage, AdHocCommandDataBuilder.NextStage nextStage) Constructors in org.jivesoftware.smackx.commands.packet with parameters of type AdHocCommandDataBuilder