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

Packages that use Record
com.endeca.itl.record Classes that manage, create, and manipulate Endeca Records. 
com.endeca.itl.recordstore Classes for interacting with a Record Store instance. 
 

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.
 

Uses of Record in com.endeca.itl.recordstore
 

Methods in com.endeca.itl.recordstore that return Record
 Record RecordStoreReader.next()
           
 

Methods in com.endeca.itl.recordstore that return types with arguments of type Record
 List<Record> RecordStore.readRecords(ReadCursorId readCursorId, Integer numRecords)
          Reads a specified number of records from the read cursor and advances the position of the cursor in the result set.
 List<Record> RecordStore.readRecordsById(TransactionId transactionId, GenerationId generationId, List<RecordId> recordIds)
          Reads a set of Records corresponding to the given ids in the given generation.
 

Methods in com.endeca.itl.recordstore with parameters of type Record
 void RecordStoreWriter.write(Record record)
          Attempts to write a single record to the Record Store
 

Method parameters in com.endeca.itl.recordstore with type arguments of type Record
 void RecordStoreWriter.write(Collection<Record> records)
          Attempts to write a group of records to the Record Store
 int RecordStore.writeRecords(TransactionId transactionId, List<Record> records)
          Writes a batch of records to the Record Store in the scope of the given transaction.
 



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