|
Jive Forums API (5.5.20.2-oracle) Core Javadocs | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IntrospectiveGroupManager
Interface that marks which GroupManager features a particular GroupManager implementation supports. This functionality is necessary because different group back-ends provide different capabilities. For example, most custom managers are read-only, so creating and deleting groups are not supported in those managers.
Method Summary | |
---|---|
boolean |
isCreateGroupSupported()
Indicates whether the GroupManager supports creating groups via the createGroups() method. |
boolean |
isDeleteGroupSupported()
Indicates whether the GroupManager supports deleting groups via the deleteGroups() method. |
boolean |
isGetUserGroupsSupported()
Indicates whether the GroupManager supports getting a listing of all groups for a given user via the getUserGroups() method. |
boolean |
isGroupListSupported()
Indicates whether the GroupManager supports getting a listing of all groups via the getGroups() method. |
boolean |
isReadOnly()
|
Methods inherited from interface com.jivesoftware.base.GroupManager |
---|
createGroup, deleteGroup, getGroup, getGroup, getGroupCount, getGroupIDs, getGroups, getGroups, getUserGroups |
Method Detail |
---|
boolean isCreateGroupSupported()
boolean isDeleteGroupSupported()
boolean isGroupListSupported()
boolean isGetUserGroupsSupported()
boolean isReadOnly()
|
Jive Forums Project Page | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |