Class ConfigurableUserDashboardType
- java.lang.Object
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.UserInterfaceFeatureType
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.ConfigurableUserDashboardType
-
- All Implemented Interfaces:
Containerable
,DebugDumpable
,Serializable
,Cloneable
public class ConfigurableUserDashboardType extends UserInterfaceFeatureType implements Serializable, Cloneable, Containerable
Defines properties of a specific dashboard widget. The identifier property defines the identity of the widget and currently also the placement on the dashboard. The widget specifications that come from different roles will be merged if they have the same identifier.Java class for ConfigurableUserDashboardType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ConfigurableUserDashboardType"> <complexContent> <extension base="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}UserInterfaceFeatureType"> <sequence> <element name="configurableDashboardRef" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ObjectReferenceType" 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_CONFIGURABLE_DASHBOARD_REF
-
Fields inherited from class com.evolveum.midpoint.xml.ns._public.common.common_3.UserInterfaceFeatureType
F_APPLICABLE_FOR_OPERATION, F_DESCRIPTION, F_DISPLAY, F_DISPLAY_ORDER, F_DOCUMENTATION, F_IDENTIFIER, F_VISIBILITY
-
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
-
Constructor Summary
Constructors Constructor Description ConfigurableUserDashboardType()
ConfigurableUserDashboardType(PrismContext prismContext)
-
Method Summary
-
Methods inherited from class com.evolveum.midpoint.xml.ns._public.common.common_3.UserInterfaceFeatureType
getApplicableForOperation, getDescription, getDisplay, getDisplayOrder, getDocumentation, getId, getIdentifier, getVisibility, setApplicableForOperation, setDescription, setDisplay, setDisplayOrder, setDocumentation, setId, setIdentifier, setVisibility
-
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
-
-
-
-
Constructor Detail
-
ConfigurableUserDashboardType
public ConfigurableUserDashboardType()
-
ConfigurableUserDashboardType
public ConfigurableUserDashboardType(PrismContext prismContext)
-
-
Method Detail
-
asPrismContainerValue
public PrismContainerValue asPrismContainerValue()
- Specified by:
asPrismContainerValue
in interfaceContainerable
- Overrides:
asPrismContainerValue
in classUserInterfaceFeatureType
-
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 classUserInterfaceFeatureType
-
toString
public String toString()
- Overrides:
toString
in classUserInterfaceFeatureType
-
equals
public boolean equals(Object object)
- Overrides:
equals
in classUserInterfaceFeatureType
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classUserInterfaceFeatureType
-
end
public <X> X end()
- Overrides:
end
in classUserInterfaceFeatureType
-
getConfigurableDashboardRef
public ObjectReferenceType getConfigurableDashboardRef()
-
setConfigurableDashboardRef
public void setConfigurableDashboardRef(ObjectReferenceType value)
-
configurableDashboardRef
public ConfigurableUserDashboardType configurableDashboardRef(ObjectReferenceType value)
-
configurableDashboardRef
public ConfigurableUserDashboardType configurableDashboardRef(String oid, QName type)
-
configurableDashboardRef
public ConfigurableUserDashboardType configurableDashboardRef(String oid, QName type, QName relation)
-
beginConfigurableDashboardRef
public ObjectReferenceType beginConfigurableDashboardRef()
-
identifier
public ConfigurableUserDashboardType identifier(String value)
- Overrides:
identifier
in classUserInterfaceFeatureType
-
description
public ConfigurableUserDashboardType description(String value)
- Overrides:
description
in classUserInterfaceFeatureType
-
documentation
public ConfigurableUserDashboardType documentation(String value)
- Overrides:
documentation
in classUserInterfaceFeatureType
-
display
public ConfigurableUserDashboardType display(DisplayType value)
- Overrides:
display
in classUserInterfaceFeatureType
-
beginDisplay
public DisplayType beginDisplay()
- Overrides:
beginDisplay
in classUserInterfaceFeatureType
-
visibility
public ConfigurableUserDashboardType visibility(UserInterfaceElementVisibilityType value)
- Overrides:
visibility
in classUserInterfaceFeatureType
-
displayOrder
public ConfigurableUserDashboardType displayOrder(Integer value)
- Overrides:
displayOrder
in classUserInterfaceFeatureType
-
applicableForOperation
public ConfigurableUserDashboardType applicableForOperation(OperationTypeType value)
- Overrides:
applicableForOperation
in classUserInterfaceFeatureType
-
id
public ConfigurableUserDashboardType id(Long value)
- Overrides:
id
in classUserInterfaceFeatureType
-
clone
public ConfigurableUserDashboardType clone()
- Overrides:
clone
in classUserInterfaceFeatureType
-
-