| Package | Description |
|---|---|
| org.bonitasoft.engine.api | |
| org.bonitasoft.engine.bpm.actor.impl |
| Modifier and Type | Method and Description |
|---|---|
ActorMember |
ProcessManagementAPI.addGroupToActor(long actorId,
long groupId)
Maps the group to the actor.
|
ActorMember |
ProcessManagementAPI.addGroupToActor(String actorName,
long groupId,
ProcessDefinition processDefinition)
Maps the group to the actor of the process definition.
|
ActorMember |
ProcessManagementAPI.addRoleAndGroupToActor(long actorId,
long roleId,
long groupId)
Maps the role and the group to the actor.
|
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(long actorId,
long roleId)
Maps the role to the actor.
|
ActorMember |
ProcessManagementAPI.addRoleToActor(String actorName,
ProcessDefinition processDefinition,
long roleId)
Maps the role to the actor of the process definition.
|
ActorMember |
ProcessManagementAPI.addUserToActor(long actorId,
long userId)
Maps the user to the actor.
|
ActorMember |
ProcessManagementAPI.addUserToActor(String actorName,
ProcessDefinition processDefinition,
long userId)
Maps a user to the actor of the process definition.
|
| Modifier and Type | Method and Description |
|---|---|
List<ActorMember> |
ProcessManagementAPI.getActorMembers(long actorId,
int startIndex,
int maxResults)
Returns a paged list of members of an actor.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ActorMemberImpl |
Copyright © 2013 BonitaSoft. All Rights Reserved.