| Package | Description |
|---|---|
| com.microfocus.silkcentral.webservices.administration |
This package contains interfaces to access the Project and Product entities of Silk Central (AdministrationService, previously MainEntities).
|
| Modifier and Type | Method and Description |
|---|---|
UserGroupMembership[] |
AdministrationService.getAllMemberships(java.lang.String sessionId)
Returns all memberships.
|
UserGroupMembership[] |
AdministrationService.getMembershipsOfGroup(java.lang.String sessionId,
int groupId)
Returns all memberships of the user group identified by ID.
|
UserGroupMembership[] |
AdministrationService.getMembershipsOfUser(java.lang.String sessionId,
int userId)
Returns all memberships of the user identified by ID.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AdministrationService.updateMembershipsOfGroup(java.lang.String sessionId,
int groupId,
UserGroupMembership[] memberships)
Updates the memberships of a group.
|
void |
AdministrationService.updateMembershipsOfUser(java.lang.String sessionId,
int userId,
UserGroupMembership[] memberships)
Updates the memberships of a user.
|
Copyright © Micro Focus 2004-2019. All rights reserved.