public class SearchFlowNodeInstanceSupervisedBy extends AbstractSearchEntity<org.bonitasoft.engine.bpm.flownode.FlowNodeInstance,SFlowNodeInstance>
| Constructor and Description |
|---|
SearchFlowNodeInstanceSupervisedBy(java.lang.Long supervisorId,
FlowNodeInstanceService flowNodeInstanceService,
FlowNodeStateManager flowNodeStateManager,
SearchEntityDescriptor searchDescriptor,
org.bonitasoft.engine.search.SearchOptions searchOptions) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<org.bonitasoft.engine.bpm.flownode.FlowNodeInstance> |
convertToClientObjects(java.util.List<SFlowNodeInstance> serverObjects)
Must convert server objects in client objects here
|
long |
executeCount(QueryOptions searchOptions)
Execute the count here
|
java.util.List<SFlowNodeInstance> |
executeSearch(QueryOptions searchOptions)
Execute the search here
|
execute, getResult, getSearchFilter, search, search, validateQuerypublic SearchFlowNodeInstanceSupervisedBy(java.lang.Long supervisorId,
FlowNodeInstanceService flowNodeInstanceService,
FlowNodeStateManager flowNodeStateManager,
SearchEntityDescriptor searchDescriptor,
org.bonitasoft.engine.search.SearchOptions searchOptions)
public long executeCount(QueryOptions searchOptions) throws SBonitaReadException
AbstractSearchEntityexecuteCount in class AbstractSearchEntity<org.bonitasoft.engine.bpm.flownode.FlowNodeInstance,SFlowNodeInstance>searchOptions - The query options to execute the count withSBonitaReadException - when the search failed to retrieve the count numberpublic java.util.List<SFlowNodeInstance> executeSearch(QueryOptions searchOptions) throws SBonitaReadException
AbstractSearchEntityexecuteSearch in class AbstractSearchEntity<org.bonitasoft.engine.bpm.flownode.FlowNodeInstance,SFlowNodeInstance>searchOptions - The query options to execute the search withSBonitaReadException - when the search failed to retrieve the resultspublic java.util.List<org.bonitasoft.engine.bpm.flownode.FlowNodeInstance> convertToClientObjects(java.util.List<SFlowNodeInstance> serverObjects)
AbstractSearchEntityconvertToClientObjects in class AbstractSearchEntity<org.bonitasoft.engine.bpm.flownode.FlowNodeInstance,SFlowNodeInstance>serverObjects - The server object to convert