Class GetChildInstanceIdsOfProcessInstance
- java.lang.Object
-
- org.bonitasoft.engine.api.impl.transaction.process.GetChildInstanceIdsOfProcessInstance
-
- All Implemented Interfaces:
TransactionContent,TransactionContentWithResult<java.util.List<java.lang.Long>>
public class GetChildInstanceIdsOfProcessInstance extends java.lang.Object implements TransactionContentWithResult<java.util.List<java.lang.Long>>
- Author:
- Yanyan Liu
-
-
Constructor Summary
Constructors Constructor Description GetChildInstanceIdsOfProcessInstance(ProcessInstanceService processInstanceService, long processInstanceId, int pageIndex, int numberPerPage, java.lang.String field, OrderByType order)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute()java.util.List<java.lang.Long>getResult()
-
-
-
Constructor Detail
-
GetChildInstanceIdsOfProcessInstance
public GetChildInstanceIdsOfProcessInstance(ProcessInstanceService processInstanceService, long processInstanceId, int pageIndex, int numberPerPage, java.lang.String field, OrderByType order)
-
-
Method Detail
-
execute
public void execute() throws SBonitaException- Specified by:
executein interfaceTransactionContent- Throws:
SBonitaException
-
getResult
public java.util.List<java.lang.Long> getResult()
- Specified by:
getResultin interfaceTransactionContentWithResult<java.util.List<java.lang.Long>>
-
-