| Package | Description |
|---|---|
| gr.uoa.di.madgik.rr.element.query | |
| gr.uoa.di.madgik.rr.element.search.index |
| Modifier and Type | Method and Description |
|---|---|
static DataSource |
QueryHelper.GetSourceById(String id) |
| Modifier and Type | Method and Description |
|---|---|
static List<DataSource> |
QueryHelper.GetSources(String type) |
| Modifier and Type | Class and Description |
|---|---|
class |
FTIndex |
class |
FWIndex |
class |
GeoIndex |
class |
OpenSearchDataSource |
| Modifier and Type | Field and Description |
|---|---|
protected Set<DataSource> |
DataSourceService.datasources |
| Modifier and Type | Method and Description |
|---|---|
static DataSource |
DataSource.getById(boolean loadDetails,
gr.uoa.di.madgik.rr.RRContext.DatastoreType persistencyType,
String id) |
static DataSource |
FTIndex.getById(boolean loadDetails,
String id) |
static DataSource |
DataSource.getById(boolean loadDetails,
String id) |
static DataSource |
OpenSearchDataSource.getById(boolean loadDetails,
String id) |
static DataSource |
FWIndex.getById(boolean loadDetails,
String id) |
static DataSource |
GeoIndex.getById(boolean loadDetails,
String id) |
DataSource |
DataSourceService.getDataSource(String id) |
| Modifier and Type | Method and Description |
|---|---|
static List<DataSource> |
FTIndex.getAll(boolean loadDetails) |
static List<DataSource> |
DataSource.getAll(boolean loadDetails) |
static List<DataSource> |
OpenSearchDataSource.getAll(boolean loadDetails) |
static List<DataSource> |
FWIndex.getAll(boolean loadDetails) |
static List<DataSource> |
GeoIndex.getAll(boolean loadDetails) |
static List<DataSource> |
FTIndex.getAll(boolean loadDetails,
gr.uoa.di.madgik.rr.RRContext.DatastoreType persistencyType) |
static List<DataSource> |
DataSource.getAll(boolean loadDetails,
gr.uoa.di.madgik.rr.RRContext.DatastoreType persistencyType) |
static List<DataSource> |
OpenSearchDataSource.getAll(boolean loadDetails,
gr.uoa.di.madgik.rr.RRContext.DatastoreType persistencyType) |
static List<DataSource> |
FWIndex.getAll(boolean loadDetails,
gr.uoa.di.madgik.rr.RRContext.DatastoreType persistencyType) |
static List<DataSource> |
GeoIndex.getAll(boolean loadDetails,
gr.uoa.di.madgik.rr.RRContext.DatastoreType persistencyType) |
protected static List<DataSource> |
DataSource.getAll(Class<? extends DataSourceDao> type,
gr.uoa.di.madgik.rr.RRContext.DatastoreType persistencyType,
boolean loadDetails) |
Set<DataSource> |
DataSourceService.getDataSources() |
static List<DataSource> |
DataSource.queryByFieldIDAndTypeAndCollection(boolean loadDetails,
String fieldID,
String collection,
FieldIndexContainer.FieldType type) |
static List<DataSource> |
DataSource.queryByFieldIDAndTypeAndCollection(gr.uoa.di.madgik.rr.RRContext.DatastoreType persistencyType,
boolean loadDetails,
String fieldID,
String collection,
String type) |
static List<DataSource> |
DataSource.queryByFieldIDAndTypeAndCollectionAndLanguage(boolean loadDetails,
String fieldID,
String collection,
String language,
FieldIndexContainer.FieldType type) |
static List<DataSource> |
DataSource.queryByFieldIDAndTypeAndCollectionAndLanguage(gr.uoa.di.madgik.rr.RRContext.DatastoreType persistencyType,
boolean loadDetails,
String fieldID,
String collection,
String language,
String type) |
static List<DataSource> |
DataSource.queryByFieldIDAndTypeAndCollectionAndScope(boolean loadDetails,
String fieldID,
String collection,
FieldIndexContainer.FieldType type,
String scope) |
static List<DataSource> |
DataSource.queryByFieldIDAndTypeAndCollectionAndScope(gr.uoa.di.madgik.rr.RRContext.DatastoreType persistencyType,
boolean loadDetails,
String fieldID,
String collection,
String type,
String scope) |
static List<DataSource> |
DataSource.queryByFieldIDAndTypeAndLanguage(boolean loadDetails,
String fieldID,
String language,
FieldIndexContainer.FieldType type) |
static List<DataSource> |
DataSource.queryByFieldIDAndTypeAndLanguage(gr.uoa.di.madgik.rr.RRContext.DatastoreType persistencyType,
boolean loadDetails,
String fieldID,
String language,
String type) |
static Set<Class<? extends DataSource>> |
DataSource.subTypes() |
| Modifier and Type | Method and Description |
|---|---|
static void |
DataSource.addServiceType(Class<? extends DataSource> ds,
Class<? extends DataSourceService> service) |
static void |
DataSource.addSubType(DataSource.Type type,
Class<? extends DataSource> ds,
Class<? extends DataSourceDao> dsDao) |
Copyright © 2013. All Rights Reserved.