Class DashboardReportEngineConfigurationType

  • All Implemented Interfaces:
    Containerable, DebugDumpable, Serializable, Cloneable

    public class DashboardReportEngineConfigurationType
    extends AbstractReportEngineConfigurationType
    implements Serializable, Cloneable, Containerable
    Configuration of dashboard-based reports.

    Java class for DashboardReportEngineConfigurationType complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="DashboardReportEngineConfigurationType">
       <complexContent>
         <extension base="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}AbstractReportEngineConfigurationType">
           <sequence>
             <element name="dashboardRef" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ObjectReferenceType"/>
             <element name="view" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}GuiObjectListViewType" maxOccurs="unbounded" minOccurs="0"/>
             <element name="showOnlyWidgetsTable" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
             <element name="storeExportedWidgetData" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}StoreExportedWidgetDataType" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form