Class HomePageType
- java.lang.Object
-
- com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.UserInterfaceFeatureType
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.HomePageType
-
- All Implemented Interfaces:
Containerable,Freezable,ContainerablePrismBinding,DebugDumpable,Serializable,Cloneable
public class HomePageType extends UserInterfaceFeatureType
Definition for self dashboard. Which links, widgets, panels should be shown- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
AbstractMutableContainerable.Any
-
Nested classes/interfaces inherited from interface com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding
ContainerablePrismBinding.ContainerableList<T extends Containerable>, ContainerablePrismBinding.ReferencableList<T extends Referencable>
-
-
Field Summary
Fields Modifier and Type Field Description static QNameCOMPLEX_TYPEstatic ItemNameF_TYPEstatic ItemNameF_WIDGETstatic Producer<HomePageType>FACTORY-
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 HomePageType()HomePageType(PrismContext context)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HomePageTypeapplicableForOperation(OperationTypeType value)DisplayTypebeginDisplay()PreviewContainerPanelConfigurationTypebeginWidget()HomePageTypeclone()List<PreviewContainerPanelConfigurationType>createWidgetList()HomePageTypedescription(String value)HomePageTypedisplay(DisplayType value)HomePageTypedisplayOrder(Integer value)HomePageTypedocumentation(String value)<X> Xend()booleanequals(Object other)QNamegetType()List<PreviewContainerPanelConfigurationType>getWidget()HomePageTypeid(Long value)HomePageTypeidentifier(String value)voidsetType(QName value)HomePageTypetype(QName value)HomePageTypevisibility(UserInterfaceElementVisibilityType value)HomePageTypewidget(PreviewContainerPanelConfigurationType value)-
Methods inherited from class com.evolveum.midpoint.xml.ns._public.common.common_3.UserInterfaceFeatureType
getApplicableForOperation, getDescription, getDisplay, getDisplayOrder, getDocumentation, getIdentifier, getVisibility, setApplicableForOperation, setDescription, setDisplay, setDisplayOrder, setDocumentation, setIdentifier, setVisibility
-
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_TYPE
public static final ItemName F_TYPE
-
F_WIDGET
public static final ItemName F_WIDGET
-
FACTORY
public static final Producer<HomePageType> FACTORY
-
-
Constructor Detail
-
HomePageType
public HomePageType()
-
HomePageType
@Deprecated public HomePageType(PrismContext context)
Deprecated.
-
-
Method Detail
-
getType
public QName getType()
-
setType
public void setType(QName value)
-
getWidget
public List<PreviewContainerPanelConfigurationType> getWidget()
-
createWidgetList
public List<PreviewContainerPanelConfigurationType> createWidgetList()
-
equals
public boolean equals(Object other)
- Overrides:
equalsin classUserInterfaceFeatureType
-
id
public HomePageType id(Long value)
- Overrides:
idin classUserInterfaceFeatureType
-
type
public HomePageType type(QName value)
-
widget
public HomePageType widget(PreviewContainerPanelConfigurationType value)
-
beginWidget
public PreviewContainerPanelConfigurationType beginWidget()
-
identifier
public HomePageType identifier(String value)
- Overrides:
identifierin classUserInterfaceFeatureType
-
description
public HomePageType description(String value)
- Overrides:
descriptionin classUserInterfaceFeatureType
-
documentation
public HomePageType documentation(String value)
- Overrides:
documentationin classUserInterfaceFeatureType
-
display
public HomePageType display(DisplayType value)
- Overrides:
displayin classUserInterfaceFeatureType
-
beginDisplay
public DisplayType beginDisplay()
- Overrides:
beginDisplayin classUserInterfaceFeatureType
-
visibility
public HomePageType visibility(UserInterfaceElementVisibilityType value)
- Overrides:
visibilityin classUserInterfaceFeatureType
-
displayOrder
public HomePageType displayOrder(Integer value)
- Overrides:
displayOrderin classUserInterfaceFeatureType
-
applicableForOperation
public HomePageType applicableForOperation(OperationTypeType value)
- Overrides:
applicableForOperationin classUserInterfaceFeatureType
-
end
public <X> X end()
- Overrides:
endin classUserInterfaceFeatureType
-
clone
public HomePageType clone()
- Overrides:
clonein classUserInterfaceFeatureType
-
-