| 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 |
|---|---|
Profile |
ProfileAPI.getProfile(long id)
Retrieves the profile.
|
| Modifier and Type | Method and Description |
|---|---|
List<Profile> |
ProfileAPI.getProfilesForUser(long userId)
Deprecated.
since 6.3
|
List<Profile> |
ProfileAPI.getProfilesForUser(long userId,
int startIndex,
int maxResults,
ProfileCriterion criterion)
Retrieves the profiles of the user.
|
List<Profile> |
ProfileAPI.getProfilesWithNavigationForUser(long userId,
int startIndex,
int maxResults,
ProfileCriterion criterion)
Retrieves the profiles with portal navigation for the user.
|
SearchResult<Profile> |
ProfileAPI.searchProfiles(SearchOptions options)
Searches for
Profiles with specific search criteria. |
| Modifier and Type | Class and Description |
|---|---|
class |
ProfileImpl |
Copyright © 2018 Bonitasoft S.A.. All rights reserved.