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 | |