Uses of Class
org.imixs.workflow.engine.index.SortOrder
Packages that use SortOrder
Package
Description
-
Uses of SortOrder in org.imixs.workflow.engine.index
Methods in org.imixs.workflow.engine.index with parameters of type SortOrderModifier and TypeMethodDescriptionSearchService.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 SortOrder in org.imixs.workflow.engine.lucene
Methods in org.imixs.workflow.engine.lucene with parameters of type SortOrderModifier and TypeMethodDescriptionLuceneSearchService.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 SortOrder in org.imixs.workflow.engine.solr
Methods in org.imixs.workflow.engine.solr with parameters of type SortOrderModifier and TypeMethodDescriptionSolrIndexService.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.