Uses of Class
org.imixs.workflow.exceptions.QueryException
Package
Description
-
Uses of QueryException in org.imixs.workflow
Modifier and TypeMethodDescriptionQuerySelector.find
(int pageSize, int pageIndex) Returns a selection of workitems. -
Uses of QueryException in org.imixs.workflow.engine
Modifier and TypeMethodDescriptionvoid
void
This method creates a backup of the result set form a Lucene search query.int
Returns the total hits for a given search query.int
Returns the total hits for a given search query.int
DocumentService.countPages
(String searchTerm, int pageSize) Returns the total pages for a given search term and a given page size.The method returns a list of ItemCollections from the search-index.DocumentService.find
(String searchTerm, int pageSize, int pageIndex, String sortBy, boolean sortReverse) The method returns a sorted list of ItemCollections from the search-index.DocumentService.findStubs
(String searchTerm, int pageSize, int pageIndex, String sortBy, boolean sortReverse) The method returns a sorted list of Document Stubs from the search-index.ReportService.getDataSource
(ItemCollection reportEntity, int pageSize, int pageIndex, String sortBy, boolean sortReverse, Map<String, String> params) Returns the data source defined by a report.protected void
WorkflowScheduler.processWorkListByEvent
(org.openbpmn.bpmn.BPMNModel model, ItemCollection taskEntity, ItemCollection eventEntity, ItemCollection configItemCollection) This method processes all workitems for a specific scheduled event element of a workflow model. -
Uses of QueryException in org.imixs.workflow.engine.index
Modifier and TypeMethodDescriptionSchemaService.getExtendedSearchTerm
(String sSearchTerm) Returns the extended search term for a given query.int
SearchService.getTotalHits
(String _searchTerm, int _maxResult, DefaultOperator defaultOperator) Returns the total hits for a given search term from the lucene index.SearchService.search
(String searchTerm, int pageSize, int pageIndex, SortOrder sortOrder, DefaultOperator defaultOperator, boolean loadStubs) Returns a collection of documents matching the provided search term. -
Uses of QueryException in org.imixs.workflow.engine.lucene
Modifier and TypeMethodDescriptionint
LuceneSearchService.getTotalHits
(String _searchTerm, int _maxResult, DefaultOperator defaultOperator) Returns the total hits for a given search term from the lucene index.LuceneSearchService.search
(String searchTerm, int pageSize, int pageIndex, SortOrder sortOrder, DefaultOperator defaultOperator, boolean loadStubs) Returns a collection of documents matching the provided search term. -
Uses of QueryException in org.imixs.workflow.engine.solr
Modifier and TypeMethodDescriptionint
SolrSearchService.getTotalHits
(String _searchTerm, int _maxResult, DefaultOperator defaultOperator) Returns the total hits for a given search term from the lucene index.SolrIndexService.query
(String searchTerm, int pageSize, int pageIndex, SortOrder sortOrder, DefaultOperator defaultOperator, boolean loadStubs) This method post a search query and returns the result.SolrSearchService.search
(String _searchTerm, int pageSize, int pageIndex, SortOrder sortOrder, DefaultOperator defaultOperator, boolean loadStubs) Returns a collection of documents matching the provided search term. -
Uses of QueryException in org.imixs.workflow.faces.data
Modifier and TypeMethodDescriptionViewHandler.getData
(ViewController viewController) Returns the current view result.ViewController.getWorkitems()
Deprecated.ViewController.loadData()
Returns the current view result.void
ViewHandler.onLoad
(ViewController viewController) This method can be used in ajax forms to pre-compute the result set for further rendering.