Uses of Class
org.mycore.services.fieldquery.MCRFieldDef

Packages that use MCRFieldDef
org.mycore.frontend.redundancy   
org.mycore.services.fieldquery   
 

Uses of MCRFieldDef in org.mycore.frontend.redundancy
 

Fields in org.mycore.frontend.redundancy with type parameters of type MCRFieldDef
protected  List<MCRFieldDef> MCRRedundancyTypeData.fieldsToCompare
           
 

Methods in org.mycore.frontend.redundancy that return types with arguments of type MCRFieldDef
 List<MCRFieldDef> MCRRedundancyTypeData.getFieldsToCompare()
           
 

Uses of MCRFieldDef in org.mycore.services.fieldquery
 

Methods in org.mycore.services.fieldquery that return MCRFieldDef
static MCRFieldDef MCRFieldDef.getDef(String name)
          Returns the MCRFieldDef with the given name, or null if no such field is defined in searchfields.xml
 MCRFieldDef MCRFieldValue.getField()
          Returns the field this value belongs to
 MCRFieldDef MCRSortBy.getField()
          Returns the field to sort by
 

Methods in org.mycore.services.fieldquery that return types with arguments of type MCRFieldDef
static List<MCRFieldDef> MCRFieldDef.getFieldDefs(String index)
          Returns all fields that belong to the given index
 

Methods in org.mycore.services.fieldquery with parameters of type MCRFieldDef
(package private)  int MCRHit.compareTo(MCRFieldDef field, MCRHit other)
          Compares this hit with another hit by comparing the value of the given search field.
 

Constructors in org.mycore.services.fieldquery with parameters of type MCRFieldDef
MCRFieldValue(MCRFieldDef field, MCRFile file)
          Creates a new field value
MCRFieldValue(MCRFieldDef field, String value)
          Creates a new field value
MCRQueryCondition(MCRFieldDef field, String operator, String value)
          Creates a new simple query condition
MCRSortBy(MCRFieldDef field, boolean order)
          Creates a new sort criteria