| Modifier and Type | Method and Description |
|---|---|
SActor |
ActorMappingService.addActor(SActor actor)
Create an actor by given 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
|
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 |
|---|---|
Set<SActor> |
ActorMappingService.addActors(Set<SActor> actors)
Create actors by given actors
|
List<SActor> |
ActorMappingService.getActors(List<Long> actorIds)
Get a list of actors by the given list of actor ids
|
List<SActor> |
ActorMappingService.getActors(long processDefinitionId,
org.bonitasoft.engine.persistence.QueryOptions queryOptions)
Get paginated actors
|
List<SActor> |
ActorMappingService.getActors(Set<Long> scopeIds,
Long userId)
Get a list of all actors for the id specified user in certain scopes specified by scopeIds
|
| Modifier and Type | Method and Description |
|---|---|
SActor |
ActorMappingService.addActor(SActor actor)
Create an actor by given actor
|
| Modifier and Type | Method and Description |
|---|---|
Set<SActor> |
ActorMappingService.addActors(Set<SActor> actors)
Create actors by given actors
|
| Modifier and Type | Method and Description |
|---|---|
SActor |
ActorMappingServiceImpl.addActor(SActor actor) |
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 |
|---|---|
Set<SActor> |
ActorMappingServiceImpl.addActors(Set<SActor> actors) |
List<SActor> |
ActorMappingServiceImpl.getActors(List<Long> actorIds) |
List<SActor> |
ActorMappingServiceImpl.getActors(long processDefinitionId,
org.bonitasoft.engine.persistence.QueryOptions queryOptions) |
List<SActor> |
ActorMappingServiceImpl.getActors(Set<Long> scopeIds,
Long userId) |
| Modifier and Type | Method and Description |
|---|---|
SActor |
ActorMappingServiceImpl.addActor(SActor actor) |
| Modifier and Type | Method and Description |
|---|---|
Set<SActor> |
ActorMappingServiceImpl.addActors(Set<SActor> actors) |
| Modifier and Type | Method and Description |
|---|---|
SActor |
SActorBuilder.getActor() |
| Modifier and Type | Class and Description |
|---|---|
class |
SActorImpl |
| Modifier and Type | Method and Description |
|---|---|
SActor |
SActorBuilderImpl.getActor() |
| Constructor and Description |
|---|
SActorImpl(SActor actor) |
| Modifier and Type | Method and Description |
|---|---|
static org.bonitasoft.engine.persistence.SelectByIdDescriptor<SActor> |
SelectDescriptorBuilder.getActor(long actorId) |
static org.bonitasoft.engine.persistence.SelectOneDescriptor<SActor> |
SelectDescriptorBuilder.getActor(String actorName,
long scopeId) |
static org.bonitasoft.engine.persistence.SelectListDescriptor<SActor> |
SelectDescriptorBuilder.getActorsOfScope(long scopeId,
org.bonitasoft.engine.persistence.QueryOptions queryOptions) |
static org.bonitasoft.engine.persistence.SelectListDescriptor<SActor> |
SelectDescriptorBuilder.getFullActorsListOfUser(Set<Long> scopeIds,
long userId) |
| Modifier and Type | Method and Description |
|---|---|
SActor |
GetActor.getResult() |
| Modifier and Type | Method and Description |
|---|---|
List<SActor> |
GetActorsByActorIds.getResult() |
List<SActor> |
GetActorInitiators.getResult() |
| Constructor and Description |
|---|
AddActor(ActorMappingService actorMappingService,
SActor actor) |
| Modifier and Type | Method and Description |
|---|---|
static ActorInstance |
ModelConvertor.toActorInstance(SActor actor) |
| Modifier and Type | Method and Description |
|---|---|
static List<ActorInstance> |
ModelConvertor.toActors(List<SActor> sActors) |
Copyright © 2018 Bonitasoft S.A.. All rights reserved.