Class GetNumberOfProcessDeploymentInfos
- java.lang.Object
-
- org.bonitasoft.engine.api.impl.transaction.process.GetNumberOfProcessDeploymentInfos
-
- All Implemented Interfaces:
TransactionContent,TransactionContentWithResult<java.lang.Long>
public final class GetNumberOfProcessDeploymentInfos extends java.lang.Object implements TransactionContentWithResult<java.lang.Long>
- Author:
- Baptiste Mesta
-
-
Constructor Summary
Constructors Constructor Description GetNumberOfProcessDeploymentInfos(ProcessDefinitionService processDefinitionService)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute()java.lang.LonggetResult()
-
-
-
Constructor Detail
-
GetNumberOfProcessDeploymentInfos
public GetNumberOfProcessDeploymentInfos(ProcessDefinitionService processDefinitionService)
-
-
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>
-
-