Newer Version Available

This content describes an older version of this product. View Latest

FlatListRowIterable Class

Represents a Real Time Reporting (RTR) report UI Flatlist component set of rows. This class implements the Iterable interface that allows it to be used in batch processes.

Namespace

CGCloud

FlatlistRowIterable Methods

The following are methods for FlatlistRowIterable.

hasNext()

Returns true if a record can be retrieved.

Signature

public RTRReportResult.FlatlistRowIterable hasNext()

Return Value

Type:Boolean

next()

Returns the next record in the dataset.

If no more records are present in the dataset, this method returns an error.

Note

Signature

public RTRReportResult.FlatlistRowIterable hasNext()

Return Value

Type:FlatlistRow