|
Openfire 3.8.1 Javadoc | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jivesoftware.openfire.group.AbstractGroupProvider
org.jivesoftware.openfire.clearspace.ClearspaceGroupProvider
public class ClearspaceGroupProvider
| Field Summary | |
|---|---|
protected static String |
URL_PREFIX
|
| Constructor Summary | |
|---|---|
ClearspaceGroupProvider()
|
|
| Method Summary | |
|---|---|
Group |
getGroup(String name)
Returns a group based on it's name. |
int |
getGroupCount()
Returns the number of groups in the system. |
Collection<String> |
getGroupNames()
Returns the Collection of all group names in the system. |
Collection<String> |
getGroupNames(int startIndex,
int numResults)
Returns the Collection of all groups in the system. |
Collection<String> |
getGroupNames(org.xmpp.packet.JID user)
Returns the Collection of group names that an entity belongs to. |
Collection<String> |
getSharedGroupNames()
Returns the name of the groups that are shared groups. |
Collection<String> |
getSharedGroupNames(org.xmpp.packet.JID user)
Returns an unmodifiable Collection of all shared groups in the system for a given user. |
| Methods inherited from class org.jivesoftware.openfire.group.AbstractGroupProvider |
|---|
addMember, createGroup, deleteGroup, deleteMember, getPublicSharedGroupNames, getVisibleGroupNames, isReadOnly, isSearchSupported, isSharingSupported, loadProperties, search, search, search, setDescription, setName, updateMember |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected static final String URL_PREFIX
| Constructor Detail |
|---|
public ClearspaceGroupProvider()
| Method Detail |
|---|
public Group getGroup(String name)
throws GroupNotFoundException
GroupProvider
name - the name of the group.
GroupNotFoundException - If no group with that ID could be foundpublic int getGroupCount()
GroupProvider
public Collection<String> getSharedGroupNames()
AbstractGroupProvider
getSharedGroupNames in interface GroupProvidergetSharedGroupNames in class AbstractGroupProviderpublic Collection<String> getSharedGroupNames(org.xmpp.packet.JID user)
GroupProvider
getSharedGroupNames in interface GroupProvidergetSharedGroupNames in class AbstractGroupProviderpublic Collection<String> getGroupNames()
GroupProvider
public Collection<String> getGroupNames(int startIndex,
int numResults)
GroupProvider
startIndex - start index in results.numResults - number of results to return.
public Collection<String> getGroupNames(org.xmpp.packet.JID user)
GroupProvider
user - the JID of the entity.
|
Openfire 3.8.1 Javadoc | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||