| Methods in gr.uoa.di.madgik.rr.element.search.index with parameters of type FieldIndexContainer.FieldType |
static List<FieldIndexContainer> |
FieldIndexContainer.queryByFieldIDAndType(String fieldID,
FieldIndexContainer.FieldType type)
|
static List<DataSource> |
DataSource.queryByFieldIDAndTypeAndCollection(boolean loadDetails,
String fieldID,
String collection,
FieldIndexContainer.FieldType type)
|
static List<FieldIndexContainer> |
FieldIndexContainer.queryByFieldIDAndTypeAndCollection(String fieldID,
String collection,
FieldIndexContainer.FieldType type)
|
static List<DataSource> |
DataSource.queryByFieldIDAndTypeAndCollectionAndLanguage(boolean loadDetails,
String fieldID,
String collection,
String language,
FieldIndexContainer.FieldType type)
|
static List<DataSource> |
DataSource.queryByFieldIDAndTypeAndCollectionAndScope(boolean loadDetails,
String fieldID,
String collection,
FieldIndexContainer.FieldType type,
String scope)
|
static List<DataSource> |
DataSource.queryByFieldIDAndTypeAndLanguage(boolean loadDetails,
String fieldID,
String language,
FieldIndexContainer.FieldType type)
|
static List<FieldIndexContainer> |
FieldIndexContainer.queryByFieldIDAndTypeAndScope(String fieldID,
FieldIndexContainer.FieldType type,
String scope)
|