class: MetadataDateSearchCriterion

public class: MetadataDateSearchCriterion
Author: endres
Project: Phase: 1.0; Status: Proposed; Version: 1.0; Complexity: 1
Dates: Created: 16.07.2009 15:19:45; Modified: 16.07.2009 15:19:45;
Flags: Active: false; IsRoot: false; IsLeaf: false;
Extension Points:
UUID: {6E2DB304-74C7-4987-83AB-12424B3F1054}
A date criteria is used to search for dates. A date criterion consists of a type of date indexes and a from and to search query date.
 

Goto: Custom Properties, Fields, Methods

Extends: MetadataSearchCriterion

See also: MetadataSearchCriterion

Appears in: query

Connections
 
Custom Properties
 
MetadataDateSearchCriterion Attributes
Attribute Details
private static const long
  serialVersionUID
Initial: 1L
Notes: Serial identifier.
private String
  toField
Initial: null
 
MetadataDateSearchCriterion Methods
Operation Details
private
createCqlFragment(
   String index):String
Sequential
Tags: throws=ParseException,TechnicalException
public
generateCqlQuery():String
Sequential
Tags: throws=ParseException,TechnicalException
Notes: {@inheritDoc}
public
MetadataDateSearchCriterion(
   ArrayList types,
   String from,
   String to):
Sequential
Tags: throws=TechnicalException
Notes: Constructor with date types and from and to search query.
public
MetadataDateSearchCriterion(
   ArrayList types,
   String from,
   String to,
   LogicalOperator operator):
Sequential
Tags: throws=TechnicalException
Notes: Constructor with date types,from and to search query and a logical operator.