| Package | Description |
|---|---|
| org.bonitasoft.engine.api | |
| org.bonitasoft.engine.bpm.process | |
| org.bonitasoft.engine.bpm.process.impl |
| Modifier and Type | Method and Description |
|---|---|
ProcessDefinition |
ProcessManagementAPI.deploy(BusinessArchive businessArchive)
Deploys a
BusinessArchive which contains a DesignProcessDefinition and its dependencies. |
ProcessDefinition |
ProcessManagementAPI.deploy(DesignProcessDefinition designProcessDefinition)
Deploys a simple
DesignProcessDefinition (without any dependencies). |
ProcessDefinition |
ProcessManagementAPI.deployAndEnableProcess(BusinessArchive businessArchive)
Deploys and enables a process by giving a
BusinessArchive. |
ProcessDefinition |
ProcessManagementAPI.deployAndEnableProcess(DesignProcessDefinition designProcessDefinition)
Deploys, enables and returns a process.
|
ProcessDefinition |
ProcessManagementAPI.getProcessDefinition(long processId)
Returns the process definition by giving its identifier.
|
| Modifier and Type | Method and Description |
|---|---|
ActorMember |
ProcessManagementAPI.addGroupToActor(String actorName,
long groupId,
ProcessDefinition processDefinition)
Maps the group to the actor of the process definition.
|
ActorMember |
ProcessManagementAPI.addRoleAndGroupToActor(String actorName,
ProcessDefinition processDefinition,
long roleId,
long groupId)
Maps the role and the group to the actor of the process definition.
|
ActorMember |
ProcessManagementAPI.addRoleToActor(String actorName,
ProcessDefinition processDefinition,
long roleId)
Maps the role to the actor of the process definition.
|
ActorMember |
ProcessManagementAPI.addUserToActor(String actorName,
ProcessDefinition processDefinition,
long userId)
Maps a user to the actor of the process definition.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
DesignProcessDefinition |
| Modifier and Type | Class and Description |
|---|---|
class |
DesignProcessDefinitionImpl |
class |
ProcessDefinitionImpl |
Copyright © 2013 BonitaSoft. All Rights Reserved.