public class GetChildInstanceIdsOfProcessInstance extends java.lang.Object implements TransactionContentWithResult<java.util.List<java.lang.Long>>
| Constructor and Description |
|---|
GetChildInstanceIdsOfProcessInstance(ProcessInstanceService processInstanceService,
long processInstanceId,
int pageIndex,
int numberPerPage,
java.lang.String field,
OrderByType order) |
| Modifier and Type | Method and Description |
|---|---|
void |
execute() |
java.util.List<java.lang.Long> |
getResult() |
public GetChildInstanceIdsOfProcessInstance(ProcessInstanceService processInstanceService, long processInstanceId, int pageIndex, int numberPerPage, java.lang.String field, OrderByType order)
public void execute()
throws SBonitaException
execute in interface TransactionContentSBonitaExceptionpublic java.util.List<java.lang.Long> getResult()
getResult in interface TransactionContentWithResult<java.util.List<java.lang.Long>>