public class GetNumberOfActors extends java.lang.Object implements TransactionContentWithResult<java.lang.Integer>
| Constructor and Description |
|---|
GetNumberOfActors(ProcessDefinitionService processDefinitionService,
long processDefinitionId) |
| Modifier and Type | Method and Description |
|---|---|
void |
execute() |
java.lang.Integer |
getResult() |
public GetNumberOfActors(ProcessDefinitionService processDefinitionService, long processDefinitionId)
public void execute()
throws SBonitaException
execute in interface TransactionContentSBonitaExceptionpublic java.lang.Integer getResult()
getResult in interface TransactionContentWithResult<java.lang.Integer>