| Package | Description |
|---|---|
| org.symphonyoss.symphony.pod.api | |
| org.symphonyoss.symphony.pod.model |
| Modifier and Type | Method and Description |
|---|---|
IntegerList |
InfoBarriersApi.v1AdminGroupGidMembershipListGet(String gid,
String sessionToken)
Get the list of userids in this Information Barrier Group
|
IntegerList |
UserApi.v1AdminUserUidDelegatesGet(String sessionToken,
Long uid)
Get the delegates assigned to a user
|
| Modifier and Type | Method and Description |
|---|---|
BulkActionResult |
InfoBarriersApi.v1AdminGroupGidMembershipAddPost(String gid,
String sessionToken,
IntegerList users)
Add members to an Information Barrier group.
|
BulkActionResult |
InfoBarriersApi.v1AdminGroupGidMembershipRemovePost(String gid,
String sessionToken,
IntegerList users)
Remove members from an Information Barrier group
|
| Modifier and Type | Method and Description |
|---|---|
IntegerList |
UserDetail.getApps()
Get apps
|
IntegerList |
UserDetail.getDisclaimers()
Get disclaimers
|
IntegerList |
UserDetail.getFeatures()
Get features
|
IntegerList |
UserDetail.getGroups()
Get groups
|
| Modifier and Type | Method and Description |
|---|---|
UserDetail |
UserDetail.apps(IntegerList apps) |
UserDetail |
UserDetail.disclaimers(IntegerList disclaimers) |
UserDetail |
UserDetail.features(IntegerList features) |
UserDetail |
UserDetail.groups(IntegerList groups) |
void |
UserDetail.setApps(IntegerList apps) |
void |
UserDetail.setDisclaimers(IntegerList disclaimers) |
void |
UserDetail.setFeatures(IntegerList features) |
void |
UserDetail.setGroups(IntegerList groups) |
Copyright © 2017 Symphony Software Foundation. All rights reserved.