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