public class GetActor extends java.lang.Object implements TransactionContentWithResult<SActor>
| Constructor and Description |
|---|
GetActor(ActorMappingService actorMappingService,
long actorId) |
GetActor(ActorMappingService actorMappingService,
java.lang.String actorName,
long scopeId) |
| Modifier and Type | Method and Description |
|---|---|
void |
execute() |
SActor |
getResult() |
public GetActor(ActorMappingService actorMappingService, long actorId)
public GetActor(ActorMappingService actorMappingService, java.lang.String actorName, long scopeId)
public void execute()
throws SBonitaException
execute in interface TransactionContentSBonitaExceptionpublic SActor getResult()
getResult in interface TransactionContentWithResult<SActor>