Class AdminGuiConfigurationType

  • All Implemented Interfaces:
    Containerable, Serializable, Cloneable

    public class AdminGuiConfigurationType
    extends Object
    implements Serializable, Cloneable, Containerable
    Administration GUI configuration.

    Java class for AdminGuiConfigurationType complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="AdminGuiConfigurationType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="additionalMenuLink" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}RichHyperlinkType" maxOccurs="unbounded" minOccurs="0"/>
             <element name="userDashboardLink" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}RichHyperlinkType" maxOccurs="unbounded" minOccurs="0"/>
             <element name="objectLists" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}GuiObjectListViewsType" minOccurs="0"/>
             <element name="objectCollectionViews" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}GuiObjectListViewsType" minOccurs="0"/>
             <element name="objectForms" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ObjectFormsType" minOccurs="0"/>
             <element name="objectDetails" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}GuiObjectDetailsSetType" minOccurs="0"/>
             <element name="userDashboard" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}DashboardLayoutType" minOccurs="0"/>
             <element name="defaultTimezone" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="preferredDataLanguage" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="enableExperimentalFeatures" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
             <element name="defaultExportSettings" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}GuiExportSettingsType" minOccurs="0"/>
             <element name="feature" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}UserInterfaceFeatureType" maxOccurs="unbounded" minOccurs="0"/>
             <element name="feedbackMessagesHook" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}FeedbackMessagesHookType" minOccurs="0"/>
             <element name="roleManagement" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}AdminGuiConfigurationRoleManagementType" minOccurs="0"/>
             <element name="displayFormats" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}AdminGuiConfigurationDisplayFormatsType" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form