| 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.profile.impl |
| Modifier and Type | Method and Description |
|---|---|
ProfileMember |
ProfileAPI.createProfileMember(Long profileId,
Long userId,
Long groupId,
Long roleId)
Creates a profile member.
|
ProfileMember |
ProfileAPI.createProfileMember(ProfileMemberCreator creator)
Creates a profile member.
|
| Modifier and Type | Method and Description |
|---|---|
SearchResult<ProfileMember> |
ProfileAPI.searchProfileMembers(String memberType,
SearchOptions options)
Searches for
ProfileMembers with specific search criteria. |
| Modifier and Type | Class and Description |
|---|---|
class |
ProfileMemberImpl |
Copyright © 2018 Bonitasoft S.A.. All rights reserved.