Uses of Enum Class
org.jivesoftware.openfire.roster.RosterItem.SubType
Packages that use RosterItem.SubType
Package
Description
IQ class implementations.
Implementation of Blocking Communication.
Provides classes for managing the roster.
-
Uses of RosterItem.SubType in org.jivesoftware.openfire.handler
Methods in org.jivesoftware.openfire.handler that return RosterItem.SubTypeMethods in org.jivesoftware.openfire.handler with parameters of type RosterItem.SubTypeModifier and TypeMethodDescriptionPresenceSubscribeHandler.getStateChange(RosterItem.SubType itemSubType, org.xmpp.packet.Presence.Type action, boolean isSending) Determine the changes to apply to the item, according to its subscription state.Constructors in org.jivesoftware.openfire.handler with parameters of type RosterItem.SubTypeModifierConstructorDescriptionChange(RosterItem.RecvType recv, RosterItem.SubType sub, RosterItem.AskType ask) -
Uses of RosterItem.SubType in org.jivesoftware.openfire.privacy
Methods in org.jivesoftware.openfire.privacy that return RosterItem.SubType -
Uses of RosterItem.SubType in org.jivesoftware.openfire.roster
Fields in org.jivesoftware.openfire.roster declared as RosterItem.SubTypeModifier and TypeFieldDescriptionstatic final RosterItem.SubTypeRosterItem.SUB_BOTHThe roster item and owner have a mutual subscription.static final RosterItem.SubTypeRosterItem.SUB_FROMThe roster item has a subscription to the roster owner's presence.static final RosterItem.SubTypeRosterItem.SUB_NONENo subscription is established.static final RosterItem.SubTypeRosterItem.SUB_REMOVEIndicates the roster item should be removed.static final RosterItem.SubTypeRosterItem.SUB_TOThe roster owner has a subscription to the roster item's presence.protected RosterItem.SubTypeRosterItem.subStatusMethods in org.jivesoftware.openfire.roster that return RosterItem.SubTypeModifier and TypeMethodDescriptionRosterItem.getSubStatus()Obtain the current subscription status of the item.static RosterItem.SubTypeRosterItem.getSubType(org.xmpp.packet.Roster.Item item) static RosterItem.SubTypeRosterItem.SubType.getTypeFromInt(int value) static RosterItem.SubTypeReturns the enum constant of this class with the specified name.static RosterItem.SubType[]RosterItem.SubType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.jivesoftware.openfire.roster with parameters of type RosterItem.SubTypeModifier and TypeMethodDescriptionvoidRosterItem.setSubStatus(RosterItem.SubType subStatus) Set the current subscription status of the item.Constructors in org.jivesoftware.openfire.roster with parameters of type RosterItem.SubTypeModifierConstructorDescriptionRosterItem(long id, org.xmpp.packet.JID jid, RosterItem.SubType subStatus, RosterItem.AskType askStatus, RosterItem.RecvType recvStatus, String nickname, List<String> groups) RosterItem(org.xmpp.packet.JID jid, RosterItem.SubType subStatus, RosterItem.AskType askStatus, RosterItem.RecvType recvStatus, String nickname, List<String> groups)