Class SearchProcessDeploymentInfosSupervised
- java.lang.Object
-
- org.bonitasoft.engine.search.AbstractSearchEntity<org.bonitasoft.engine.bpm.process.ProcessDeploymentInfo,SProcessDefinitionDeployInfo>
-
- org.bonitasoft.engine.search.AbstractProcessDeploymentInfoSearchEntity
-
- org.bonitasoft.engine.search.supervisor.SearchProcessDeploymentInfosSupervised
-
- All Implemented Interfaces:
TransactionContent,TransactionContentWithResult<org.bonitasoft.engine.search.SearchResult<org.bonitasoft.engine.bpm.process.ProcessDeploymentInfo>>
public class SearchProcessDeploymentInfosSupervised extends AbstractProcessDeploymentInfoSearchEntity
-
-
Constructor Summary
Constructors Constructor Description SearchProcessDeploymentInfosSupervised(ProcessDefinitionService processDefinitionService, SearchProcessDefinitionsDescriptor searchEntitiesDescriptor, org.bonitasoft.engine.search.SearchOptions options, long userId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longexecuteCount(QueryOptions searchOptions)Execute the count herejava.util.List<SProcessDefinitionDeployInfo>executeSearch(QueryOptions searchOptions)Execute the search here-
Methods inherited from class org.bonitasoft.engine.search.AbstractProcessDeploymentInfoSearchEntity
convertToClientObjects
-
Methods inherited from class org.bonitasoft.engine.search.AbstractSearchEntity
execute, getResult, getSearchFilter, search, search, validateQuery
-
-
-
-
Constructor Detail
-
SearchProcessDeploymentInfosSupervised
public SearchProcessDeploymentInfosSupervised(ProcessDefinitionService processDefinitionService, SearchProcessDefinitionsDescriptor searchEntitiesDescriptor, org.bonitasoft.engine.search.SearchOptions options, long userId)
-
-
Method Detail
-
executeCount
public long executeCount(QueryOptions searchOptions) throws SBonitaReadException
Description copied from class:AbstractSearchEntityExecute the count here- Specified by:
executeCountin classAbstractSearchEntity<org.bonitasoft.engine.bpm.process.ProcessDeploymentInfo,SProcessDefinitionDeployInfo>- 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<SProcessDefinitionDeployInfo> executeSearch(QueryOptions searchOptions) throws SBonitaReadException
Description copied from class:AbstractSearchEntityExecute the search here- Specified by:
executeSearchin classAbstractSearchEntity<org.bonitasoft.engine.bpm.process.ProcessDeploymentInfo,SProcessDefinitionDeployInfo>- 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
-
-