class: ExportSearchResult

public class: ExportSearchResult
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: {F282BA05-6056-459a-B7AE-F38B352024BF}
Search result for an export search query.
 

Goto: Custom Properties, Fields, Methods

Extends: ItemContainerSearchResult

See also: ItemContainerSearchResult

Appears in: query

Connections
 
Custom Properties
 
ExportSearchResult Attributes
Attribute Details
private byte
  exportedResults
Initial: null
Notes: the output of the search in a binary form (pdf, etc.).
private static const long
  serialVersionUID
Initial: 1L
Notes: Serializable identifier.
 
ExportSearchResult Methods
Operation Details
public
ExportSearchResult(
   List results,
   String cqlQuery,
   NonNegativeInteger totalNumberOfResults):
Sequential
Notes: Create a export search result.
@param result the output of the search in a binary form (pdf, etc.).
public
getExportedResults():byte
Sequential
Notes: Getter for the exported search result.
@return result
public
setExportedResults(
   byte[] exportedResults):void
Sequential
Notes: Setter for the exported search result.
@return result