| 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 |
Manages information about an organization, that is, the set of users who can act in processes and the groups and the organization's roles and the relation
between them.
|
| org.bonitasoft.engine.identity.impl |
| Modifier and Type | Method and Description |
|---|---|
ContactData |
UserAPI.getUserContactData(long userId,
boolean personal)
Retrieves the contact data (personal or professional) of the user.
|
| Modifier and Type | Method and Description |
|---|---|
ContactData |
UserWithContactData.getContactData() |
| Modifier and Type | Class and Description |
|---|---|
class |
ContactDataImpl |
| Modifier and Type | Method and Description |
|---|---|
ContactData |
UserWithContactDataImpl.getContactData() |
| Constructor and Description |
|---|
ContactDataImpl(ContactData contactData) |
UserWithContactDataImpl(User user,
ContactData contactData) |
Copyright © 2018 Bonitasoft S.A.. All rights reserved.