Class TriggerType

  • All Implemented Interfaces:
    Containerable, Serializable, Cloneable

    public class TriggerType
    extends Object
    implements Serializable, Cloneable, Containerable
    Defines triggers for an object. Trigger is an action that should take place at specified time or under some other condition.

    Java class for TriggerType complex type.

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

     <complexType name="TriggerType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="timestamp" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
             <element name="handlerUri" type="{http://www.w3.org/2001/XMLSchema}anyURI"/>
             <element name="originDescription" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element ref="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}extension" minOccurs="0"/>
           </sequence>
           <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}long" />
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form