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.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.ActionAdHocCommand. getExecuteAction(SessionData data)Returns which of the actions available for the current stage is considered the equivalent to "execute".protected AdHocCommand.ActionSessionData. getExecuteAction()static AdHocCommand.ActionAdHocCommand.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 voidSessionData. setExecuteAction(AdHocCommand.Action executeAction)Method parameters in org.jivesoftware.openfire.commands with type arguments of type AdHocCommand.Action Modifier and Type Method Description protected voidSessionData. 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
Methods in org.jivesoftware.openfire.commands.admin that return AdHocCommand.Action Modifier and Type Method Description protected AdHocCommand.ActionGetAdminConsoleInfo. getExecuteAction(SessionData data)protected AdHocCommand.ActionGetListActiveUsers. getExecuteAction(SessionData data)protected AdHocCommand.ActionGetNumberActiveUsers. getExecuteAction(SessionData data)protected AdHocCommand.ActionGetNumberOnlineUsers. getExecuteAction(SessionData data)protected AdHocCommand.ActionGetNumberUserSessions. getExecuteAction(SessionData data)protected AdHocCommand.ActionGetServerStats. getExecuteAction(SessionData data)protected AdHocCommand.ActionGetUsersPresence. getExecuteAction(SessionData data)protected AdHocCommand.ActionHttpBindStatus. getExecuteAction(SessionData data)protected AdHocCommand.ActionPacketsNotification. getExecuteAction(SessionData data)Methods in org.jivesoftware.openfire.commands.admin that return types with arguments of type AdHocCommand.Action Modifier and Type Method Description protected List<AdHocCommand.Action>GetAdminConsoleInfo. getActions(SessionData data)protected List<AdHocCommand.Action>GetListActiveUsers. getActions(SessionData data)protected List<AdHocCommand.Action>GetNumberActiveUsers. getActions(SessionData data)protected List<AdHocCommand.Action>GetNumberOnlineUsers. getActions(SessionData data)protected List<AdHocCommand.Action>GetNumberUserSessions. getActions(SessionData data)protected List<AdHocCommand.Action>GetServerStats. getActions(SessionData data)protected List<AdHocCommand.Action>GetUsersPresence. getActions(SessionData data)protected List<AdHocCommand.Action>HttpBindStatus. getActions(SessionData data)protected List<AdHocCommand.Action>PacketsNotification. getActions(SessionData data) -
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.ActionAddGroup. getExecuteAction(SessionData data)protected AdHocCommand.ActionAddGroupUsers. getExecuteAction(SessionData data)protected AdHocCommand.ActionDeleteGroup. getExecuteAction(SessionData data)protected AdHocCommand.ActionDeleteGroupUsers. getExecuteAction(SessionData data)protected AdHocCommand.ActionGetListGroups. getExecuteAction(SessionData data)protected AdHocCommand.ActionGetListGroupUsers. getExecuteAction(SessionData data)protected AdHocCommand.ActionUpdateGroup. 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.ActionCreateMUCRoom. 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.ActionAddUser. getExecuteAction(SessionData data)protected AdHocCommand.ActionAuthenticateUser. getExecuteAction(SessionData data)protected AdHocCommand.ActionChangeUserPassword. getExecuteAction(SessionData data)protected AdHocCommand.ActionDeleteUser. getExecuteAction(SessionData data)protected AdHocCommand.ActionUserProperties. 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>UserProperties. getActions(SessionData data) -
Uses of AdHocCommand.Action in org.jivesoftware.openfire.commands.event
-
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.ActionPendingSubscriptionsCommand. 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)
-