Class NotifyActionExpressionType

  • All Implemented Interfaces:
    JaxbVisitable, Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode

    public class NotifyActionExpressionType
    extends ActionExpressionType
    implements Serializable, Cloneable, JaxbVisitable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
    Statically-typed "notify" action.

    Java class for NotifyActionExpressionType complex type.

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

     <complexType name="NotifyActionExpressionType">
       <complexContent>
         <extension base="{http://midpoint.evolveum.com/xml/ns/public/model/scripting-3}ActionExpressionType">
           <sequence>
             <element name="subtype" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="operation" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}EventOperationType" minOccurs="0"/>
             <element name="status" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}EventStatusType" minOccurs="0"/>
             <element name="handler" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}EventHandlerType" minOccurs="0"/>
             <element name="forWholeInput" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form