Uses of Class
org.imixs.workflow.engine.index.Category
-
Packages that use Category Package Description org.imixs.workflow.engine.index -
-
Uses of Category in org.imixs.workflow.engine.index
Methods in org.imixs.workflow.engine.index that return types with arguments of type Category Modifier and Type Method Description List<Category>SearchService. getTaxonomy(String... categories)Returns the total hits for a given set of categories from the lucene taxonomy index.List<Category>SearchService. getTaxonomyByQuery(String searchTerm, String... categories)Returns the total hits for a given set of categories from the lucene taxonomy index based on a search query.
-