Uses of Class
org.imixs.workflow.engine.index.DefaultOperator
-
Packages that use DefaultOperator Package Description org.imixs.workflow.engine.index -
-
Uses of DefaultOperator in org.imixs.workflow.engine.index
Methods in org.imixs.workflow.engine.index that return DefaultOperator Modifier and Type Method Description static DefaultOperatorDefaultOperator. valueOf(String name)Returns the enum constant of this type with the specified name.static DefaultOperator[]DefaultOperator. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.imixs.workflow.engine.index with parameters of type DefaultOperator Modifier and Type Method Description intSearchService. getTotalHits(String _searchTerm, int _maxResult, DefaultOperator defaultOperator)Returns the total hits for a given search term from the lucene index.List<ItemCollection>SearchService. search(String searchTerm, int pageSize, int pageIndex, SortOrder sortOrder, DefaultOperator defaultOperator, boolean loadStubs)Returns a collection of documents matching the provided search term.
-