| Package | Description |
|---|---|
| gr.uoa.di.madgik.rr.element.query | |
| gr.uoa.di.madgik.rr.element.search.index |
| Modifier and Type | Method and Description |
|---|---|
static DataSourceService |
QueryHelper.GetSourceServiceById(String id) |
| Modifier and Type | Class and Description |
|---|---|
class |
FTIndexService |
class |
FWIndexService |
class |
GeoIndexService |
class |
OpenSearchDataSourceService |
| Modifier and Type | Field and Description |
|---|---|
protected List<DataSourceService> |
DataSource.boundDataSourceServices |
| Modifier and Type | Method and Description |
|---|---|
static DataSourceService |
DataSourceService.getById(boolean loadDetails,
gr.uoa.di.madgik.rr.RRContext.DatastoreType persistencyType,
String id) |
static DataSourceService |
FTIndexService.getById(boolean loadDetails,
String id) |
static DataSourceService |
OpenSearchDataSourceService.getById(boolean loadDetails,
String id) |
static DataSourceService |
DataSourceService.getById(boolean loadDetails,
String id) |
static DataSourceService |
FWIndexService.getById(boolean loadDetails,
String id) |
static DataSourceService |
GeoIndexService.getById(boolean loadDetails,
String id) |
| Modifier and Type | Method and Description |
|---|---|
static List<DataSourceService> |
FTIndexService.getAll(boolean loadDetails) |
static List<DataSourceService> |
OpenSearchDataSourceService.getAll(boolean loadDetails) |
static List<DataSourceService> |
DataSourceService.getAll(boolean loadDetails) |
static List<DataSourceService> |
FWIndexService.getAll(boolean loadDetails) |
static List<DataSourceService> |
GeoIndexService.getAll(boolean loadDetails) |
static List<DataSourceService> |
FTIndexService.getAll(boolean loadDetails,
gr.uoa.di.madgik.rr.RRContext.DatastoreType persistencyType) |
static List<DataSourceService> |
OpenSearchDataSourceService.getAll(boolean loadDetails,
gr.uoa.di.madgik.rr.RRContext.DatastoreType persistencyType) |
static List<DataSourceService> |
DataSourceService.getAll(boolean loadDetails,
gr.uoa.di.madgik.rr.RRContext.DatastoreType persistencyType) |
static List<DataSourceService> |
FWIndexService.getAll(boolean loadDetails,
gr.uoa.di.madgik.rr.RRContext.DatastoreType persistencyType) |
static List<DataSourceService> |
GeoIndexService.getAll(boolean loadDetails,
gr.uoa.di.madgik.rr.RRContext.DatastoreType persistencyType) |
protected static List<DataSourceService> |
DataSourceService.getAll(Class<? extends DataSourceServiceDao> type,
gr.uoa.di.madgik.rr.RRContext.DatastoreType persistencyType,
boolean loadDetails) |
List<DataSourceService> |
FTIndex.getDataSourceServices() |
abstract List<DataSourceService> |
DataSource.getDataSourceServices() |
List<DataSourceService> |
OpenSearchDataSource.getDataSourceServices() |
List<DataSourceService> |
FWIndex.getDataSourceServices() |
List<DataSourceService> |
GeoIndex.getDataSourceServices() |
static Set<Class<? extends DataSourceService>> |
DataSourceService.subTypes() |
| Modifier and Type | Method and Description |
|---|---|
static void |
DataSource.addServiceType(Class<? extends DataSource> ds,
Class<? extends DataSourceService> service) |
static void |
DataSourceService.addSubType(DataSourceService.Type type,
Class<? extends DataSourceService> service,
Class<? extends DataSourceServiceDao> serviceDao) |
| Constructor and Description |
|---|
DataSource(Class<? extends DataSourceDao> type,
Class<? extends DataSourceService> serviceType) |
Copyright © 2013. All Rights Reserved.