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 QName
COMPLEX_TYPE
static ItemName
F_DASHBOARD_REF
static ItemName
F_SHOW_ONLY_WIDGETS_TABLE
static ItemName
F_STORE_EXPORTED_WIDGET_DATA
static ItemName
F_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:
asPrismContainerValue
in interfaceContainerable
- Overrides:
asPrismContainerValue
in classAbstractReportEngineConfigurationType
-
setupContainerValue
public void setupContainerValue(PrismContainerValue containerValue)
Description copied from interface:Containerable
Setup 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:
setupContainerValue
in interfaceContainerable
- Overrides:
setupContainerValue
in classAbstractReportEngineConfigurationType
-
toString
public String toString()
- Overrides:
toString
in classAbstractReportEngineConfigurationType
-
equals
public boolean equals(Object object)
- Overrides:
equals
in classAbstractReportEngineConfigurationType
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classAbstractReportEngineConfigurationType
-
end
public <X> X end()
- Overrides:
end
in 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:
id
in classAbstractReportEngineConfigurationType
-
clone
public DashboardReportEngineConfigurationType clone()
- Overrides:
clone
in classAbstractReportEngineConfigurationType
-
-