| Package | Description |
|---|---|
| org.bonitasoft.engine.api | |
| org.bonitasoft.engine.bpm.supervisor | |
| org.bonitasoft.engine.bpm.supervisor.impl |
| Modifier and Type | Method and Description |
|---|---|
ProcessSupervisor |
ProcessManagementAPI.createProcessSupervisorForGroup(long processId,
long groupId)
Adds the group as a supervisor of the process.
|
ProcessSupervisor |
ProcessManagementAPI.createProcessSupervisorForMembership(long processId,
long groupId,
long roleId)
Adds the membership as a supervisor of the process.
|
ProcessSupervisor |
ProcessManagementAPI.createProcessSupervisorForRole(long processId,
long roleId)
Adds the role as a supervisor of the process.
|
ProcessSupervisor |
ProcessManagementAPI.createProcessSupervisorForUser(long processId,
long userId)
Adds the user as a supervisor of the process.
|
| Modifier and Type | Method and Description |
|---|---|
SearchResult<ProcessSupervisor> |
ProcessManagementAPI.searchProcessSupervisors(SearchOptions searchOptions)
Searches the number and the list of processes supervisors.
|
| Modifier and Type | Method and Description |
|---|---|
ProcessSupervisor |
ProcessSupervisorBuilder.done() |
| Modifier and Type | Class and Description |
|---|---|
class |
ProcessSupervisorImpl |
Copyright © 2013 BonitaSoft. All Rights Reserved.