| 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.bpm.supervisor.impl |
| Modifier and Type | Method and Description |
|---|---|
ProcessSupervisor |
ProcessManagementAPI.createProcessSupervisorForGroup(long processDefinitionId,
long groupId)
Adds the group as a supervisor of the process.
|
ProcessSupervisor |
ProcessManagementAPI.createProcessSupervisorForMembership(long processDefinitionId,
long groupId,
long roleId)
Adds the membership as a supervisor of the process.
|
ProcessSupervisor |
ProcessManagementAPI.createProcessSupervisorForRole(long processDefinitionId,
long roleId)
Adds the role as a supervisor of the process.
|
ProcessSupervisor |
ProcessManagementAPI.createProcessSupervisorForUser(long processDefinitionId,
long userId)
Adds the user as a supervisor of the process.
|
| Modifier and Type | Method and Description |
|---|---|
SearchResult<ProcessSupervisor> |
ProcessManagementAPI.searchProcessSupervisors(SearchOptions searchOptions)
Searches for the number and the list of processes supervisors.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ProcessSupervisorImpl |
Copyright © 2018 Bonitasoft S.A.. All rights reserved.