Class GetNumberOfCategoriesUnrelatedToProcess
- java.lang.Object
-
- org.bonitasoft.engine.api.impl.transaction.category.GetNumberOfCategoriesUnrelatedToProcess
-
- All Implemented Interfaces:
TransactionContent,TransactionContentWithResult<java.lang.Long>
public class GetNumberOfCategoriesUnrelatedToProcess extends java.lang.Object implements TransactionContentWithResult<java.lang.Long>
- Author:
- Celine Souchet
-
-
Constructor Summary
Constructors Constructor Description GetNumberOfCategoriesUnrelatedToProcess(CategoryService categoryService, long processDefinitionId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute()java.lang.LonggetResult()
-
-
-
Constructor Detail
-
GetNumberOfCategoriesUnrelatedToProcess
public GetNumberOfCategoriesUnrelatedToProcess(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>
-
-