Class DashboardReportEngineConfigurationType
- java.lang.Object
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.AbstractReportEngineConfigurationType
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.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
-
-
Field Summary
Fields Modifier and Type Field Description static QNameCOMPLEX_TYPEstatic ItemNameF_DASHBOARD_REFstatic ItemNameF_SHOW_ONLY_WIDGETS_TABLEstatic ItemNameF_STORE_EXPORTED_WIDGET_DATAstatic ItemNameF_VIEW-
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
-
Constructor Summary
Constructors Constructor Description DashboardReportEngineConfigurationType()DashboardReportEngineConfigurationType(PrismContext prismContext)
-
Method Summary
-
Methods inherited from class com.evolveum.midpoint.xml.ns._public.common.common_3.AbstractReportEngineConfigurationType
getId, setId
-
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface com.evolveum.midpoint.prism.Containerable
cloneWithoutId, debugDump
-
Methods inherited from interface com.evolveum.midpoint.util.DebugDumpable
debugDump, debugDumpLazily, debugDumpLazily
-
-
-
-
Field Detail
-
COMPLEX_TYPE
public static final QName COMPLEX_TYPE
-
F_DASHBOARD_REF
public static final ItemName F_DASHBOARD_REF
-
F_VIEW
public static final ItemName F_VIEW
-
F_SHOW_ONLY_WIDGETS_TABLE
public static final ItemName F_SHOW_ONLY_WIDGETS_TABLE
-
F_STORE_EXPORTED_WIDGET_DATA
public static final ItemName F_STORE_EXPORTED_WIDGET_DATA
-
-
Constructor Detail
-
DashboardReportEngineConfigurationType
public DashboardReportEngineConfigurationType()
-
DashboardReportEngineConfigurationType
public DashboardReportEngineConfigurationType(PrismContext prismContext)
-
-
Method Detail
-
asPrismContainerValue
public PrismContainerValue asPrismContainerValue()
- Specified by:
asPrismContainerValuein interfaceContainerable- Overrides:
asPrismContainerValuein classAbstractReportEngineConfigurationType
-
setupContainerValue
public void setupContainerValue(PrismContainerValue containerValue)
Description copied from interface:ContainerableSetup value to the containerable representation. This is used to after (empty) containerable is created to initialize it with a correct prism container value. Note: This method DOES NOT change the container value parent.- Specified by:
setupContainerValuein interfaceContainerable- Overrides:
setupContainerValuein classAbstractReportEngineConfigurationType
-
toString
public String toString()
- Overrides:
toStringin classAbstractReportEngineConfigurationType
-
equals
public boolean equals(Object object)
- Overrides:
equalsin classAbstractReportEngineConfigurationType
-
hashCode
public int hashCode()
- Overrides:
hashCodein classAbstractReportEngineConfigurationType
-
end
public <X> X end()
- Overrides:
endin classAbstractReportEngineConfigurationType
-
getDashboardRef
public ObjectReferenceType getDashboardRef()
-
setDashboardRef
public void setDashboardRef(ObjectReferenceType value)
-
getView
public List<GuiObjectListViewType> getView()
-
createViewList
public List<GuiObjectListViewType> createViewList()
-
isShowOnlyWidgetsTable
public Boolean isShowOnlyWidgetsTable()
-
setShowOnlyWidgetsTable
public void setShowOnlyWidgetsTable(Boolean value)
-
getStoreExportedWidgetData
public StoreExportedWidgetDataType getStoreExportedWidgetData()
-
setStoreExportedWidgetData
public void setStoreExportedWidgetData(StoreExportedWidgetDataType value)
-
dashboardRef
public DashboardReportEngineConfigurationType dashboardRef(ObjectReferenceType value)
-
dashboardRef
public DashboardReportEngineConfigurationType dashboardRef(String oid, QName type)
-
dashboardRef
public DashboardReportEngineConfigurationType dashboardRef(String oid, QName type, QName relation)
-
beginDashboardRef
public ObjectReferenceType beginDashboardRef()
-
view
public DashboardReportEngineConfigurationType view(GuiObjectListViewType value)
-
beginView
public GuiObjectListViewType beginView()
-
showOnlyWidgetsTable
public DashboardReportEngineConfigurationType showOnlyWidgetsTable(Boolean value)
-
storeExportedWidgetData
public DashboardReportEngineConfigurationType storeExportedWidgetData(StoreExportedWidgetDataType value)
-
id
public DashboardReportEngineConfigurationType id(Long value)
- Overrides:
idin classAbstractReportEngineConfigurationType
-
clone
public DashboardReportEngineConfigurationType clone()
- Overrides:
clonein classAbstractReportEngineConfigurationType
-
-