Uses of Class
org.jivesoftware.openfire.commands.AdHocCommand.Action
-
Packages that use AdHocCommand.Action Package Description org.jivesoftware.openfire.commands Ad-Hoc Commands implementation (XEP-0050).org.jivesoftware.openfire.commands.admin org.jivesoftware.openfire.commands.admin.group org.jivesoftware.openfire.commands.admin.muc org.jivesoftware.openfire.commands.admin.user org.jivesoftware.openfire.commands.event org.jivesoftware.openfire.commands.generic org.jivesoftware.openfire.pubsub Implementation of Publish-Subscribe (XEP-0060). -
-
Uses of AdHocCommand.Action in org.jivesoftware.openfire.commands
Methods in org.jivesoftware.openfire.commands that return AdHocCommand.Action Modifier and Type Method Description protected abstract AdHocCommand.Action
AdHocCommand. getExecuteAction(SessionData data)
Returns which of the actions available for the current stage is considered the equivalent to "execute".protected AdHocCommand.Action
SessionData. getExecuteAction()
static AdHocCommand.Action
AdHocCommand.Action. valueOf(String name)
Returns the enum constant of this type with the specified name.static AdHocCommand.Action[]
AdHocCommand.Action. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jivesoftware.openfire.commands that return types with arguments of type AdHocCommand.Action Modifier and Type Method Description protected abstract List<AdHocCommand.Action>
AdHocCommand. getActions(SessionData data)
Returns a collection with the allowed actions based on the current stage as defined in the SessionData.Methods in org.jivesoftware.openfire.commands with parameters of type AdHocCommand.Action Modifier and Type Method Description protected void
SessionData. setExecuteAction(AdHocCommand.Action executeAction)
Method parameters in org.jivesoftware.openfire.commands with type arguments of type AdHocCommand.Action Modifier and Type Method Description protected void
SessionData. setAllowedActions(List<AdHocCommand.Action> allowedActions)
Sets the valid actions that the user can follow from the current stage. -
Uses of AdHocCommand.Action in org.jivesoftware.openfire.commands.admin
-
Uses of AdHocCommand.Action in org.jivesoftware.openfire.commands.admin.group
Methods in org.jivesoftware.openfire.commands.admin.group that return AdHocCommand.Action Modifier and Type Method Description protected AdHocCommand.Action
AddGroup. getExecuteAction(SessionData data)
protected AdHocCommand.Action
AddGroupUsers. getExecuteAction(SessionData data)
protected AdHocCommand.Action
DeleteGroup. getExecuteAction(SessionData data)
protected AdHocCommand.Action
DeleteGroupUsers. getExecuteAction(SessionData data)
protected AdHocCommand.Action
GetListGroups. getExecuteAction(SessionData data)
protected AdHocCommand.Action
GetListGroupUsers. getExecuteAction(SessionData data)
protected AdHocCommand.Action
UpdateGroup. getExecuteAction(SessionData data)
Methods in org.jivesoftware.openfire.commands.admin.group that return types with arguments of type AdHocCommand.Action Modifier and Type Method Description protected List<AdHocCommand.Action>
AddGroup. getActions(SessionData data)
protected List<AdHocCommand.Action>
AddGroupUsers. getActions(SessionData data)
protected List<AdHocCommand.Action>
DeleteGroup. getActions(SessionData data)
protected List<AdHocCommand.Action>
DeleteGroupUsers. getActions(SessionData data)
protected List<AdHocCommand.Action>
GetListGroups. getActions(SessionData data)
protected List<AdHocCommand.Action>
GetListGroupUsers. getActions(SessionData data)
protected List<AdHocCommand.Action>
UpdateGroup. getActions(SessionData data)
-
Uses of AdHocCommand.Action in org.jivesoftware.openfire.commands.admin.muc
Methods in org.jivesoftware.openfire.commands.admin.muc that return AdHocCommand.Action Modifier and Type Method Description protected AdHocCommand.Action
CreateMUCRoom. getExecuteAction(SessionData data)
Methods in org.jivesoftware.openfire.commands.admin.muc that return types with arguments of type AdHocCommand.Action Modifier and Type Method Description protected List<AdHocCommand.Action>
CreateMUCRoom. getActions(SessionData data)
-
Uses of AdHocCommand.Action in org.jivesoftware.openfire.commands.admin.user
Methods in org.jivesoftware.openfire.commands.admin.user that return AdHocCommand.Action Modifier and Type Method Description protected AdHocCommand.Action
AddUser. getExecuteAction(SessionData data)
protected AdHocCommand.Action
AuthenticateUser. getExecuteAction(SessionData data)
protected AdHocCommand.Action
ChangeUserPassword. getExecuteAction(SessionData data)
protected AdHocCommand.Action
DeleteUser. getExecuteAction(SessionData data)
protected AdHocCommand.Action
DisableUser. getExecuteAction(SessionData data)
protected AdHocCommand.Action
EndUserSession. getExecuteAction(SessionData data)
protected AdHocCommand.Action
GetUserRoster. getExecuteAction(SessionData data)
protected AdHocCommand.Action
ReEnableUser. getExecuteAction(SessionData data)
protected AdHocCommand.Action
UserProperties. getExecuteAction(SessionData data)
Methods in org.jivesoftware.openfire.commands.admin.user that return types with arguments of type AdHocCommand.Action Modifier and Type Method Description protected List<AdHocCommand.Action>
AddUser. getActions(SessionData data)
protected List<AdHocCommand.Action>
AuthenticateUser. getActions(SessionData data)
protected List<AdHocCommand.Action>
ChangeUserPassword. getActions(SessionData data)
protected List<AdHocCommand.Action>
DeleteUser. getActions(SessionData data)
protected List<AdHocCommand.Action>
DisableUser. getActions(SessionData data)
protected List<AdHocCommand.Action>
EndUserSession. getActions(SessionData data)
protected List<AdHocCommand.Action>
GetUserRoster. getActions(SessionData data)
protected List<AdHocCommand.Action>
ReEnableUser. getActions(SessionData data)
protected List<AdHocCommand.Action>
UserProperties. getActions(SessionData data)
-
Uses of AdHocCommand.Action in org.jivesoftware.openfire.commands.event
-
Uses of AdHocCommand.Action in org.jivesoftware.openfire.commands.generic
Methods in org.jivesoftware.openfire.commands.generic that return AdHocCommand.Action Modifier and Type Method Description protected AdHocCommand.Action
Ping. getExecuteAction(SessionData data)
Methods in org.jivesoftware.openfire.commands.generic that return types with arguments of type AdHocCommand.Action Modifier and Type Method Description protected List<AdHocCommand.Action>
Ping. getActions(SessionData data)
-
Uses of AdHocCommand.Action in org.jivesoftware.openfire.pubsub
Methods in org.jivesoftware.openfire.pubsub that return AdHocCommand.Action Modifier and Type Method Description protected AdHocCommand.Action
PendingSubscriptionsCommand. getExecuteAction(SessionData data)
Methods in org.jivesoftware.openfire.pubsub that return types with arguments of type AdHocCommand.Action Modifier and Type Method Description protected List<AdHocCommand.Action>
PendingSubscriptionsCommand. getActions(SessionData data)
-