Uses of Class
org.jivesoftware.openfire.SharedGroupException
Packages that use SharedGroupException
-
Uses of SharedGroupException in org.jivesoftware.openfire.roster
Methods in org.jivesoftware.openfire.roster that throw SharedGroupExceptionModifier and TypeMethodDescriptionRoster.createRosterItem(org.xmpp.packet.JID user, boolean push, boolean persistent) Create a new item to the roster.Roster.createRosterItem(org.xmpp.packet.JID user, String nickname, List<String> groups, boolean push, boolean persistent) Create a new item to the roster.voidRoster.createRosterItem(org.xmpp.packet.Roster.Item item) Create a new item to the roster based as a copy of the given item.Roster.deleteRosterItem(org.xmpp.packet.JID user, boolean doChecking) Remove a user from the roster.protected RosterItemRoster.provideRosterItem(org.xmpp.packet.JID user, String nickname, List<String> groups, boolean push, boolean persistent) Generate a new RosterItem for use with createRosterItem.voidRosterItem.setAsCopyOf(org.xmpp.packet.Roster.Item item) Update the cached item as a copy of the given item.voidSet the current groups for the item.