case class MetadataCriteria(field: String, fieldType: String, operator: String, value: Option[String], matchMode: Option[String], matchValues: Option[List[String]], dateFormats: Option[List[String]], converterFallback: Option[String]) extends Serializable with Product
MetadataCriteria is a case class that represents the criteria to filter the metadata of a Annotation.
- field
The field of the metadata to filter.
- fieldType
The type of the field to filter. Options: string, int, float, date.
- operator
The operator to apply to the filter. Options: equals, not_equals, greater_than, greater_than_or_equals, less_than, less_than_or_equals, contains, not_contains, regex.
- value
The value to filter.
- matchMode
The match mode to apply to the filter. Options: any, all, none.
- matchValues
The values to match.
- dateFormats
The date formats to apply to the filter.
- converterFallback
The converter fallback when hitting cast exception. Options: filter, not_filter, error.
- Alphabetic
- By Inheritance
- MetadataCriteria
- Product
- Equals
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
-
new
MetadataCriteria(field: String, fieldType: String, operator: String, value: Option[String], matchMode: Option[String], matchValues: Option[List[String]], dateFormats: Option[List[String]], converterFallback: Option[String])
- field
The field of the metadata to filter.
- fieldType
The type of the field to filter. Options: string, int, float, date.
- operator
The operator to apply to the filter. Options: equals, not_equals, greater_than, greater_than_or_equals, less_than, less_than_or_equals, contains, not_contains, regex.
- value
The value to filter.
- matchMode
The match mode to apply to the filter. Options: any, all, none.
- matchValues
The values to match.
- dateFormats
The date formats to apply to the filter.
- converterFallback
The converter fallback when hitting cast exception. Options: filter, not_filter, error.
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- val converterFallback: Option[String]
- val dateFormats: Option[List[String]]
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val field: String
- val fieldType: String
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val matchMode: Option[String]
- val matchValues: Option[List[String]]
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- val operator: String
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- val value: Option[String]
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()