Class ShadowCleanupWorkDefinitionType

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

    public class ShadowCleanupWorkDefinitionType
    extends AbstractWorkDefinitionType
    implements Serializable, Cloneable, Containerable
    Deletes all shadows that have not been updated for given time.

    Java class for ShadowCleanupWorkDefinitionType complex type.

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

     <complexType name="ShadowCleanupWorkDefinitionType">
       <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}ResourceObjectSetType" minOccurs="0"/>
             <element name="interval" type="{http://www.w3.org/2001/XMLSchema}duration" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form