Uses of Class
org.jivesoftware.openfire.roster.RosterItem.SubType
-
Packages that use RosterItem.SubType Package Description org.jivesoftware.openfire.handler IQ class implementations.org.jivesoftware.openfire.roster Provides classes for managing the roster. -
-
Uses of RosterItem.SubType in org.jivesoftware.openfire.handler
Methods in org.jivesoftware.openfire.handler that return RosterItem.SubType Modifier and Type Method Description RosterItem.SubTypePresenceSubscribeHandler.Change. getNewSub()Methods in org.jivesoftware.openfire.handler with parameters of type RosterItem.SubType Modifier and Type Method Description static PresenceSubscribeHandler.ChangePresenceSubscribeHandler. 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.SubType Constructor Description Change(RosterItem.RecvType recv, RosterItem.SubType sub, RosterItem.AskType ask) -
Uses of RosterItem.SubType in org.jivesoftware.openfire.roster
Fields in org.jivesoftware.openfire.roster declared as RosterItem.SubType Modifier and Type Field Description static RosterItem.SubTypeRosterItem. SUB_BOTHThe roster item and owner have a mutual subscription.static RosterItem.SubTypeRosterItem. SUB_FROMThe roster item has a subscription to the roster owner's presence.static RosterItem.SubTypeRosterItem. SUB_NONENo subscription is established.static RosterItem.SubTypeRosterItem. SUB_REMOVEIndicates the roster item should be removed.static 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.SubType Modifier and Type Method Description RosterItem.SubTypeRosterItem. 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.SubTypeRosterItem.SubType. valueOf(String name)Returns the enum constant of this type with the specified name.static RosterItem.SubType[]RosterItem.SubType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jivesoftware.openfire.roster with parameters of type RosterItem.SubType Modifier and Type Method Description voidRosterItem. setSubStatus(RosterItem.SubType subStatus)Set the current subscription status of the item.Constructors in org.jivesoftware.openfire.roster with parameters of type RosterItem.SubType Constructor Description RosterItem(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)
-