public class SearchFlowNodeInstances<T extends SFlowNodeInstance> extends java.lang.Object implements TransactionContentWithResult<java.util.List<T>>
| Constructor and Description |
|---|
SearchFlowNodeInstances(FlowNodeInstanceService flowNodeInstanceService,
QueryOptions queryOptions,
java.lang.Class<T> entityClass) |
| Modifier and Type | Method and Description |
|---|---|
void |
execute() |
long |
getCount() |
java.util.List<T> |
getResult() |
public SearchFlowNodeInstances(FlowNodeInstanceService flowNodeInstanceService, QueryOptions queryOptions, java.lang.Class<T> entityClass)
public void execute()
throws SBonitaException
execute in interface TransactionContentSBonitaExceptionpublic java.util.List<T> getResult()
getResult in interface TransactionContentWithResult<java.util.List<T extends SFlowNodeInstance>>public long getCount()