Class ShadowIntegrityCheckWorkDefinitionType

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

    public class ShadowIntegrityCheckWorkDefinitionType
    extends AbstractWorkDefinitionType
    implements Serializable, Cloneable, Containerable
    Definition for shadow integrity check activity.

    Java class for ShadowIntegrityCheckWorkDefinitionType complex type.

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

     <complexType name="ShadowIntegrityCheckWorkDefinitionType">
       <complexContent>
         <extension base="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}AbstractWorkDefinitionType">
           <sequence>
             <element name="shadows" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ObjectSetType" minOccurs="0"/>
             <element name="diagnose" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ShadowIntegrityAspectType" maxOccurs="unbounded" minOccurs="0"/>
             <element name="fix" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ShadowIntegrityAspectType" maxOccurs="unbounded" minOccurs="0"/>
             <element name="checkDuplicatesOnPrimaryIdentifiersOnly" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
             <element name="duplicateShadowsResolver" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form