Class AsynchronousScriptExecutionType

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

    public class AsynchronousScriptExecutionType
    extends Object
    implements Serializable, Cloneable, Containerable
    Options for asynchronous script execution.

    Java class for AsynchronousScriptExecutionType complex type.

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

     <complexType name="AsynchronousScriptExecutionType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="executionMode" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}AsynchronousScriptExecutionModeType" minOccurs="0"/>
             <element name="taskTemplateRef" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ObjectReferenceType" minOccurs="0"/>
             <element name="taskCustomizer" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ExpressionType" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form