Class GetNumberOfActors
- java.lang.Object
-
- org.bonitasoft.engine.api.impl.transaction.actor.GetNumberOfActors
-
- All Implemented Interfaces:
TransactionContent,TransactionContentWithResult<java.lang.Integer>
public class GetNumberOfActors extends java.lang.Object implements TransactionContentWithResult<java.lang.Integer>
- Author:
- Yanyan Liu, Emmanuel Duchastenier
-
-
Constructor Summary
Constructors Constructor Description GetNumberOfActors(ProcessDefinitionService processDefinitionService, long processDefinitionId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute()java.lang.IntegergetResult()
-
-
-
Constructor Detail
-
GetNumberOfActors
public GetNumberOfActors(ProcessDefinitionService processDefinitionService, long processDefinitionId)
-
-
Method Detail
-
execute
public void execute() throws SBonitaException- Specified by:
executein interfaceTransactionContent- Throws:
SBonitaException
-
getResult
public java.lang.Integer getResult()
- Specified by:
getResultin interfaceTransactionContentWithResult<java.lang.Integer>
-
-