Uses of Class
com.endeca.itl.record.Record

Packages that use Record
com.endeca.cas.extension Provides a framework for creating CAS extensions. 
com.endeca.itl.record Classes that manage, create, and manipulate Endeca Records. 
 

Uses of Record in com.endeca.cas.extension
 

Methods in com.endeca.cas.extension with parameters of type Record
 void ErrorChannel.discard(Record record, String error)
          Discards an invalid record created by a DataSourceRuntime or processed by a ManipulatorRuntime.
 void ErrorChannel.discard(Record record, String error, Throwable t)
          Discards an invalid record created by a DataSourceRuntime or processed by a ManipulatorRuntime.
 void ErrorChannel.discard(Record record, Throwable t)
          Discards an invalid record created by a DataSourceRuntime or processed by a ManipulatorRuntime.
 File BinaryContentFileProvider.getBinaryContentFile(Record record)
          Retrieves the file containing the binary content of the given record.
 InputStream BinaryContentInputStreamProvider.getBinaryContentInputStream(Record record)
          Retrieves the binary content for the given record.
 void OutputChannel.output(Record record)
          Outputs a record created by a DataSourceRuntime or processed by a ManipulatorRuntime.
abstract  void ManipulatorRuntime.processRecord(Record record)
          Applies the manipulation to the given record.
 

Uses of Record in com.endeca.itl.record
 

Methods in com.endeca.itl.record that return Record
static Record RecordHelper.createDeleteAllRecord()
           
 

Methods in com.endeca.itl.record with parameters of type Record
static String RecordHelper.getActionPropertyValue(Record record)
           
static boolean RecordHelper.hasValidAction(Record record)
          Checks if this Record has a valid action.
static boolean RecordHelper.isDelete(Record record)
           
static boolean RecordHelper.isDeleteAll(Record record)
           
 

Constructors in com.endeca.itl.record with parameters of type Record
Record(Record record)
          Creates a Record with the same PropertyValues as the given Record.
 



Copyright © 2007, 2012, Oracle and/or its affiliates. All rights reserved.