- Enclosing interface:
EntityExport
public static interface EntityExport.Settings
Settings for exporting entity data with denormalized foreign key references.
This class manages a tree structure of attribute nodes representing the export configuration. Each node can be selected/deselected to include/exclude it from the export. Foreign key nodes can be expanded to include referenced entity attributes.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceAn exportable attribute.static interfaceIndicates an export element with sortable children attributesstatic interfaceAn exportable foreign key. -
Method Summary
Modifier and TypeMethodDescription
-
Method Details
-
definition
EntityDefinition definition()- Returns:
- the entity definition
-
attributes
EntityExport.Settings.Attributes attributes()- Returns:
- the entity attributes
-