public class SearchArchivedFlowNodeInstances extends AbstractSearchEntity<ArchivedFlowNodeInstance,SAFlowNodeInstance>
| Constructor and Description |
|---|
SearchArchivedFlowNodeInstances(FlowNodeInstanceService flowNodeInstanceService,
FlowNodeStateManager flowNodeStateManager,
SearchArchivedFlowNodeInstanceDescriptor 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 SearchArchivedFlowNodeInstances(FlowNodeInstanceService flowNodeInstanceService, FlowNodeStateManager flowNodeStateManager, SearchArchivedFlowNodeInstanceDescriptor 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 © 2018 Bonitasoft S.A.. All rights reserved.