public class RecordDetails
extends BasicContentItem
RecordDetailsHandler output model.
The view model for displaying record details from a single record or an aggregate record.
An aggregate record is composed of multiple Records that have been rolled up based on a rollup key (a property or dimension name). All records in the current record set that have the same value for the rollup key are collected together into an aggregated record.
The detail page has a representative record that is used for display and other logic requiring record values. The representative record is the individual record that occurs first in order of the underlying records in the aggregated record.
Record| Constructor and Description |
|---|
RecordDetails(RecordDetailsConfig pConfig)
Creates the
RecordDetails output model, using the
type and data present in the input RecordDetailsConfig. |
| Modifier and Type | Method and Description |
|---|---|
Record |
getRecord()
Gets the Record object (which may be an AggregateRecord object).
|
void |
setRecord(Record record)
Sets the Record object.
|
public RecordDetails(RecordDetailsConfig pConfig)
RecordDetails output model, using the
type and data present in the input RecordDetailsConfig.Copyright © 2017, Oracle and/or its affiliates. All rights reserved.