Class GetChildInstanceIdsOfProcessInstance
java.lang.Object
org.bonitasoft.engine.api.impl.transaction.process.GetChildInstanceIdsOfProcessInstance
- All Implemented Interfaces:
TransactionContent,TransactionContentWithResult<List<Long>>
public class GetChildInstanceIdsOfProcessInstance
extends Object
implements TransactionContentWithResult<List<Long>>
- Author:
- Yanyan Liu
-
Constructor Summary
ConstructorsConstructorDescriptionGetChildInstanceIdsOfProcessInstance(ProcessInstanceService processInstanceService, long processInstanceId, int pageIndex, int numberPerPage, String field, OrderByType order) -
Method Summary
-
Constructor Details
-
GetChildInstanceIdsOfProcessInstance
public GetChildInstanceIdsOfProcessInstance(ProcessInstanceService processInstanceService, long processInstanceId, int pageIndex, int numberPerPage, String field, OrderByType order)
-
-
Method Details
-
execute
- Specified by:
executein interfaceTransactionContent- Throws:
SBonitaException
-
getResult
- Specified by:
getResultin interfaceTransactionContentWithResult<List<Long>>
-