Uses of Interface
com.flowable.indexing.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 class
SearchServiceImpl
-
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 SearchService
PlatformFolderItemService. 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 SearchService
WorkIndexService. 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 SearchService
PlatformReportService. searchService
Constructors in com.flowable.platform.service.reports with parameters of type SearchService Constructor Description PlatformReportService(com.fasterxml.jackson.databind.ObjectMapper objectMapper, TemplateLoader templateLoader, SearchService searchService, com.flowable.platform.security.permission.PermissionServiceRegistry permissionServiceRegistry, WorkDefinitionService workDefinitionService, org.flowable.cmmn.api.CmmnRepositoryService cmmnRepositoryService, org.flowable.engine.RepositoryService repositoryService, org.springframework.core.io.Resource[] reportResources)