| Package | Description |
|---|---|
| org.bonitasoft.engine.actor.mapping | |
| org.bonitasoft.engine.actor.mapping.impl |
| Modifier and Type | Method and Description |
|---|---|
SActorMember |
ActorMappingService.addGroupToActor(long actorId,
long groupId)
Add the groupId specified group to the actorId specified actor
|
SActorMember |
ActorMappingService.addRoleAndGroupToActor(long actorId,
long roleId,
long groupId)
Add the roleId and groupId specified relationship to the actorId specified actor
|
SActorMember |
ActorMappingService.addRoleToActor(long actorId,
long roleId)
Add the roleId specified role to the actorId specified actor
|
SActorMember |
ActorMappingService.addUserToActor(long actorId,
long userId)
Add the userId specified user to the actorId specified actor
|
| Modifier and Type | Method and Description |
|---|---|
SActorMember |
ActorMappingServiceImpl.addGroupToActor(long actorId,
long groupId) |
SActorMember |
ActorMappingServiceImpl.addRoleAndGroupToActor(long actorId,
long roleId,
long groupId) |
SActorMember |
ActorMappingServiceImpl.addRoleToActor(long actorId,
long roleId) |
SActorMember |
ActorMappingServiceImpl.addUserToActor(long actorId,
long userId) |
Copyright © 2018 Bonitasoft S.A.. All rights reserved.