Class AdminGuiConfigurationType

  • All Implemented Interfaces:
    Containerable, DebugDumpable, Serializable, Cloneable

    public class AdminGuiConfigurationType
    extends Object
    implements Serializable, Cloneable, Containerable
    Administration GUI configuration. <p>Java class for AdminGuiConfigurationType complex type. <p>The following schema fragment specifies the expected content contained within this class. <pre> &lt;complexType name="AdminGuiConfigurationType"&gt; &lt;complexContent&gt; &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt; &lt;sequence&gt; &lt;element name="additionalMenuLink" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}RichHyperlinkType" maxOccurs="unbounded" minOccurs="0"/&gt; &lt;element name="userDashboardLink" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}RichHyperlinkType" maxOccurs="unbounded" minOccurs="0"/&gt; &lt;element name="objectLists" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}GuiObjectListViewsType" minOccurs="0"/&gt; &lt;element name="objectCollectionViews" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}GuiObjectListViewsType" minOccurs="0"/&gt; &lt;element name="objectForms" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ObjectFormsType" minOccurs="0"/&gt; &lt;element name="objectDetails" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}GuiObjectDetailsSetType" minOccurs="0"/&gt; &lt;element name="userDashboard" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}DashboardLayoutType" minOccurs="0"/&gt; &lt;element name="defaultTimezone" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/&gt; &lt;element name="preferredDataLanguage" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/&gt; &lt;element name="enableExperimentalFeatures" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/&gt; &lt;element name="defaultExportSettings" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}GuiExportSettingsType" minOccurs="0"/&gt; &lt;element name="feature" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}UserInterfaceFeatureType" maxOccurs="unbounded" minOccurs="0"/&gt; &lt;element name="feedbackMessagesHook" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}FeedbackMessagesHookType" minOccurs="0"/&gt; &lt;element name="roleManagement" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}AdminGuiConfigurationRoleManagementType" minOccurs="0"/&gt; &lt;element name="displayFormats" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}AdminGuiConfigurationDisplayFormatsType" minOccurs="0"/&gt; &lt;/sequence&gt; &lt;/restriction&gt; &lt;/complexContent&gt; &lt;/complexType&gt; </pre>
    See Also:
    Serialized Form