public class RemoveActorMember extends java.lang.Object implements TransactionContentWithResult<SActorMember>
| Constructor and Description |
|---|
RemoveActorMember(ActorMappingService actorMappingService,
long actorMemberId) |
| Modifier and Type | Method and Description |
|---|---|
void |
execute() |
SActorMember |
getResult() |
public RemoveActorMember(ActorMappingService actorMappingService, long actorMemberId)
public void execute()
throws SBonitaException
execute in interface TransactionContentSBonitaExceptionpublic SActorMember getResult()
getResult in interface TransactionContentWithResult<SActorMember>