Class GetNumberOfGroupsOfActor
- java.lang.Object
-
- org.bonitasoft.engine.api.impl.transaction.actor.GetNumberOfGroupsOfActor
-
- All Implemented Interfaces:
TransactionContent,TransactionContentWithResult<java.lang.Long>
public class GetNumberOfGroupsOfActor extends java.lang.Object implements TransactionContentWithResult<java.lang.Long>
- Author:
- Celine Souchet
-
-
Constructor Summary
Constructors Constructor Description GetNumberOfGroupsOfActor(ActorMappingService actorMappingService, long actorId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute()java.lang.LonggetResult()
-
-
-
Constructor Detail
-
GetNumberOfGroupsOfActor
public GetNumberOfGroupsOfActor(ActorMappingService actorMappingService, long actorId)
-
-
Method Detail
-
execute
public void execute()
- Specified by:
executein interfaceTransactionContent
-
getResult
public java.lang.Long getResult()
- Specified by:
getResultin interfaceTransactionContentWithResult<java.lang.Long>
-
-