Uses of Class
org.jivesoftware.openfire.group.GroupNotFoundException
Packages that use GroupNotFoundException
Package
Description
Groups, which are used to organize users together.
LDAP code for authentication and user profile information.
-
Uses of GroupNotFoundException in org.jivesoftware.openfire.crowd
Methods in org.jivesoftware.openfire.crowd that throw GroupNotFoundException -
Uses of GroupNotFoundException in org.jivesoftware.openfire.group
Methods in org.jivesoftware.openfire.group that throw GroupNotFoundExceptionModifier and TypeMethodDescriptionvoidvoidvoidAdds an entity to a group (optional operation).voidAdds an entity to a group (optional operation).voidAbstractGroupProvider.deleteGroup(String name) voidDefaultGroupProvider.deleteGroup(String groupName) voidGroupManager.deleteGroup(Group group) Deletes a group from the system.voidGroupMultiProvider.deleteGroup(String name) Removes a group from all non-read-only providers.voidGroupProvider.deleteGroup(String name) Deletes the group (optional operation).Returns a Group by name.Returns a Group by name.GroupManager.getGroup(org.xmpp.packet.JID jid) Returns the corresponding group if the given JID represents a group.Loads a group from the first provider that contains the group.Returns a group based on its name.Loads a group from the first provider that contains the group.static booleanGroupJID.isGroup(org.xmpp.packet.JID jid, boolean groupMustExist) Check a JID to determine whether it represents a group.voidAbstractGroupProvider.setDescription(String name, String description) voidDefaultGroupProvider.setDescription(String name, String description) voidGroupMultiProvider.setDescription(String name, String description) Updates the group's description in the provider that is used for this group.voidGroupProvider.setDescription(String name, String description) Updates the group's description.voidvoidvoidSets the name of a group to a new name in the provider that is used for this group.voidSets the name of a group to a new name.voidAbstractGroupProvider.updateMember(String groupName, org.xmpp.packet.JID user, boolean administrator) voidDefaultGroupProvider.updateMember(String groupName, org.xmpp.packet.JID user, boolean administrator) voidGroupMultiProvider.updateMember(String groupName, org.xmpp.packet.JID user, boolean administrator) Updates the privileges of an entity in a group.voidGroupProvider.updateMember(String groupName, org.xmpp.packet.JID user, boolean administrator) Updates the privileges of an entity in a group. -
Uses of GroupNotFoundException in org.jivesoftware.openfire.ldap
Methods in org.jivesoftware.openfire.ldap that throw GroupNotFoundException