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