Class ShadowRefreshWorkDefinitionType

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

    public class ShadowRefreshWorkDefinitionType
    extends AbstractWorkDefinitionType
    implements Serializable, Cloneable, Containerable
    Looks for pending operations in shadows and updates their status.

    Java class for ShadowRefreshWorkDefinitionType complex type.

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

     <complexType name="ShadowRefreshWorkDefinitionType">
       <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"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form