Class DashboardReportEngineConfigurationType
- java.lang.Object
-
- com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.AbstractReportEngineConfigurationType
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.DashboardReportEngineConfigurationType
-
- All Implemented Interfaces:
Containerable
,Freezable
,com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding
,DebugDumpable
,Serializable
,Cloneable
public class DashboardReportEngineConfigurationType extends AbstractReportEngineConfigurationType
Configuration of dashboard-based reports.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable.Any
-
Nested classes/interfaces inherited from interface com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding
com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding.ContainerableList<T extends Containerable>, com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding.ReferencableList<T extends Referencable>
-
-
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
static Producer<DashboardReportEngineConfigurationType>
FACTORY
-
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
-
Constructor Summary
Constructors Constructor Description DashboardReportEngineConfigurationType()
DashboardReportEngineConfigurationType(PrismContext context)
Deprecated.
-
Method Summary
-
Methods inherited from class com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
asPrismContainerValue, getId, hashCode, setId, setupContainerValue, toString
-
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, freeze, isImmutable
-
Methods inherited from interface com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding
prismGetContainerableList, prismGetPropertyValue, prismGetPropertyValues, prismGetReferencable, prismGetReferencableList, prismGetReferenceObjectable, prismGetSingleContainerable, prismSetPropertyValue, prismSetReferencable, prismSetReferenceObjectable, prismSetSingleContainerable
-
Methods inherited from interface com.evolveum.midpoint.util.DebugDumpable
debugDump, debugDumpLazily, debugDumpLazily
-
Methods inherited from interface com.evolveum.midpoint.prism.Freezable
checkImmutable, checkMutable
-
-
-
-
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
-
FACTORY
public static final Producer<DashboardReportEngineConfigurationType> FACTORY
-
-
Constructor Detail
-
DashboardReportEngineConfigurationType
public DashboardReportEngineConfigurationType()
-
DashboardReportEngineConfigurationType
@Deprecated public DashboardReportEngineConfigurationType(PrismContext context)
Deprecated.
-
-
Method Detail
-
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)
-
equals
public boolean equals(Object other)
- Overrides:
equals
in classAbstractReportEngineConfigurationType
-
id
public DashboardReportEngineConfigurationType id(Long value)
- Overrides:
id
in classAbstractReportEngineConfigurationType
-
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)
-
end
public <X> X end()
- Overrides:
end
in classAbstractReportEngineConfigurationType
-
clone
public DashboardReportEngineConfigurationType clone()
- Overrides:
clone
in classAbstractReportEngineConfigurationType
-
-