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