Class SearchFlowNodeInstances<T extends SFlowNodeInstance>
- java.lang.Object
-
- org.bonitasoft.engine.api.impl.transaction.flownode.SearchFlowNodeInstances<T>
-
- All Implemented Interfaces:
TransactionContent,TransactionContentWithResult<java.util.List<T>>
public class SearchFlowNodeInstances<T extends SFlowNodeInstance> extends java.lang.Object implements TransactionContentWithResult<java.util.List<T>>
- Author:
- Elias Ricken de Medeiros
-
-
Constructor Summary
Constructors Constructor Description SearchFlowNodeInstances(FlowNodeInstanceService flowNodeInstanceService, QueryOptions queryOptions, java.lang.Class<T> entityClass)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute()longgetCount()java.util.List<T>getResult()
-
-
-
Constructor Detail
-
SearchFlowNodeInstances
public SearchFlowNodeInstances(FlowNodeInstanceService flowNodeInstanceService, QueryOptions queryOptions, java.lang.Class<T> entityClass)
-
-
Method Detail
-
execute
public void execute() throws SBonitaException- Specified by:
executein interfaceTransactionContent- Throws:
SBonitaException
-
getResult
public java.util.List<T> getResult()
- Specified by:
getResultin interfaceTransactionContentWithResult<T extends SFlowNodeInstance>
-
getCount
public long getCount()
-
-