| Package | Description |
|---|---|
| org.bonitasoft.engine.actor.mapping | |
| org.bonitasoft.engine.actor.mapping.impl | |
| org.bonitasoft.engine.bpm.model.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
|
SActor |
ActorMappingService.getActor(long actorId)
Get actor by actor id
If the actor by a given actorId is not found, it will throw SActorNotFoundException
|
SActor |
ActorMappingService.getActor(String actorName,
long scopeId)
Get actor by actor name and scope id
If the actor by a given actorName and scopeId is not found, it will throw SActorNotFoundException
|
List<SActor> |
ActorMappingService.getActors(List<Long> actorIds)
Get a list of actors by the given list of actor ids
|
SActor |
ActorMappingService.updateActor(long actorId,
EntityUpdateDescriptor updateDescriptor)
Update actor by its id
If the actor by a given actorId is not found, it will throw processDefinitionNotFountExcetion
|
| Modifier and Type | Method and Description |
|---|---|
SActorMember |
ActorMappingServiceImpl.addGroupToActor(long actorId,
long groupId) |
SActorMember |
ActorMappingServiceImpl.addRoleAndGroupToActor(long actorId,
long roleId,
long groupId) |
SActor |
ActorMappingServiceImpl.getActor(long actorId) |
SActor |
ActorMappingServiceImpl.getActor(String actorName,
long scopeId) |
SActor |
ActorMappingServiceImpl.updateActor(long actorId,
EntityUpdateDescriptor descriptor) |
| Modifier and Type | Method and Description |
|---|---|
org.bonitasoft.engine.core.process.instance.model.SFlowNodeInstance |
BPMInstancesCreator.toFlowNodeInstance(long processDefinitionId,
long rootContainerId,
long parentContainerId,
org.bonitasoft.engine.core.process.instance.model.SFlowElementsContainerType parentContainerType,
SFlowNodeDefinition sFlowNodeDefinition,
long rootProcessInstanceId,
long parentProcessInstanceId,
boolean createInnerActivity,
int loopCounter,
org.bonitasoft.engine.core.process.instance.model.SStateCategory stateCategory,
long relatedActivityInstanceId) |
Copyright © 2018 Bonitasoft S.A.. All rights reserved.