public class SearchFlowNodeInstanceSupervisedBy extends AbstractSearchEntity<FlowNodeInstance,SFlowNodeInstance>
| Constructor and Description |
|---|
SearchFlowNodeInstanceSupervisedBy(Long supervisorId,
FlowNodeInstanceService flowNodeInstanceService,
FlowNodeStateManager flowNodeStateManager,
SearchEntityDescriptor searchDescriptor,
SearchOptions searchOptions) |
| Modifier and Type | Method and Description |
|---|---|
List<FlowNodeInstance> |
convertToClientObjects(List<SFlowNodeInstance> serverObjects)
Must convert server objects in client objects here
|
long |
executeCount(QueryOptions searchOptions)
Execute the count here
|
List<SFlowNodeInstance> |
executeSearch(QueryOptions searchOptions)
Execute the search here
|
execute, getResult, getSearchFilter, search, search, validateQuerypublic SearchFlowNodeInstanceSupervisedBy(Long supervisorId, FlowNodeInstanceService flowNodeInstanceService, FlowNodeStateManager flowNodeStateManager, SearchEntityDescriptor searchDescriptor, SearchOptions searchOptions)
public long executeCount(QueryOptions searchOptions) throws SBonitaReadException
AbstractSearchEntityexecuteCount in class AbstractSearchEntity<FlowNodeInstance,SFlowNodeInstance>searchOptions - The query options to execute the count withSBonitaReadExceptionpublic List<SFlowNodeInstance> executeSearch(QueryOptions searchOptions) throws SBonitaReadException
AbstractSearchEntityexecuteSearch in class AbstractSearchEntity<FlowNodeInstance,SFlowNodeInstance>searchOptions - The query options to execute the search withSBonitaReadExceptionpublic List<FlowNodeInstance> convertToClientObjects(List<SFlowNodeInstance> serverObjects)
AbstractSearchEntityconvertToClientObjects in class AbstractSearchEntity<FlowNodeInstance,SFlowNodeInstance>serverObjects - The server object to convertCopyright © 2018 Bonitasoft S.A.. All rights reserved.