class: ExportSearchQuery

public class: ExportSearchQuery
Author: endres
Project: Phase: 1.0; Status: Proposed; Version: 1.0; Complexity: 1
Dates: Created: 16.07.2009 15:19:44; Modified: 16.07.2009 15:19:44;
Flags: Active: false; IsRoot: false; IsLeaf: false;
Extension Points:
UUID: {E7A76711-1EA1-4c23-9840-8FAC6CFB91AC}
Search query used by the export interface.
 

Goto: Custom Properties, Fields, Methods

Extends: SearchQuery

See also: SearchQuery

Appears in: query

Connections
 
Custom Properties
 
ExportSearchQuery Attributes
Attribute Details
private String
  cqlQuery
Initial: null
Notes: Cql query.
private String
  exportFormat
Initial: null
Notes: Export format to use.
private String
  indexSelector
Initial: null
Notes: Index database selector.
private String
  outputFormat
Initial: null
Notes: Output format to use.
private static const long
  serialVersionUID
Initial: 1L
Notes: Serializable identifier.
 
ExportSearchQuery Methods
Operation Details
public
ExportSearchQuery(
   String cqlQuery,
   String indexSelector,
   String exportFormat,
   String outputFormat):
Sequential
Notes: Create an export search query with a index database selector.
public
ExportSearchQuery(
   String cqlQuery,
   String exportFormat,
   String outputFormat):
Sequential
Notes: Create an export search query.
public
getCqlQuery():String
Sequential
Tags: throws=TechnicalException,ParseException
Notes: Getter for the cql query.
@return cql query
public
getExportFormat():String
Sequential
Notes: Getter for the export format.
@return export format
public
getIndexSelector():String
Sequential
Notes: Getter for the output format.
@return output format
public
getOutputFormat():String
Sequential
Notes: Getter for the output format.
@return output format
public
hasIndexSelector():boolean
Sequential
Notes: True if an index selector is available.
@return true or false