- getAllIndexes() - Method in interface es.prodevelop.pui9.elasticsearch.services.interfaces.IPuiElasticSearchIndexService
-
Get the list of existing indexes names
- getAllIndexes() - Method in class es.prodevelop.pui9.elasticsearch.services.PuiElasticSearchIndexService
-
- getByCode(String) - Static method in enum es.prodevelop.pui9.elasticsearch.enums.ESLanguages
-
- getClient() - Method in class es.prodevelop.pui9.elasticsearch.PuiElasticSearchManager
-
Get the RestHighLevelClient object of ElasticSearch
- getClient() - Method in class es.prodevelop.pui9.elasticsearch.services.AbstractPuiElasticSearchService
-
Get the ElasticSearch transport client object
- getIndexableModels() - Method in class es.prodevelop.pui9.elasticsearch.analysis.PuiElasticsearchViewsAnalysis
-
Get the list of indexable models in Elastic Serach
- getIndexableViews() - Method in class es.prodevelop.pui9.elasticsearch.analysis.PuiElasticsearchViewsAnalysis
-
Get the list of indexable views in Elastic Serach
- getIndexesForDto(Class<? extends IViewDto>) - Method in class es.prodevelop.pui9.elasticsearch.services.AbstractPuiElasticSearchService
-
Return the list of indexes for the given Dto.
- getIndexForLanguage(Class<? extends IViewDto>, PuiLanguage) - Method in class es.prodevelop.pui9.elasticsearch.services.AbstractPuiElasticSearchService
-
Get the index for the given IViewDto class and language
- getIndexPrefix() - Method in class es.prodevelop.pui9.elasticsearch.services.AbstractPuiElasticSearchService
-
Get the index prefix for the indexes of ElasticSearch for this application
- getIndexPrefix() - Method in interface es.prodevelop.pui9.elasticsearch.services.interfaces.IPuiElasticSearchIndexService
-
Get the prefix for the indexes
- getIndexPrefix() - Method in class es.prodevelop.pui9.elasticsearch.services.PuiElasticSearchIndexService
-
- getInfo() - Method in class es.prodevelop.pui9.elasticsearch.controllers.PuiElasticSearchController
-
Get a complete information about the current status of all the indexes of
Elastic Search
- getJoinCode() - Method in class es.prodevelop.pui9.elasticsearch.analysis.JoinTableDef
-
The SQL code of the join
- getLanguageFromIndex(String) - Method in class es.prodevelop.pui9.elasticsearch.services.AbstractPuiElasticSearchService
-
Get the language for the given Index
- getMaxValue(Class<? extends IViewDto>, String, FilterBuilder) - Method in class es.prodevelop.pui9.elasticsearch.services.PuiElasticSearchSearchingService
-
- getNameAliasMap() - Method in class es.prodevelop.pui9.elasticsearch.analysis.JoinTableDef
-
The map of name-alias of the columns of the view
- getOperationType() - Method in class es.prodevelop.pui9.elasticsearch.eventlistener.listener.AbstractElasticSearchListener
-
Get the operation type
- getOperationType() - Method in class es.prodevelop.pui9.elasticsearch.eventlistener.listener.DeleteElasticSearchListener
-
- getOperationType() - Method in class es.prodevelop.pui9.elasticsearch.eventlistener.listener.InsertElasticSearchListener
-
- getOperationType() - Method in class es.prodevelop.pui9.elasticsearch.eventlistener.listener.UpdateElasticSearchListener
-
- getReadFunctionality() - Method in class es.prodevelop.pui9.elasticsearch.controllers.PuiElasticSearchController
-
- getRelatedTables(String) - Method in class es.prodevelop.pui9.elasticsearch.analysis.PuiElasticsearchViewsAnalysis
-
Get the list of related tables for the given views
- getTableAlias() - Method in class es.prodevelop.pui9.elasticsearch.analysis.JoinTableDef
-
Get the alias of the table in the join (if has one)
- getTableName() - Method in class es.prodevelop.pui9.elasticsearch.analysis.JoinTableDef
-
Get the table name
- getTableOrder(String, String) - Method in class es.prodevelop.pui9.elasticsearch.analysis.PuiElasticsearchViewsAnalysis
-
Get the list of ordered joins that the given table uses to participate in the
given view.
- getViews(String) - Method in class es.prodevelop.pui9.elasticsearch.analysis.PuiElasticsearchViewsAnalysis
-
Get all the views where the given table participates in any way (with from or
join)
- getWriteFunctionality() - Method in class es.prodevelop.pui9.elasticsearch.controllers.PuiElasticSearchController
-