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