|
Jive API (4.5.7.0) 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, deleteUserGroupAssociations, getGroup, getGroup, getGroup, getGroupCount, getGroupMembers, getGroups, getGroups, getUserGroups, update |
| Methods inherited from interface com.jivesoftware.community.JiveManager |
|---|
destroy |
| Method Detail |
|---|
boolean isCreateGroupSupported()
boolean isDeleteGroupSupported()
boolean isGroupListSupported()
boolean isGetUserGroupsSupported()
boolean isReadOnly()
|
Jive Product Page | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||