Class ArchetypeAdminGuiConfigurationType

  • All Implemented Interfaces:
    Containerable, Serializable, Cloneable

    public class ArchetypeAdminGuiConfigurationType
    extends Object
    implements Serializable, Cloneable, Containerable
    Definition of GUI-related configuration for the archetyped objects. This is similar to AdminGuiConfigurationType, but it is supposed to be applicable to a specific (archetyped) type. Therefore the elements that select a type are removed or they are simply ignored.

    Java class for ArchetypeAdminGuiConfigurationType complex type.

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

     <complexType name="ArchetypeAdminGuiConfigurationType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="objectDetails" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}GuiObjectDetailsPageType" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form