Class SearchArchivedFlowNodeInstanceSupervisedBy
- java.lang.Object
-
- org.bonitasoft.engine.search.AbstractSearchEntity<org.bonitasoft.engine.bpm.flownode.ArchivedFlowNodeInstance,SAFlowNodeInstance>
-
- org.bonitasoft.engine.search.supervisor.SearchArchivedFlowNodeInstanceSupervisedBy
-
- All Implemented Interfaces:
TransactionContent
,TransactionContentWithResult<org.bonitasoft.engine.search.SearchResult<org.bonitasoft.engine.bpm.flownode.ArchivedFlowNodeInstance>>
public class SearchArchivedFlowNodeInstanceSupervisedBy extends AbstractSearchEntity<org.bonitasoft.engine.bpm.flownode.ArchivedFlowNodeInstance,SAFlowNodeInstance>
- Author:
- Celine Souchet
-
-
Constructor Summary
Constructors Constructor Description SearchArchivedFlowNodeInstanceSupervisedBy(java.lang.Long supervisorId, FlowNodeInstanceService flowNodeInstanceService, FlowNodeStateManager flowNodeStateManager, SearchEntityDescriptor searchDescriptor, org.bonitasoft.engine.search.SearchOptions searchOptions)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<org.bonitasoft.engine.bpm.flownode.ArchivedFlowNodeInstance>
convertToClientObjects(java.util.List<SAFlowNodeInstance> serverObjects)
Must convert server objects in client objects herelong
executeCount(QueryOptions searchOptions)
Execute the count herejava.util.List<SAFlowNodeInstance>
executeSearch(QueryOptions searchOptions)
Execute the search here-
Methods inherited from class org.bonitasoft.engine.search.AbstractSearchEntity
execute, getResult, getSearchFilter, search, search, validateQuery
-
-
-
-
Constructor Detail
-
SearchArchivedFlowNodeInstanceSupervisedBy
public SearchArchivedFlowNodeInstanceSupervisedBy(java.lang.Long supervisorId, FlowNodeInstanceService flowNodeInstanceService, FlowNodeStateManager flowNodeStateManager, SearchEntityDescriptor searchDescriptor, org.bonitasoft.engine.search.SearchOptions searchOptions)
-
-
Method Detail
-
executeCount
public long executeCount(QueryOptions searchOptions) throws SBonitaReadException
Description copied from class:AbstractSearchEntity
Execute the count here- Specified by:
executeCount
in classAbstractSearchEntity<org.bonitasoft.engine.bpm.flownode.ArchivedFlowNodeInstance,SAFlowNodeInstance>
- Parameters:
searchOptions
- The query options to execute the count with- Returns:
- The number of result on the server
- Throws:
SBonitaReadException
- when the search failed to retrieve the count number
-
executeSearch
public java.util.List<SAFlowNodeInstance> executeSearch(QueryOptions searchOptions) throws SBonitaReadException
Description copied from class:AbstractSearchEntity
Execute the search here- Specified by:
executeSearch
in classAbstractSearchEntity<org.bonitasoft.engine.bpm.flownode.ArchivedFlowNodeInstance,SAFlowNodeInstance>
- Parameters:
searchOptions
- The query options to execute the search with- Returns:
- The list of searched server objects
- Throws:
SBonitaReadException
- when the search failed to retrieve the results
-
convertToClientObjects
public java.util.List<org.bonitasoft.engine.bpm.flownode.ArchivedFlowNodeInstance> convertToClientObjects(java.util.List<SAFlowNodeInstance> serverObjects)
Description copied from class:AbstractSearchEntity
Must convert server objects in client objects here- Specified by:
convertToClientObjects
in classAbstractSearchEntity<org.bonitasoft.engine.bpm.flownode.ArchivedFlowNodeInstance,SAFlowNodeInstance>
- Parameters:
serverObjects
- The server object to convert- Returns:
- The list of the client objects corresponding to the server objects
-
-