| Package | Description |
|---|---|
| org.bonitasoft.engine.api |
The Bonita project has a clear separation between the API the users should be interacting with and the actual implementation classes.
|
| org.bonitasoft.engine.identity.impl |
| Modifier and Type | Method and Description |
|---|---|
UserMembership |
MembershipAPI.addUserMembership(long userId,
long groupId,
long roleId)
Associates the user with the group and the role.
|
UserMembership |
MembershipAPI.getUserMembership(long membershipId)
Retrieves the user membership.
|
UserMembership |
MembershipAPI.updateUserMembership(long userMembershipId,
long newGroupId,
long newRoleId)
Changes the association of the user membership.
|
| Modifier and Type | Method and Description |
|---|---|
List<UserMembership> |
MembershipAPI.getUserMemberships(long userId,
int startIndex,
int maxResults,
UserMembershipCriterion criterion)
Retrieves the paginated list of user memberships of the user.
|
List<UserMembership> |
MembershipAPI.getUserMembershipsByGroup(long groupId,
int startIndex,
int maxResults)
Retrieves the paginated list of user memberships of the group.
|
List<UserMembership> |
MembershipAPI.getUserMembershipsByRole(long roleId,
int startIndex,
int maxResults)
Retrieves the paginated list of user memberships of the role.
|
| Modifier and Type | Class and Description |
|---|---|
class |
UserMembershipImpl |
Copyright © 2018 Bonitasoft S.A.. All rights reserved.