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