Uses of Enum Class
org.jivesoftware.openfire.commands.AdHocCommand.Action
Packages that use AdHocCommand.Action
Package
Description
Ad-Hoc Commands implementation (XEP-0050).
Implementation of Publish-Subscribe (XEP-0060).
-
Uses of AdHocCommand.Action in org.jivesoftware.openfire.commands
Methods in org.jivesoftware.openfire.commands that return AdHocCommand.ActionModifier and TypeMethodDescriptionprotected 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.ActionReturns the enum constant of this class with the specified name.static AdHocCommand.Action[]AdHocCommand.Action.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.jivesoftware.openfire.commands that return types with arguments of type AdHocCommand.ActionModifier and TypeMethodDescriptionprotected 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.ActionModifier and TypeMethodDescriptionprotected voidSessionData.setExecuteAction(AdHocCommand.Action executeAction) Method parameters in org.jivesoftware.openfire.commands with type arguments of type AdHocCommand.ActionModifier and TypeMethodDescriptionprotected 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.ActionModifier and TypeMethodDescriptionprotected AdHocCommand.ActionEditAdminList.getExecuteAction(SessionData data) protected AdHocCommand.ActionEditAllowedList.getExecuteAction(SessionData data) protected AdHocCommand.ActionEditBlockedList.getExecuteAction(SessionData data) protected AdHocCommand.ActionGetAdminConsoleInfo.getExecuteAction(SessionData data) protected AdHocCommand.ActionGetListActiveUsers.getExecuteAction(SessionData data) protected AdHocCommand.ActionGetListDisabledUsers.getExecuteAction(SessionData data) protected AdHocCommand.ActionGetListIdleUsers.getExecuteAction(SessionData data) protected AdHocCommand.ActionGetListOnlineUsers.getExecuteAction(SessionData data) protected AdHocCommand.ActionGetListRegisteredUsers.getExecuteAction(SessionData data) protected AdHocCommand.ActionGetNumberActiveUsers.getExecuteAction(SessionData data) protected AdHocCommand.ActionGetNumberDisabledUsers.getExecuteAction(SessionData data) protected AdHocCommand.ActionGetNumberIdleUsers.getExecuteAction(SessionData data) protected AdHocCommand.ActionGetNumberOnlineUsers.getExecuteAction(SessionData data) protected AdHocCommand.ActionGetNumberRegisteredUsers.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) protected AdHocCommand.ActionSendAnnouncementToOnlineUsers.getExecuteAction(SessionData data) Methods in org.jivesoftware.openfire.commands.admin that return types with arguments of type AdHocCommand.ActionModifier and TypeMethodDescriptionprotected List<AdHocCommand.Action>EditAdminList.getActions(SessionData data) protected List<AdHocCommand.Action>EditAllowedList.getActions(SessionData data) protected List<AdHocCommand.Action>EditBlockedList.getActions(SessionData data) protected List<AdHocCommand.Action>GetAdminConsoleInfo.getActions(SessionData data) protected List<AdHocCommand.Action>GetListActiveUsers.getActions(SessionData data) protected List<AdHocCommand.Action>GetListDisabledUsers.getActions(SessionData data) protected List<AdHocCommand.Action>GetListIdleUsers.getActions(SessionData data) protected List<AdHocCommand.Action>GetListOnlineUsers.getActions(SessionData data) protected List<AdHocCommand.Action>GetListRegisteredUsers.getActions(SessionData data) protected List<AdHocCommand.Action>GetNumberActiveUsers.getActions(SessionData data) protected List<AdHocCommand.Action>GetNumberDisabledUsers.getActions(SessionData data) protected List<AdHocCommand.Action>GetNumberIdleUsers.getActions(SessionData data) protected List<AdHocCommand.Action>GetNumberOnlineUsers.getActions(SessionData data) protected List<AdHocCommand.Action>GetNumberRegisteredUsers.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) protected List<AdHocCommand.Action>SendAnnouncementToOnlineUsers.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.ActionModifier and TypeMethodDescriptionprotected 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.ActionModifier and TypeMethodDescriptionprotected 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.ActionModifier and TypeMethodDescriptionprotected AdHocCommand.ActionCreateMUCRoom.getExecuteAction(SessionData data) Methods in org.jivesoftware.openfire.commands.admin.muc that return types with arguments of type AdHocCommand.ActionModifier and TypeMethodDescriptionprotected 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.ActionModifier and TypeMethodDescriptionprotected 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.ActionDisableUser.getExecuteAction(SessionData data) protected AdHocCommand.ActionEndUserSession.getExecuteAction(SessionData data) protected AdHocCommand.ActionGetUserRoster.getExecuteAction(SessionData data) protected AdHocCommand.ActionReEnableUser.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.ActionModifier and TypeMethodDescriptionprotected 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
Methods in org.jivesoftware.openfire.commands.event that return AdHocCommand.ActionModifier and TypeMethodDescriptionprotected AdHocCommand.ActionGroupAdminAdded.getExecuteAction(SessionData data) protected AdHocCommand.ActionGroupAdminRemoved.getExecuteAction(SessionData data) protected AdHocCommand.ActionGroupCreated.getExecuteAction(SessionData data) protected AdHocCommand.ActionGroupDeleting.getExecuteAction(SessionData data) protected AdHocCommand.ActionGroupMemberAdded.getExecuteAction(SessionData data) protected AdHocCommand.ActionGroupMemberRemoved.getExecuteAction(SessionData data) protected AdHocCommand.ActionGroupModified.getExecuteAction(SessionData data) protected AdHocCommand.ActionUserCreated.getExecuteAction(SessionData data) protected AdHocCommand.ActionUserDeleting.getExecuteAction(SessionData data) protected AdHocCommand.ActionUserModified.getExecuteAction(SessionData data) protected AdHocCommand.ActionVCardCreated.getExecuteAction(SessionData data) protected AdHocCommand.ActionVCardDeleting.getExecuteAction(SessionData data) protected AdHocCommand.ActionVCardModified.getExecuteAction(SessionData data) Methods in org.jivesoftware.openfire.commands.event that return types with arguments of type AdHocCommand.ActionModifier and TypeMethodDescriptionprotected List<AdHocCommand.Action>GroupAdminAdded.getActions(SessionData data) protected List<AdHocCommand.Action>GroupAdminRemoved.getActions(SessionData data) protected List<AdHocCommand.Action>GroupCreated.getActions(SessionData data) protected List<AdHocCommand.Action>GroupDeleting.getActions(SessionData data) protected List<AdHocCommand.Action>GroupMemberAdded.getActions(SessionData data) protected List<AdHocCommand.Action>GroupMemberRemoved.getActions(SessionData data) protected List<AdHocCommand.Action>GroupModified.getActions(SessionData data) protected List<AdHocCommand.Action>UserCreated.getActions(SessionData data) protected List<AdHocCommand.Action>UserDeleting.getActions(SessionData data) protected List<AdHocCommand.Action>UserModified.getActions(SessionData data) protected List<AdHocCommand.Action>VCardCreated.getActions(SessionData data) protected List<AdHocCommand.Action>VCardDeleting.getActions(SessionData data) protected List<AdHocCommand.Action>VCardModified.getActions(SessionData data) -
Uses of AdHocCommand.Action in org.jivesoftware.openfire.commands.generic
Methods in org.jivesoftware.openfire.commands.generic that return AdHocCommand.ActionModifier and TypeMethodDescriptionprotected AdHocCommand.ActionPing.getExecuteAction(SessionData data) Methods in org.jivesoftware.openfire.commands.generic that return types with arguments of type AdHocCommand.ActionModifier and TypeMethodDescriptionprotected 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.ActionModifier and TypeMethodDescriptionprotected AdHocCommand.ActionPendingSubscriptionsCommand.getExecuteAction(SessionData data) Methods in org.jivesoftware.openfire.pubsub that return types with arguments of type AdHocCommand.ActionModifier and TypeMethodDescriptionprotected List<AdHocCommand.Action>PendingSubscriptionsCommand.getActions(SessionData data)