Uses of Interface
com.flowable.indexing.SearchService
-
Packages that use SearchService Package Description com.flowable.indexing com.flowable.platform.service.content com.flowable.platform.service.index com.flowable.platform.service.reports -
-
Uses of SearchService in com.flowable.indexing
Classes in com.flowable.indexing that implement SearchService Modifier and Type Class Description classSearchServiceImpl -
Uses of SearchService in com.flowable.platform.service.content
Fields in com.flowable.platform.service.content declared as SearchService Modifier and Type Field Description protected SearchServicePlatformFolderItemService. searchService -
Uses of SearchService in com.flowable.platform.service.index
Fields in com.flowable.platform.service.index declared as SearchService Modifier and Type Field Description protected SearchServiceWorkIndexService. searchService -
Uses of SearchService in com.flowable.platform.service.reports
Fields in com.flowable.platform.service.reports declared as SearchService Modifier and Type Field Description protected SearchServicePlatformDefaultReportRunner. searchServiceConstructors in com.flowable.platform.service.reports with parameters of type SearchService Constructor Description PlatformDefaultReportRunner(com.flowable.core.service.reporting.impl.template.TemplateLoader templateLoader, SearchService searchService, ElasticsearchCompatibility elasticsearchCompatibility, org.flowable.engine.RepositoryService repositoryService, org.flowable.cmmn.api.CmmnRepositoryService cmmnRepositoryService, WorkDefinitionService workDefinitionService)PlatformHeatmapReportRunner(com.flowable.core.service.reporting.impl.template.TemplateLoader templateLoader, SearchService searchService, ElasticsearchCompatibility elasticsearchCompatibility, org.flowable.engine.RepositoryService repositoryService, org.flowable.cmmn.api.CmmnRepositoryService cmmnRepositoryService, WorkDefinitionService workDefinitionService)
-